summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-08-12r300/compiler: remove an unused variableMarek Olšák
2010-08-11translate_test: fix segfault on x86-64Luca Barbieri
2010-08-11u_staging: remove useless inline keywordLuca Barbieri
2010-08-11translate_test: fix, reindent, and improveLuca Barbieri
2010-08-11translate: allow clients to ask for supported output formatsLuca Barbieri
2010-08-11auxiliary: Make u_staging.c MSVC compatible.Vinson Lee
2010-08-11translate: Add translate_test.c to SCons.Vinson Lee
2010-08-11auxiliary: Add u_staging.c to SCons build.Vinson Lee
2010-08-11r300/compiler: Implement the CONT opcode.Tom Stellard
2010-08-11r300/compiler: Handle loops in the register allocator.Tom Stellard
2010-08-11r600g: accept empty frag prog shaderJerome Glisse
2010-08-11r600g: add src negation supportJerome Glisse
2010-08-11gallivm: Fix and enable the extra Newton/Raphson step in lp_build_rcp().José Fonseca
2010-08-11r600g: add point/sprite rendering supportJerome Glisse
2010-08-11Revert "translate_generic: return NULL instead of assert(0) if format not sup...Luca Barbieri
2010-08-11translate_generic: fix broken A8R8G8B8_UNORM outputLuca Barbieri
2010-08-11translate: add testsuiteLuca Barbieri
2010-08-11translate_generic: return NULL instead of assert(0) if format not supportedLuca Barbieri
2010-08-11auxiliary: fix util_framebuffer_copyLuca Barbieri
2010-08-11gallivm: Use lp_build_div instead of lp_build_mul + lp_build_rcp.José Fonseca
2010-08-11gallivm: Use unsigned shift in lp_build_minify.José Fonseca
2010-08-11llvmpipe: Debug code to dump interpolation coefficients.José Fonseca
2010-08-11llvmpipe: Use single precision divide for one over area computation.José Fonseca
2010-08-11util: copy the u_staging commit message to the codeMarek Olšák
2010-08-11auxiliary: support for transfers using staging resourcesLuca Barbieri
2010-08-11gallium: add ALWAYS_INLINELuca Barbieri
2010-08-11u_surfaces: add util_surfaces_peekLuca Barbieri
2010-08-11u_surfaces: use cso_hash instead of util_hash_tableLuca Barbieri
2010-08-11u_surfaces: fix surface leak due to off by oneLuca Barbieri
2010-08-11auxiliary: make primitive splitter assert on unimplemented adjacency primsLuca Barbieri
2010-08-11auxiliary: fix u_split_prim naming conventionLuca Barbieri
2010-08-11auxiliary: move Ben Skeggs' primitive splitter to common codeLuca Barbieri
2010-08-11mesa: Include missing header in prog_noise.h.Vinson Lee
2010-08-11mesa: Clean up header file inclusion in prog_instruction.h.Vinson Lee
2010-08-11mesa: Include missing header in prog_execute.h.Vinson Lee
2010-08-11mesa: Include missing header in prog_cache.h.Vinson Lee
2010-08-11mesa: Include missing header in nvvertparse.h.Vinson Lee
2010-08-11mesa: Include missing header in nvfragparse.h.Vinson Lee
2010-08-11mesa: Remove unnecessary header from hash_table.h.Vinson Lee
2010-08-10swrast: fix span color array pointer assignment for 32-bit/channel renderingM.Froehlich@science-computing.de
2010-08-11r300g: initialize VAP_VTX_STATE_CNTLMarek Olšák
2010-08-11r300g: implement gl_FrontFacingMarek Olšák
2010-08-10swrast: Remove unnecessary header.Vinson Lee
2010-08-10svga: Remove unnecessary headers.Vinson Lee
2010-08-10r300g: Remove unnecessary header.Vinson Lee
2010-08-10glut: also check for GLX_ARB_multisampleNigel Stewart
2010-08-10mesa: use switch stmt in init_program_limits()Brian Paul
2010-08-10mesa: remove obsolete commentsBrian Paul
2010-08-10r300/compiler: Use predicate bit for IF statements in r500 vertex shadersTom Stellard
2010-08-10r300/compiler: Implement hardware assisted loops for vertex shaders.Tom Stellard