summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-05-06android: add ilo to the build systemChia-I Wu6-2/+95
2013-05-05glsl: Flip around "if" statements with empty "then" blocks.Eric Anholt1-1/+26
2013-05-05ilo: correctly set return types of sampler messagesChia-I Wu2-0/+3
2013-05-04r600g/llvm: Undefines unrequired texture coord valuesVincent Lejeune1-1/+28
2013-05-04nvc0: fixup video decoding with 2D_ARRAYMaarten Lankhorst2-5/+4
2013-05-04gallium: fix type of flags in pipe_context::flush()Chia-I Wu25-26/+28
2013-05-03i965: Enable fast clears on non-8x4-aligned sizes.Eric Anholt1-13/+0
2013-05-03vbo: add comments, const qualifiersBrian Paul2-9/+24
2013-05-03mesa: whitespace, formatting fixes, etc in api_arrayelt.cBrian Paul1-35/+65
2013-05-03vbo: use new no-op ArrayElement in _mesa_noop_vtxfmt_init()Brian Paul1-2/+7
2013-05-03mesa: change ctx->Driver.NeedFlush to GLbitfield and update commentBrian Paul1-3/+3
2013-05-03mesa; change ctx->Driver.SaveNeedFlush to boolean, and document it.Brian Paul2-5/+6
2013-05-03vbo: update comments for vbo_save_NotifyBegin()Brian Paul1-2/+10
2013-05-03vbo: implement primitive merging for glBegin/End sequencesBrian Paul2-14/+38
2013-05-03vbo: create a few utility functions for merging primitivesBrian Paul2-0/+109
2013-05-03draw/pt: adjust overflow calculationsZack Rusin2-2/+8
2013-05-03tgsi/ureg: make the dst register match the src indirectionZack Rusin2-4/+11
2013-05-03gallium: tgsi documentation updates and clarification for integer opcodes.Roland Scheidegger1-73/+289
2013-05-03llvmpipe: get rid of depth swizzling.Roland Scheidegger7-273/+414
2013-05-03r600g: Correctly initialize the shader key, v2Lauri Kasanen1-1/+2
2013-05-03st/xvmc/tests: Fix build failure, v2Lauri Kasanen1-1/+1
2013-05-03scons: remove nouveau buildAndreas Boll5-58/+0
2013-05-03scons: remove radeon buildAndreas Boll10-186/+0
2013-05-03r600g: don't emit surface_sync after FLUSH_AND_INV_EVENTAlex Deucher1-26/+0
2013-05-03r600g/sb: zero-initialize bytecode structsVadim Girlin2-3/+6
2013-05-03r600g/sb: fix constant propagation in gvn passVadim Girlin1-1/+2
2013-05-03r600g/sb: don't run unnecessary passesVadim Girlin1-3/+0
2013-05-03r600g/sb: silence warnings with gcc 4.8Vadim Girlin2-14/+15
2013-05-03r600g/sb: fix handling of interference sets in post_schedulerVadim Girlin2-8/+8
2013-05-03r600g/sb: fix allocation of indirectly addressed input arraysVadim Girlin4-10/+25
2013-05-03r600g/sb: use hex instead of binary constantsVadim Girlin5-15/+15
2013-05-03r600g: use old shader disassembler by defaultVadim Girlin4-19/+18
2013-05-03radeon/uvd: enable interlaced buffers by defaultChristian König2-5/+5
2013-05-03vl/idct: fix for commit 7d2f2a0c890b1993532a45c8c392c28950ddc06eChristian König5-22/+27
2013-05-03vl/buffers: fix typo in function nameChristian König4-19/+19
2013-05-03radeon/uvd: fix some MPEG4 artifactsChristian König1-7/+17
2013-05-03draw: Update for u_assembled_primitive -> u_assembled_prim rename.José Fonseca1-1/+1
2013-05-03st/egl: fix bulid errors on Android 4.2Chia-I Wu1-23/+62
2013-05-03ilo: use u_reduced_prims_for_vertices()Chia-I Wu1-68/+1
2013-05-03util/prim: add u_reduced_prims_for_vertices()Chia-I Wu1-0/+20
2013-05-03util/prim: assorted fixes for u_decomposed_prims_for_vertices()Chia-I Wu1-11/+11
2013-05-03util/prim: use vertex count info in u_validate_pipe_prim()Chia-I Wu1-32/+2
2013-05-03util/prim: fix the name of the include guardChia-I Wu1-2/+2
2013-05-03draw: use u_assembled_prim() instead of u_assembled_primitive()Chia-I Wu3-11/+3
2013-05-03util/prim: clean up and add commentsChia-I Wu1-60/+107
2013-05-03util/prim: fix primitive trimming for triangles with adjacencyChia-I Wu1-2/+2
2013-05-02i965/vs: Add instruction scheduling.Eric Anholt3-0/+229
2013-05-02i965: Move most of the FS instruction scheduler code to a general class.Eric Anholt1-49/+75
2013-05-02i965: Pull a couple of FS scheduling functions out to methods.Eric Anholt1-55/+77
2013-05-02i965: Move FS instruction scheduling to a non-FS-specific file.Eric Anholt2-1/+1