summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mesa: Set DISTCHECK_CONFIGURE_FLAGS.Matt Turner2014-12-171-0/+13
* targets/xvmc: Add uninstall hooks to handle megadriver hardlinks.Matt Turner2014-12-171-0/+5
* targets/vdpau: Add uninstall hooks to handle megadriver hardlinks.Matt Turner2014-12-171-0/+5
* targets/vdpau: Add clean-local rule to remove .lib links.Matt Turner2014-12-171-0/+6
* vc4: Add a userspace BO cache.Eric Anholt2014-12-174-4/+175
* vc4: Add dmabuf support.Eric Anholt2014-12-174-24/+78
* vc4: Drop a weird argument in the BOs-from-handles API.Eric Anholt2014-12-173-7/+5
* draw: revert using correct order for prim decomposition.Roland Scheidegger2014-12-171-1/+3
* util: Silence signed-unsigned comparison warningsJan Vesely2014-12-171-6/+6
* i965: Require pixel alignment for GPU copy blitCody Northrop2014-12-162-4/+6
* i965: remove includes of sampler.h from extern "C" blocksMark Janes2014-12-164-5/+4
* i965/query: Cache whether the batch references the query BO.Kenneth Graunke2014-12-162-4/+26
* i965/query: Use brw_bo_map to handle stall warnings.Kenneth Graunke2014-12-161-7/+1
* i965/query: Remove redundant drm_intel_bo_references call in CheckQuery.Kenneth Graunke2014-12-161-7/+8
* i965/query: Add query->bo == NULL early return in CheckQuery hook.Kenneth Graunke2014-12-161-2/+8
* i965/query: Set Ready flag in gen6_queryobj_get_results().Kenneth Graunke2014-12-161-2/+2
* vc4: Add support for turning add-based MOVs to muls for pairing.Eric Anholt2014-12-161-2/+49
* vc4: Add a helper for changing a field in an instruction.Eric Anholt2014-12-162-11/+12
* vc4: Fix the name of qpu_waddr_ignores_ws().Eric Anholt2014-12-161-5/+5
* docs: note change in minimum GCC version to 4.1.0Timothy Arceri2014-12-171-0/+1
* util: remove support for GCC older than 4.1.0Timothy Arceri2014-12-171-1/+1
* mesa: remove support for GCC older than 4.1.0Timothy Arceri2014-12-171-1/+1
* gbm: remove support for GCC older than 4.1.0Timothy Arceri2014-12-171-1/+1
* gallium: remove support for GCC older than 4.1.0Timothy Arceri2014-12-172-5/+5
* egl: remove support for GCC older than 4.1.0Timothy Arceri2014-12-171-1/+1
* mesa: bump required GCC version to 4.1.0Timothy Arceri2014-12-171-3/+3
* mesa: remove support for GCC older than 3.3.0Timothy Arceri2014-12-173-8/+3
* i965/fs: Add a comment explaining what saturate propagation does.Matt Turner2014-12-161-0/+14
* vc4: Add support for enabling early Z discards.Eric Anholt2014-12-161-0/+18
* st/mesa: remove extern "C" around #includes in st_glsl_to_tgsi.cppBrian Paul2014-12-161-4/+2
* program: remove extern "C" usage in sampler.cppBrian Paul2014-12-161-5/+4
* program: remove extern "C" around #includesBrian Paul2014-12-161-4/+3
* glsl: remove extern "C" around #includesBrian Paul2014-12-163-7/+2
* st/mesa: add extern "C" to st_context.hBrian Paul2014-12-161-0/+10
* st/mesa: add extern "C" to st_program.hBrian Paul2014-12-161-0/+9
* main: remove extern C around #includes in ff_fragment_shader.cppBrian Paul2014-12-161-5/+3
* mesa: move #include of mtypes.h outside __cplusplus checkBrian Paul2014-12-161-2/+1
* program: add #ifndef SAMPLER_H wrapperBrian Paul2014-12-161-0/+7
* mesa: put extern "C" in src/mesa/program/*h header filesBrian Paul2014-12-164-0/+43
* mesa: put extern "C" in header filesBrian Paul2014-12-164-0/+41
* mapi: add glapi-test and shared-glapi-test to .gitignoreJuha-Pekka Heikkila2014-12-163-3/+2
* util: add u_atomic_test to .gitignoreJuha-Pekka Heikkila2014-12-161-0/+1
* glx: remove __glXstrdup()Juha-Pekka Heikkila2014-12-162-20/+0
* i965: add test_vf_float_conversions to .gitignoreJuha-Pekka Heikkila2014-12-161-0/+1
* i965: Make validate_reg tables constantJuha-Pekka Heikkila2014-12-161-4/+4
* glsl: remove commented out codeTimothy Arceri2014-12-161-2/+0
* i965: remove commented out codeTimothy Arceri2014-12-161-2/+0
* nvc0: add missed PIPE_CAP_VERTEXID_NOBASEIlia Mirkin2014-12-151-0/+1
* st/mesa: use vertex id lowering according to pipe cap bit.Roland Scheidegger2014-12-162-2/+10
* draw: implement support for the VERTEXID_NOBASE and BASEVERTEX semantics.Roland Scheidegger2014-12-164-19/+47