summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2008-12-11softpipe: Add missing header include.Michal Krol
2008-12-11draw: Silencium compiler warnings on Windows.Michal Krol
2008-12-10gallium: added draw_set_mrd() function to fix polygon offsetBrian Paul
2008-12-10gallium: only mark back color buffer surfaces as undefined after swapbuffersBrian Paul
2008-12-10gallium: restore default_depth_bits() call in xlib winsysBrian Paul
2008-12-10util: new funcs for triming/validating primitivesKeith Whitwell
2008-12-10draw: add const qualifiersKeith Whitwell
2008-12-09python/retrace: Dump indices too.José Fonseca
2008-12-09gallium: Abort by default on windows user space.José Fonseca
2008-12-08python/retrace: Dump vertex buffer contents.José Fonseca
2008-11-26tgsi: Reenable OPCODE_ARR.Michal Krol
2008-11-26tgsi: Fix build.Michal Krol
2008-11-26tgsi: Implement OPCODE_ROUND for SSE2 backend.Michal Krol
2008-11-26tgsi: Implement OPCODE_SSG/SGN.Michal Krol
2008-11-26gallium: disable TGSI_OPCODE_ARR case until emit_rnd() is redone.Brian Paul
2008-11-26Revert "tgsi: Implement OPCODE_ROUND for SSE2 backend."Brian Paul
2008-11-26gallium: fix glBitmap color bugBrian Paul
2008-11-26gallium: replace 2 with PIPE_SHADER_TYPESBrian Paul
2008-11-26tgsi: Implement OPCODE_ARR.Michal Krol
2008-11-26tgsi: Implement OPCODE_ROUND for SSE2 backend.Michal Krol
2008-11-25pipebuffer: Fix buffer overflow.José Fonseca
2008-11-24gallium: fix inverted raster pos when drawing into FBOBrian Paul
2008-11-24pipebuffer: Ondemand buffer manager.José Fonseca
2008-11-24pipebuffer: Implement proper buffer validation.José Fonseca
2008-11-24gallium: Define convenience shortcuts for CPU/GPU READ/WRITE flag combinations.José Fonseca
2008-11-24mesa: Don't call fence_finish with a null fence.José Fonseca
2008-11-20scons: Support MinGW32 cross compiler.José Fonseca
2008-11-20python/retrace: Dump constants.José Fonseca
2008-11-20python: Allow to read from buffers.José Fonseca
2008-11-19python/retrace: Fix formatting of shaders.José Fonseca
2008-11-19python/retrace: Ignore irrelevant calls.José Fonseca
2008-11-19python/retrace: Highlight the trace dump to help to visualize.José Fonseca
2008-11-19python/retrace: Use the usual BSD-style license.José Fonseca
2008-11-17gallium: Use costum log2 for all windows builds.José Fonseca
2008-11-17gallium: State when there are no memory leaks detected.José Fonseca
2008-11-17gallium: Make handle_table reentrant.José Fonseca
2008-11-14gallium: increase table size for fast log/pow functionsBrian Paul
2008-11-14util: Use OpenGL rasterization rules in blits and mipmap generation.Brian Paul
2008-11-14translate: pull in prefetch and other optimizations from draw_vs_aos.cKeith Whitwell
2008-11-12util: Optimise log2().Michal Krol
2008-11-12util: Add log2() definition for MSC.Michal Krol
2008-11-12draw: Add missing include.Michal Krol
2008-11-11mesa: restore the negate flag of dots in build_lighting.Xiang, Haihao
2008-11-10gallium: fix comment again. A half-closed interval was intended.Brian
2008-11-10dri: alloc __DRIscreen object with calloc()Brian Paul
2008-11-10mesa: fix logic error in GLSL linker when looking for main() shadersBrian Paul
2008-11-10Mesa: fix number of buffers in st_draw_vbo().Pekka Paalanen
2008-11-10gallium: fix typos in commentsBrian Paul
2008-11-10gallium: actually flip the coordinatesZack Rusin
2008-11-09util: Fix util_fast_pow/exp2/log2.Brian