summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* docs: Add 8.0.5 release notesAndreas Boll2012-10-243-0/+271
* glsl_to_tgsi: set correct register type for array and structure elementsBryan Cain2012-10-241-2/+19
* r600g: force bank_swizzle if already setVincent Lejeune2012-10-242-0/+4
* r600g: rewrite tgsi-to-llvm load-input to handle fragcoordVincent Lejeune2012-10-242-42/+84
* nv50/ir/tgsi: fix srcMask for TXP with SHADOW1DChristoph Bumiller2012-10-241-1/+1
* mesa: Use MIN instead of CLAMP for unsigned source dataIan Romanick2012-10-241-108/+108
* st/mesa: Fix assertions for copying texture image to finalized miptree.Michel Dänzer2012-10-241-1/+4
* gallium/docs: fix sphinx warningAndreas Boll2012-10-241-1/+1
* scons: Do not use -fvisibilty=hidden on Cygwin.Vinson Lee2012-10-231-1/+1
* mesa: fix indentation in get-pick-list.sh scriptAndreas Boll2012-10-231-4/+4
* mesa: grep for commits with cherry picked in commit message only onceAndreas Boll2012-10-231-2/+9
* mesa: optimize get-pick-list.sh scriptAndreas Boll2012-10-231-4/+3
* mesa: simplify get-pick-list.sh scriptAndreas Boll2012-10-231-1/+3
* mesa: add get-pick-list.sh script into bin/Ian Romanick2012-10-231-0/+21
* _mesa_create_exec_table: GLES3 fixes.Paul Berry2012-10-2310-43/+68
* _mesa_create_exec_table(): deprecate ProgramStringARB.Paul Berry2012-10-231-1/+3
* _mesa_create_exec_table: de-deprecate GetPointerv.Paul Berry2012-10-231-1/+3
* glapi: Alias VertexAttribDivisor and VertexAttribDivisorARB.Paul Berry2012-10-231-1/+2
* glapi: Alias ClampColor and ClampColorARB.Paul Berry2012-10-233-3/+1
* main: Fix warning ('struct gl_context' declared inside parameter list).Paul Berry2012-10-231-0/+1
* mesa: Return 0 for GL_CURRENT_QUERY with a mismatched query target.Eric Anholt2012-10-221-1/+1
* mesa: Refuse to EndQuery with a mismatched query target.Eric Anholt2012-10-221-0/+10
* mesa: Throw an error for a new query on an already-active query target.Eric Anholt2012-10-221-0/+13
* i965: Actually add support for GL_ANY_SAMPLES_PASSED from GL_ARB_oq2.Eric Anholt2012-10-221-0/+12
* st/mesa: free TGSI tokens with ureg_free_tokens()Brian Paul2012-10-221-1/+1
* st/mesa: replace REALLOC() with realloc()Brian Paul2012-10-221-8/+2
* docs: GL_ARB_texture_storage is supported for all gallium driversBrian Paul2012-10-221-1/+1
* Re-add HAVE_PTHREADS preprocessor macroMatt Turner2012-10-221-5/+5
* gbm: Use the kms dumb ioctls for cursor instead of libkmsKristian Høgsberg2012-10-213-50/+77
* r600g: Remove special handling of PRED_SET* insructions for LLVM 3.2Tom Stellard2012-10-191-0/+2
* radeon/llvm: Sort tgsi opcode action initializationTom Stellard2012-10-191-59/+50
* radeon/llvm: Fix lowering TGSI_OPCODE_SSGTom Stellard2012-10-191-1/+1
* i965: Stop flushing the batch on timestamp queries, too.Eric Anholt2012-10-191-1/+0
* i965: Don't flush the batch immediately on EndQuery.Eric Anholt2012-10-191-5/+14
* i965/fs: Fix typo in refactor of brw_fs_reg_allocate.cpp.Eric Anholt2012-10-191-1/+1
* i965/vs: include format argument in debug printfTapani Pälli2012-10-191-1/+1
* st/mesa: Fix source miptree level for copying data to finalized miptree.Michel Dänzer2012-10-191-1/+5
* clover: No need for clover::is_zero() to be a functor.Francisco Jerez2012-10-195-10/+8
* st/mesa: improve the guess_and_alloc_texture() heuristicBrian Paul2012-10-181-0/+2
* gallium: remove unused data pointer from pipe_transferMarek Olšák2012-10-186-6/+0
* intel: Skip texsubimage fastpath for more pixel unpack state (v2)Chad Versace2012-10-181-1/+6
* Finish _HAVE_FULL_GL removalMatt Turner2012-10-174-51/+1
* configure.ac: Fix LLVM 3.2 r600/radeonsi error messageDmitry Cherkasov2012-10-171-1/+1
* svga: add svga_screen_cache_dump() debug helperBrian Paul2012-10-172-0/+37
* wayland: Drop support for ill-defined, unused wl_egl_pixmapKristian Høgsberg2012-10-175-294/+4
* wayland: Remove 0.85 compatibility #ifdefsKristian Høgsberg2012-10-171-26/+0
* egl/wayland: Update to Wayland 0.99 APIKristian Høgsberg2012-10-177-69/+173
* i965/fs: Statically allocate the reg_sets at context initialization.Eric Anholt2012-10-173-49/+61
* i965/fs: Allocate registers in the unused parts of the gen7 MRF hack range.Eric Anholt2012-10-172-1/+63
* i965/fs: Reduce the interference between payload regs and virtual GRFs.Eric Anholt2012-10-172-19/+152