summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* build: force .so extension for the gallium dri modulesEmil Velikov2014-04-091-0/+1
* Partially revert bba9c28 "configure: use LIB_EXT rather than hardcoded .so"Jon TURNEY2014-04-091-13/+13
* Partially revert "st/xa: Fix advertized version number and try to avoid futur...Emil Velikov2014-04-091-3/+3
* glx: drop obsolete _XUnlock_Mutex in __glXInitialize error pathEmil Velikov2014-04-091-3/+1
* freedreno/a3xx: assert() -> debug_assert()Rob Clark2014-04-091-1/+1
* svga: move LIST_INITHEAD(dirty_buffers) earlier in svga_context_create()Brian Paul2014-04-091-2/+2
* i965: Stop advertising GL_MESA_ycbcr_texture.Kenneth Graunke2014-04-091-1/+0
* freedreno/a3xx/compiler: add CEILRob Clark2014-04-091-0/+1
* freedreno/a3xx/compiler: fix neg mov'sRob Clark2014-04-091-20/+1
* radeonsi: allow fast color clear and Hyper-Z with 1D-tiled surfaces on CIKMarek Olšák2014-04-091-5/+5
* r600g,radeonsi: add a bunch of useful queries for the HUDMarek Olšák2014-04-097-5/+72
* r600g,radeonsi: set correct initial domain for shared resourcesMarek Olšák2014-04-093-23/+59
* gallium/radeon: fix warningsMarek Olšák2014-04-093-2/+3
* tnl: Merge _tnl_vbo_draw_prims() into _tnl_draw_prims().Iago Toral Quiroga2014-04-085-48/+27
* i965: Remove unused sampler key fieldsTopi Pohjolainen2014-04-082-16/+0
* mesa: move declaration before code in etc2_unpack_rgb8()Brian Paul2014-04-081-3/+3
* i965: Delete "fast color clear unsupported" performance warning.Kenneth Graunke2014-04-081-2/+0
* freedreno/a3xx: deal with optimized tex instructionsRob Clark2014-04-087-25/+41
* mesa: add bounds checking to eliminate buffer overrunCourtney Goeltzenleuchter2014-04-081-24/+54
* st/omx/enc: cleanup omx/vid_enc.cLeo Liu2014-04-081-102/+118
* st/omx/enc: allocate input buffer private on demandChristian König2014-04-081-82/+42
* svga: replace sampler assertion with conditionalBrian Paul2014-04-082-5/+33
* i965/vec4: fix record clearing in copy propagationChia-I Wu2014-04-081-5/+16
* i965/vec4: Add a test for copy propagation behavior.Eric Anholt2014-04-083-0/+164
* i965/fs: Track whether we're doing dual source in a more obvious way.Eric Anholt2014-04-083-3/+5
* i965/fs: Add a couple more global special regs to special[]Eric Anholt2014-04-081-0/+2
* i965/fs: Handle arrays of special regs more cleanly.Eric Anholt2014-04-081-14/+22
* i965/fs: Fix dump_instructions() on uniforms.Eric Anholt2014-04-081-2/+2
* i965/fs: Fix vgrf0 live interval when no interpolation was done.Eric Anholt2014-04-081-2/+4
* i965: Drop pointless check for variable declarations in splitting.Eric Anholt2014-04-081-10/+5
* i965: Remove stale comment.Eric Anholt2014-04-081-1/+0
* glsl: Move tree grafting's debug output to stderr.Eric Anholt2014-04-081-15/+15
* glsl: Skip making a temporary for assignments when we don't need one.Eric Anholt2014-04-082-61/+123
* i915: Fix build error.Iago Toral Quiroga2014-04-081-6/+0
* glsl: Pass ctx->Const.NativeIntegers to do_algebraic.Kenneth Graunke2014-04-084-6/+8
* glsl: Pass ctx->Const.NativeIntegers to do_common_optimization().Kenneth Graunke2014-04-088-9/+18
* glsl: Validate that base types match for a number of binops.Kenneth Graunke2014-04-081-0/+3
* glsl: Fix lack of i2u in lower_ubo_reference.Kenneth Graunke2014-04-081-3/+7
* i965/fs: Skip emitting MACH/MOV for small integers.Kenneth Graunke2014-04-081-12/+21
* glsl: Make is_16bit_constant from i965 an ir_constant method.Kenneth Graunke2014-04-083-16/+26
* mesa: Move is_power_of_two() function from brw_context.h to macros.h.Kenneth Graunke2014-04-082-6/+11
* i965: Fix "SIMD16 unsupported" messages via KHR_debug.Kenneth Graunke2014-04-081-1/+1
* i965: Fix missing dirty bits in the gen8_sbe_state atom.Kenneth Graunke2014-04-071-2/+2
* i965: Drop BRW_NEW_RASTERIZER_DISCARD flag from Broadwell SOL atom.Kenneth Graunke2014-04-071-1/+0
* i965: Use the correct program when uploading Broadwell SOL state.Kenneth Graunke2014-04-071-6/+2
* st/xa: Make sure unused samplers are set to NULLThomas Hellstrom2014-04-071-2/+3
* st/xa: Bind destination before setting new stateThomas Hellstrom2014-04-071-3/+3
* glapi: Fix libglapi build.Eric Anholt2014-04-071-0/+1
* glapi/build: Add headers to distribution.Matt Turner2014-04-072-6/+22
* glapi/gen: Ship more Python filesMatt Turner2014-04-071-0/+17