mesa.git
2008-12-11 Brian Paulgallium: only mark back color buffer surfaces as undefi...
2008-12-11 Brian Paulgallium: restore default_depth_bits() call in xlib...
2008-12-10 Keith Whitwellmesa: more trivial tests
2008-12-10 Keith Whitwellutil: new funcs for triming/validating primitives
2008-12-10 Keith Whitwelldraw: add const qualifiers
2008-12-09 José Fonsecapython/retrace: Dump indices too.
2008-12-09 José Fonsecagallium: Abort by default on windows user space.
2008-12-08 José Fonsecapython/retrace: Dump vertex buffer contents.
2008-12-01 José Fonsecascons: Target Windows XP on userspace.
2008-11-26 Michal Kroltgsi: Reenable OPCODE_ARR.
2008-11-26 Michal Kroltgsi: Fix build.
2008-11-26 Michal Kroltgsi: Implement OPCODE_ROUND for SSE2 backend.
2008-11-26 Michal Kroltgsi: Implement OPCODE_SSG/SGN.
2008-11-26 Brian Paulgallium: disable TGSI_OPCODE_ARR case until emit_rnd...
2008-11-26 Brian PaulRevert "tgsi: Implement OPCODE_ROUND for SSE2 backend."
2008-11-26 Brian Paulgallium: fix glBitmap color bug
2008-11-26 Brian Paulgallium: replace 2 with PIPE_SHADER_TYPES
2008-11-26 Michal Kroltgsi: Implement OPCODE_ARR.
2008-11-26 Michal Kroltgsi: Implement OPCODE_ROUND for SSE2 backend.
2008-11-25 José Fonsecapipebuffer: Fix buffer overflow.
2008-11-25 Brian Paulgallium: fix inverted raster pos when drawing into FBO
2008-11-24 José Fonsecapipebuffer: Ondemand buffer manager.
2008-11-24 José Fonsecapipebuffer: Implement proper buffer validation.
2008-11-24 José Fonsecagallium: Define convenience shortcuts for CPU/GPU READ...
2008-11-24 José Fonsecamesa: Don't call fence_finish with a null fence.
2008-11-20 Michal Krolscons: Fix toolchain selection.
2008-11-20 José Fonsecascons: Support MinGW32 cross compiler.
2008-11-19 José Fonsecapython/retrace: Dump constants.
2008-11-19 José Fonsecapython: Allow to read from buffers.
2008-11-19 José Fonsecapython/retrace: Fix formatting of shaders.
2008-11-19 José Fonsecapython/retrace: Ignore irrelevant calls.
2008-11-19 José Fonsecapython/retrace: Highlight the trace dump to help to...
2008-11-19 José Fonsecapython/retrace: Use the usual BSD-style license.
2008-11-17 José Fonsecagallium: Use costum log2 for all windows builds.
2008-11-17 José Fonsecagallium: State when there are no memory leaks detected.
2008-11-17 José Fonsecagallium: Make handle_table reentrant.
2008-11-14 Brian Paulgallium: increase table size for fast log/pow functions
2008-11-14 Brian Paulutil: Use OpenGL rasterization rules in blits and mipma...
2008-11-14 Keith Whitwelltranslate: pull in prefetch and other optimizations...
2008-11-14 Keith Whitwelltrivial: more tests
2008-11-12 Michal Krolutil: Optimise log2().
2008-11-12 Michal Krolutil: Add log2() definition for MSC.
2008-11-12 Michal Kroldraw: Add missing include.
2008-11-11 Xiang, Haihaomesa: restore the negate flag of dots in build_lighting.
2008-11-11 Briangallium: fix comment again. A half-closed interval...
2008-11-10 Brian Pauldri: alloc __DRIscreen object with calloc()
2008-11-10 Brian Paulmesa: fix logic error in GLSL linker when looking for...
2008-11-10 Pekka PaalanenMesa: fix number of buffers in st_draw_vbo().
2008-11-10 Brian Paulgallium: fix typos in comments
2008-11-10 Zack Rusingallium: actually flip the coordinates
2008-11-09 Brianutil: Fix util_fast_pow/exp2/log2.
2008-11-09 Briangallium: _debug_vprintf() should be silent if DEBUG...
2008-11-07 Brian Paulmesa: use _bfc0 instead of _col0 when building back...
2008-11-07 Briangallium: implement TGSI_OPCODE_NRM/NRM4 in tgsi_exec.c
2008-11-06 Brian Paulmesa: update the shader programs->TexturesUsed array...
2008-11-06 Brian Paulgallium: added st_print_shaders() function to help...
2008-11-06 Brian Paulgallium: debug code to print vertex array data (disabled)
2008-11-06 Brian Paulsoftpipe: debug code (disabled)
2008-11-06 Briangallium: check execution mask in indirect register...
2008-11-06 Briangallium: don't range check tgsi register index for...
2008-11-05 Brian Paulgallium: added check for degenerate drawing calls
2008-11-05 Brian Paulgallium: if VERBOSE_GLSL flag is set, check for non...
2008-11-05 Brian Paulmesa: fix a GLSL array indexing codegen bug
2008-11-05 Brian Paulgallium: call tgsi_set_exec_mask() and use exec mask...
2008-11-05 Brian Paulgallium: added tgsi_set_exec_mask()
2008-11-05 Brian Paulgallium: added some sanity check assertions for constan...
2008-11-05 Brian Paulmesa: remove extra \n from printf string
2008-11-05 Brian Paulmesa: add Initialized field to gl_uniform struct, for...
2008-11-05 Brian Paulgallium: added some debug code (disabled)
2008-11-05 Brian Paulgallium: disable some debug output
2008-11-05 Jakob Bornecrantzi915: Remove faulty assert
2008-11-05 michaldraw: Implement TGSI_OPCODE_TRUNC.
2008-11-05 michaltgsi: Implement OPCODE_TRUNC.
2008-11-04 Brian Paulmesa: fix float-valued GLSL vertex attribute variables
2008-11-01 Brian Paulmesa: silence warnings
2008-11-01 Brian Paulmesa: do scope replacement for while/for loops too
2008-11-01 Brian Paulmesa: glsl tree print improvements
2008-11-01 Brian Paulmesa: fix assignment / parameter passing of sampler...
2008-11-01 Brian Paulmesa: additional debug flags for glsl debug/disassembly
2008-10-31 Brian Paulmesa: fix some bugs with precision qualifier parsing
2008-10-31 Brian Paulmesa: do scope replacement for variable initializers too
2008-10-31 Brian Paulmesa: fix copy/paste error in GLSL error msg
2008-10-29 Brian Paulgallium: new sanity assertions in mmAllocMem()
2008-10-29 Brian Paulgallium: fix copy&paste bug
2008-10-29 Brian Paulgallium: fix alignment parameter passed to u_mmAllocMem()
2008-10-28 Keith Whitwellgallium: recognize DEBUG as well as DBG for debugging
2008-10-20 Keith Whitwellmesa: note that texcoords are generated by setup routin...
2008-10-18 Brian Paulgallium: add some checks for null surface pointers...
2008-10-17 Brian Paulmesa: redraw upon keypress in trivial/tri.c
2008-10-17 Brian Paulgallium: fix mis-matched malloc/free vs. aligned malloc...
2008-10-14 Keith Whitwelltrivial: more vp tests
2008-10-14 Keith Whitwellvp: add simple vertex transform test
2008-10-14 Keith Whitwellmesa: modify fixed function vertex programs not to...
2008-10-10 Brian Paulmesa: new _mesa_set_vp_override() function for driver...
2008-10-09 Brian Paulmesa: rasterizer state depends on ST_NEW_VERTEX_PROGRAM
2008-10-08 Brian Paulmesa: in _mesa_combine_programs() take new STATE_CURREN...
2008-10-07 Stephane MarchesinMesa: fix the case where there are no vertex attributes.
2008-10-07 Keith Whitwelltrivial: add more vp tests
2008-10-07 Brian Paulmesa: replace GLuint with GLbitfield to be clearer...
2008-10-07 Keith Whitwelldraw: don't assume output buffer pointer is aligned
next