summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-08-13draw: last_vertex_last is always true for GS and SO.draw-vsplitChia-I Wu2-9/+3
2010-08-12draw: Remove varray and vcache.Chia-I Wu9-1284/+2
2010-08-12draw: Replace vcache by vsplit.Chia-I Wu3-26/+4
2010-08-12draw: Replace varray by vsplit.Chia-I Wu2-8/+9
2010-08-12draw: Add vsplit frontend.Chia-I Wu6-1/+695
2010-08-12draw: Add new util function draw_pt_trim_count.Chia-I Wu3-10/+9
2010-08-12draw: Simplify frontend interface a little.Chia-I Wu5-21/+11
2010-08-12draw: Add prim flags to middle ends.Chia-I Wu7-26/+46
2010-08-12draw: Add flags to draw_prim_info.Chia-I Wu9-11/+36
2010-08-12mesa: Clean up header file inclusion in prog_uniform.h.Vinson Lee1-2/+1
2010-08-12mesa: Include missing headers in prog_print.h.Vinson Lee1-0/+10
2010-08-12mesa: Include missing header in prog_optimize.h.Vinson Lee1-0/+1
2010-08-12r600g: fix typo in stencil translate.Dave Airlie1-1/+1
2010-08-12r600g: fix provoking-vertex piglit test.Dave Airlie1-8/+12
2010-08-12r600g: improve texture format checker.Dave Airlie4-12/+263
2010-08-12u_blitter: unify clear_depth_stencil and flush_depth_stencilMarek Olšák3-49/+3
2010-08-11scons: Fix freebsd8 build.Vinson Lee2-2/+8
2010-08-11scons: Add freebsd8 to list of accepted platforms.Vinson Lee1-1/+1
2010-08-12r300/compiler: remove an unused variableMarek Olšák1-1/+0
2010-08-11translate_test: fix segfault on x86-64Luca Barbieri1-2/+6
2010-08-11u_staging: remove useless inline keywordLuca Barbieri1-1/+1
2010-08-11translate_test: fix, reindent, and improveLuca Barbieri1-137/+204
2010-08-11translate: allow clients to ask for supported output formatsLuca Barbieri3-0/+88
2010-08-11auxiliary: Make u_staging.c MSVC compatible.Vinson Lee1-3/+5
2010-08-11translate: Add translate_test.c to SCons.Vinson Lee1-1/+2
2010-08-11auxiliary: Add u_staging.c to SCons build.Vinson Lee1-0/+1
2010-08-11r300/compiler: Implement the CONT opcode.Tom Stellard5-8/+21
2010-08-11r300/compiler: Handle loops in the register allocator.Tom Stellard1-4/+34
2010-08-11r600g: accept empty frag prog shaderJerome Glisse3-3/+17
2010-08-11r600g: add src negation supportJerome Glisse1-0/+1
2010-08-11gallivm: Fix and enable the extra Newton/Raphson step in lp_build_rcp().José Fonseca1-2/+2
2010-08-11r600g: add point/sprite rendering supportJerome Glisse3-14/+149
2010-08-11Revert "translate_generic: return NULL instead of assert(0) if format not sup...Luca Barbieri1-6/+9
2010-08-11translate_generic: fix broken A8R8G8B8_UNORM outputLuca Barbieri1-3/+9
2010-08-11translate: add testsuiteLuca Barbieri2-1/+172
2010-08-11translate_generic: return NULL instead of assert(0) if format not supportedLuca Barbieri1-9/+6
2010-08-11auxiliary: fix util_framebuffer_copyLuca Barbieri1-2/+4
2010-08-11gallivm: Use lp_build_div instead of lp_build_mul + lp_build_rcp.José Fonseca1-2/+1
2010-08-11gallivm: Use unsigned shift in lp_build_minify.José Fonseca1-1/+1
2010-08-11llvmpipe: Debug code to dump interpolation coefficients.José Fonseca1-1/+29
2010-08-11llvmpipe: Use single precision divide for one over area computation.José Fonseca1-1/+1
2010-08-11util: copy the u_staging commit message to the codeMarek Olšák1-1/+9
2010-08-11auxiliary: support for transfers using staging resourcesLuca Barbieri3-0/+123
2010-08-11gallium: add ALWAYS_INLINELuca Barbieri1-0/+10
2010-08-11u_surfaces: add util_surfaces_peekLuca Barbieri1-0/+13
2010-08-11u_surfaces: use cso_hash instead of util_hash_tableLuca Barbieri2-53/+31
2010-08-11u_surfaces: fix surface leak due to off by oneLuca Barbieri1-1/+1
2010-08-11auxiliary: make primitive splitter assert on unimplemented adjacency primsLuca Barbieri1-1/+4
2010-08-11auxiliary: fix u_split_prim naming conventionLuca Barbieri3-9/+9
2010-08-11auxiliary: move Ben Skeggs' primitive splitter to common codeLuca Barbieri4-102/+104