aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* gallium: fix type of flags in pipe_context::flush()Chia-I Wu2013-05-0425-26/+28
* i965: Enable fast clears on non-8x4-aligned sizes.Eric Anholt2013-05-031-13/+0
* vbo: add comments, const qualifiersBrian Paul2013-05-032-9/+24
* mesa: whitespace, formatting fixes, etc in api_arrayelt.cBrian Paul2013-05-031-35/+65
* vbo: use new no-op ArrayElement in _mesa_noop_vtxfmt_init()Brian Paul2013-05-031-2/+7
* mesa: change ctx->Driver.NeedFlush to GLbitfield and update commentBrian Paul2013-05-031-3/+3
* mesa; change ctx->Driver.SaveNeedFlush to boolean, and document it.Brian Paul2013-05-032-5/+6
* vbo: update comments for vbo_save_NotifyBegin()Brian Paul2013-05-031-2/+10
* vbo: implement primitive merging for glBegin/End sequencesBrian Paul2013-05-032-14/+38
* vbo: create a few utility functions for merging primitivesBrian Paul2013-05-032-0/+109
* draw/pt: adjust overflow calculationsZack Rusin2013-05-032-2/+8
* tgsi/ureg: make the dst register match the src indirectionZack Rusin2013-05-032-4/+11
* gallium: tgsi documentation updates and clarification for integer opcodes.Roland Scheidegger2013-05-031-73/+289
* llvmpipe: get rid of depth swizzling.Roland Scheidegger2013-05-037-273/+414
* r600g: Correctly initialize the shader key, v2Lauri Kasanen2013-05-031-1/+2
* st/xvmc/tests: Fix build failure, v2Lauri Kasanen2013-05-031-1/+1
* scons: remove nouveau buildAndreas Boll2013-05-035-58/+0
* scons: remove radeon buildAndreas Boll2013-05-039-185/+0
* r600g: don't emit surface_sync after FLUSH_AND_INV_EVENTAlex Deucher2013-05-031-26/+0
* r600g/sb: zero-initialize bytecode structsVadim Girlin2013-05-032-3/+6
* r600g/sb: fix constant propagation in gvn passVadim Girlin2013-05-031-1/+2
* r600g/sb: don't run unnecessary passesVadim Girlin2013-05-031-3/+0
* r600g/sb: silence warnings with gcc 4.8Vadim Girlin2013-05-032-14/+15
* r600g/sb: fix handling of interference sets in post_schedulerVadim Girlin2013-05-032-8/+8
* r600g/sb: fix allocation of indirectly addressed input arraysVadim Girlin2013-05-034-10/+25
* r600g/sb: use hex instead of binary constantsVadim Girlin2013-05-035-15/+15
* r600g: use old shader disassembler by defaultVadim Girlin2013-05-034-19/+18
* radeon/uvd: enable interlaced buffers by defaultChristian König2013-05-032-5/+5
* vl/idct: fix for commit 7d2f2a0c890b1993532a45c8c392c28950ddc06eChristian König2013-05-035-22/+27
* vl/buffers: fix typo in function nameChristian König2013-05-034-19/+19
* radeon/uvd: fix some MPEG4 artifactsChristian König2013-05-031-7/+17
* draw: Update for u_assembled_primitive -> u_assembled_prim rename.José Fonseca2013-05-031-1/+1
* st/egl: fix bulid errors on Android 4.2Chia-I Wu2013-05-031-23/+62
* ilo: use u_reduced_prims_for_vertices()Chia-I Wu2013-05-031-68/+1
* util/prim: add u_reduced_prims_for_vertices()Chia-I Wu2013-05-031-0/+20
* util/prim: assorted fixes for u_decomposed_prims_for_vertices()Chia-I Wu2013-05-031-11/+11
* util/prim: use vertex count info in u_validate_pipe_prim()Chia-I Wu2013-05-031-32/+2
* util/prim: fix the name of the include guardChia-I Wu2013-05-031-2/+2
* draw: use u_assembled_prim() instead of u_assembled_primitive()Chia-I Wu2013-05-033-11/+3
* util/prim: clean up and add commentsChia-I Wu2013-05-031-60/+107
* util/prim: fix primitive trimming for triangles with adjacencyChia-I Wu2013-05-031-2/+2
* i965/vs: Add instruction scheduling.Eric Anholt2013-05-023-0/+229
* i965: Move most of the FS instruction scheduler code to a general class.Eric Anholt2013-05-021-49/+75
* i965: Pull a couple of FS scheduling functions out to methods.Eric Anholt2013-05-021-55/+77
* i965: Move FS instruction scheduling to a non-FS-specific file.Eric Anholt2013-05-022-1/+1
* i965: Share the register file enum between the two backends.Eric Anholt2013-05-027-34/+24
* i965: Make dump_instructions be a virtual method of the visitor.Eric Anholt2013-05-026-28/+22
* i965/vs: Do round-robin register allocation on gen6+ like we do in the FS.Eric Anholt2013-05-021-0/+4
* wayland: Make eglQueryBufferWL succeed for width and height requests tooRob Bradford2013-05-021-2/+2
* draw/gs: don't crash when vs/gs signatures don't matchZack Rusin2013-05-021-39/+54