summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2012-10-19i965/fs: Fix typo in refactor of brw_fs_reg_allocate.cpp.Eric Anholt1-1/+1
2012-10-19i965/vs: include format argument in debug printfTapani Pälli1-1/+1
2012-10-19st/mesa: Fix source miptree level for copying data to finalized miptree.Michel Dänzer1-1/+5
2012-10-19clover: No need for clover::is_zero() to be a functor.Francisco Jerez5-10/+8
2012-10-18st/mesa: improve the guess_and_alloc_texture() heuristicBrian Paul1-0/+2
2012-10-18gallium: remove unused data pointer from pipe_transferMarek Olšák6-6/+0
2012-10-18intel: Skip texsubimage fastpath for more pixel unpack state (v2)Chad Versace1-1/+6
2012-10-17Finish _HAVE_FULL_GL removalMatt Turner4-51/+1
2012-10-17configure.ac: Fix LLVM 3.2 r600/radeonsi error messageDmitry Cherkasov1-1/+1
2012-10-17svga: add svga_screen_cache_dump() debug helperBrian Paul2-0/+37
2012-10-17wayland: Drop support for ill-defined, unused wl_egl_pixmapKristian Høgsberg5-294/+4
2012-10-17wayland: Remove 0.85 compatibility #ifdefsKristian Høgsberg1-26/+0
2012-10-17egl/wayland: Update to Wayland 0.99 APIKristian Høgsberg7-69/+173
2012-10-17i965/fs: Statically allocate the reg_sets at context initialization.Eric Anholt3-49/+61