summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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-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-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-21gbm: Use the kms dumb ioctls for cursor instead of libkmsKristian Høgsberg2-48/+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 Turner3-50/+0
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øgsberg6-68/+172
2012-10-17i965/fs: Statically allocate the reg_sets at context initialization.Eric Anholt3-49/+61
2012-10-17i965/fs: Allocate registers in the unused parts of the gen7 MRF hack range.Eric Anholt2-1/+63
2012-10-17i965/fs: Reduce the interference between payload regs and virtual GRFs.Eric Anholt2-19/+152
2012-10-17i965/fs: Expose the payload registers to the register allocator.Eric Anholt1-7/+39
2012-10-17i965/fs: Remove extra allocation for classes[].Eric Anholt1-1/+1
2012-10-17i965/fs: Make the register allocation class_sizes[] choice static.Eric Anholt2-60/+42
2012-10-17i965/vs: Improve live interval calculation.Eric Anholt4-96/+388
2012-10-17i965/vs: Fix the mlen of scratch read/write messages.Eric Anholt1-2/+2
2012-10-17i965: Make the cfg reusable from the VS.Eric Anholt5-16/+16
2012-10-17i965: Share the predicate field between FS and VS.Eric Anholt13-33/+32
2012-10-17i965: Rename fs_cfg types to not mention fs.Eric Anholt8-65/+65