mesa.git
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
2008-09-18 José Fonsecautil: A few more memory debugging checks.
2008-09-18 José Fonsecautil: Add missing p_debug.h include.
2008-09-18 Brian Paulgallium: fix surface object memory leak in cso module
2008-09-18 Jakob Bornecrantztgsi: Make tgsi dumps look more like mesa shader dumps.
2008-09-18 Jakob Bornecrantzprogs/fp: Add a bit of local variable testing to fp-tri
2008-09-18 José Fonsecapipebuffer: New callback to flush all temporary-held...
2008-09-17 Brian Paulgallium: fix wide point / point coord semantic info...
2008-09-17 Brian Paulgallium: fix fog vs. pointcoord attribute handling...
2008-09-17 Brian Paulmesa: new gl_fragment_program fields indicating use...
2008-09-17 Brian Paulegl: print multisample info
2008-09-17 Brian Paulgallium: clean-up/fix msaa override in state tracker
2008-09-17 Brian Paulgallium: fix tgsi sanity checker with respect to END.
2008-09-17 Brian Paulmesa: update program->NumAddressRegs field in _slang_up...
2008-09-17 Brian Paulgallium: include prog_print.h to silence warning
2008-09-17 Brian Paulgallium: need to finish, not flush, in st_copy_texsubim...
2008-09-17 Brian Paulgallium: new assertion on surface->texture
2008-09-17 Jakob Bornecrantztgsi: Add a ugly fix for CONSTANT problems
2008-09-17 Jakob Bornecrantztgsi: More debug printing on sanity check error
2008-09-17 Brian Paulgallium: fix lack of surface reference counting in...
2008-09-17 Brian Paulmesa: fix bug in previous changes to _slang_resolve_att...
2008-09-16 Brian Paulmesa: rework GLSL vertex attribute binding
2008-09-16 Brian Paulgallium: fix glTexImage(width=height=depth=0) case
2008-09-16 Brian Paulmesa: fix display list regression (check if save->prim_...
2008-09-16 Brian Paulgallium: fix info entries for KIL, KILP
2008-09-16 Brian Paulmesa: fix bug in get_uniform_rows_cols(): sometimes...
2008-09-16 Brian Paulgallium: move _vbo_DestroyContext() call
2008-09-16 Brian Paulmesa: protect against double-free in _vbo_DestroyContext()
2008-09-16 Jakob Bornecrantzmesa: State tracker now checks for faulty shaders on...
2008-09-16 Jakob Bornecrantztgsi: Make tgsi_sanity.c compile with make
2008-09-16 José Fonsecatrace: Fix typo in build instructions.
2008-09-15 Brian Paulmesa: fix MSAA enable state in update_multisample()
2008-09-15 Brian Paulmesa: remove some assertions that are invalid during...
2008-09-15 Keith Whitwellmesa: get another class of degenerate dlists working
2008-09-13 Brian Paulgallium: add another value check to util_fast_pow()
2008-09-12 Brian Paulcell: fix twiddled tile display for XSHM. Fixed blank...
2008-09-12 Brian Paulcell: disable calls to old gen code
2008-09-11 Brian Paulcell: initial support for fragment shader code generation.
2008-09-11 Brian Pauluse APP_CC
2008-09-11 Brian Paulcell: fix tile twidding bug seen in the event of multip...
next