summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-10-25glsl: Allow ir_if in the linker's move_non_declarations function.Kenneth Graunke1-0/+1
2012-10-25i965/vs: Preserve the type when copy propagating into an instruction.Kenneth Graunke1-0/+1
2012-10-25i965/vs: Don't lose the MRF writemask when doing compute-to-MRF.Kenneth Graunke1-0/+1
2012-10-25glcpp: Don't use infinite lookhead for #define differentiation.Kenneth Graunke2-12/+20
2012-10-25i965/vs: Fix debug dumping of VS push constants.Kenneth Graunke1-1/+3
2012-10-25mesa/tests: Add ES3.0 dispatch table sanity testMatt Turner1-0/+149
2012-10-25Split dispatch sanity's validate_function test into twoMatt Turner1-0/+11
2012-10-25dispatch_sanity: print names of functions that shouldnt be in dispatch table.Paul Berry1-1/+9
2012-10-25shared-glapi: implement _glapi_get_proc_name().Paul Berry3-2/+27
2012-10-25src/glsl/tests/Makefile.am: Specify -I... in AM_CPPFLAGSMatt Turner1-4/+1
2012-10-25egl: Import eglext.h revision 19332Matt Turner1-1/+7
2012-10-25ralloc: Annotate printf functions with PRINTFLIKE(...)Matt Turner2-11/+6
2012-10-25build: Ship install-sh in the tarballMatt Turner1-0/+1
2012-10-25mesa/st: Don't use 4bits for GL_UNSIGNED_BYTE_3_3_2(_REV)José Fonseca1-0/+2
2012-10-25trace: Fix dumping of set_constant_buffer method.José Fonseca3-9/+21
2012-10-24docs: add another fixed bug to mesa 8.0.5 release notesAndreas Boll1-0/+2
2012-10-24docs: Add 8.0.5 release notesAndreas Boll3-0/+271
2012-10-24glsl_to_tgsi: set correct register type for array and structure elementsBryan Cain1-2/+19
2012-10-24r600g: force bank_swizzle if already setVincent Lejeune2-0/+4
2012-10-24r600g: rewrite tgsi-to-llvm load-input to handle fragcoordVincent Lejeune2-42/+84
2012-10-24nv50/ir/tgsi: fix srcMask for TXP with SHADOW1DChristoph Bumiller1-1/+1
2012-10-24mesa: Use MIN instead of CLAMP for unsigned source dataIan Romanick1-108/+108
2012-10-24st/mesa: Fix assertions for copying texture image to finalized miptree.Michel Dänzer1-1/+4
2012-10-24gallium/docs: fix sphinx warningAndreas Boll1-1/+1
2012-10-23scons: Do not use -fvisibilty=hidden on Cygwin.Vinson Lee1-1/+1
2012-10-23mesa: fix indentation in get-pick-list.sh scriptAndreas Boll1-4/+4
2012-10-23mesa: grep for commits with cherry picked in commit message only onceAndreas Boll1-2/+9
2012-10-23mesa: optimize get-pick-list.sh scriptAndreas Boll1-4/+3
2012-10-23mesa: simplify get-pick-list.sh scriptAndreas Boll1-1/+3
2012-10-23mesa: add get-pick-list.sh script into bin/Ian Romanick1-0/+21
2012-10-23_mesa_create_exec_table: GLES3 fixes.Paul Berry10-43/+68
2012-10-23_mesa_create_exec_table(): deprecate ProgramStringARB.Paul Berry1-1/+3
2012-10-23_mesa_create_exec_table: de-deprecate GetPointerv.Paul Berry1-1/+3
2012-10-23glapi: Alias VertexAttribDivisor and VertexAttribDivisorARB.Paul Berry1-1/+2
2012-10-23glapi: Alias ClampColor and ClampColorARB.Paul Berry3-3/+1
2012-10-23main: Fix warning ('struct gl_context' declared inside parameter list).Paul Berry1-0/+1
2012-10-22mesa: Return 0 for GL_CURRENT_QUERY with a mismatched query target.Eric Anholt1-1/+1
2012-10-22mesa: Refuse to EndQuery with a mismatched query target.Eric Anholt1-0/+10
2012-10-22mesa: Throw an error for a new query on an already-active query target.Eric Anholt1-0/+13
2012-10-22i965: Actually add support for GL_ANY_SAMPLES_PASSED from GL_ARB_oq2.Eric Anholt1-0/+12
2012-10-22st/mesa: free TGSI tokens with ureg_free_tokens()Brian Paul1-1/+1
2012-10-22st/mesa: replace REALLOC() with realloc()Brian Paul1-8/+2
2012-10-22docs: GL_ARB_texture_storage is supported for all gallium driversBrian Paul1-1/+1
2012-10-22Re-add HAVE_PTHREADS preprocessor macroMatt Turner1-5/+5
2012-10-21gbm: Use the kms dumb ioctls for cursor instead of libkmsKristian Høgsberg3-50/+77
2012-10-19r600g: Remove special handling of PRED_SET* insructions for LLVM 3.2Tom Stellard1-0/+2
2012-10-19radeon/llvm: Sort tgsi opcode action initializationTom Stellard1-59/+50
2012-10-19radeon/llvm: Fix lowering TGSI_OPCODE_SSGTom Stellard1-1/+1
2012-10-19i965: Stop flushing the batch on timestamp queries, too.Eric Anholt1-1/+0
2012-10-19i965: Don't flush the batch immediately on EndQuery.Eric Anholt1-5/+14