mesa.git
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
2008-10-07 Keith Whitwellmesa: update state after binding vertex list in dlist...
2008-10-07 Keith Whitwelltrivial: exercise vertprog sligtly
2008-10-07 Keith Whitwellmesa: protect against segfault in get_fp_input_mask()
2008-10-07 Keith Whitwelldraw: add switch for drivers to force vertex data passt...
2008-10-07 Brian Paulmesa: remove old assertion
2008-10-07 Briangallium: replace assertion with conditional/recovery...
2008-10-06 Brianmesa: fix convolve/convolution mix-ups
2008-10-06 Brian Paulmesa: add missing GLcontext param to _mesa_delete_query().
2008-10-06 Michal Kroldraw: Fix compiler errors on Windows.
2008-10-06 Keith Whitwellrtasm: fix debug build
2008-10-06 Keith Whitwellmake draw's vertex_info struct smaller/quicker to compa...
2008-10-04 Keith Whitwellmesa: handle vertex program enabled case also in texenv...
2008-10-03 Keith Whitwellmesa: avoid generating constant vertex attributes in...
2008-10-03 Keith WhitwellMesa: short-circuit case when looking up the same progr...
2008-10-03 Keith Whitwellmesa: add new internal state for tracking current verte...
2008-10-03 Keith Whitwellmesa: add missing state dependencies for various tracke...
2008-10-03 Keith Whitwellmesa: shrink texenvprogram state key struct
2008-10-03 Keith Whitwellrtasm: add sse_movntps
2008-10-02 Keith Whitwelldraw: modify prefetching slightly
2008-10-02 Keith Whitwelldraw: don't keep refetching constant inputs
2008-10-02 Keith Whitwellrtasm: add prefetch instructions
2008-10-02 Keith Whitwelldraw: add streamlined paths for fetching linear verts
2008-10-01 Michal Krolmesa: Fix compiler warnings on Windows.
2008-09-30 Stephane MarchesinGallivm: add slt. glxgears should be running, except...
2008-09-30 Stephane MarchesinGallivm: port to llvm 2.4.
2008-09-28 Stephane MarchesinGallivm: fix off-by-one.
2008-09-28 Stephane MarchesinGallivm: need to link with libstdc++ for llvm.
2008-09-28 Stephane MarchesinGallivm: more instructions.
2008-09-28 Stephane MarchesinGallivm: make it compile again, add some opcodes.
2008-09-27 Brian Paulmesa: fix temp register allocation problems.
2008-09-27 Brian Paulegl: check for null ptr/name
2008-09-27 Brian Paulegl: remove space after -L flag
2008-09-26 Brian Paulgallium: rename tgsi_translate_mesa_program() to st_tra...
2008-09-26 Brian Paulmesa: add some braces
2008-09-26 Brian Paulmesa: fix/simplify initialization of vertex/fragment...
2008-09-26 Brian Paulmesa: increase MAX_INSTRUCTIONS
2008-09-26 Brian Paulmesa: fix swizzle failure, fix typo
2008-09-25 Brian Paulmesa: fix default buffer object access value
2008-09-19 Michal Krolmesa: Fix compiler error.
2008-09-19 Brian Paulmesa: Fix arb parse constants
2008-09-19 Jakob Bornecrantzmesa: Update ignores a bit
2008-09-18 Brian Pauldestroy window on exit
2008-09-18 Brian Paulgallium: if we run out of memory in st_TexImage, flush...
2008-09-18 Jakob Bornecrantztgsi: Build tgsi_text with make
next