swrast: fix cube face selection
[mesa.git] / src / mesa /
2009-09-21 Brian Paulswrast: fix cube face selection
2009-09-21 Alex Deucherr600: fix typo in the last commit
2009-09-21 Alex Deucherr600: various cleanups
2009-09-21 José Fonsecamesa: Ensure TGSI tokens are freed with gallium's free.
2009-09-21 Andre Maasikasr600: fix some issues with LIT instruction
2009-09-21 Nicolai HähnleMerge branch 'mesa_7_6_branch'
2009-09-21 Nicolai Hähnler300: Zero-initialize register for NV_vertex_program
2009-09-21 Nicolai Hähnler300: Fix handling of NV_vertex_program parameters
2009-09-21 Michel DänzerMerge branch 'mesa_7_6_branch'
2009-09-21 Michel DänzerMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-21 Michel Dänzerintel: Fix crash in intel_flush().
2009-09-21 Brian Paulwindows: call _mesa_meta_init/free()
2009-09-21 Brian Paulxlib: always call _mesa_meta_init/free()
2009-09-21 Brian Pauldri/swrast: call _mesa_meta_init/free()
2009-09-21 Brian Paulosmesa: call _mesa_meta_init/free()
2009-09-21 Brian PaulRevert "st/mesa: Compile in meta.c."
2009-09-21 Brian PaulRevert "scons: add meta.c to sources"
2009-09-21 Brian PaulRevert "mesa: move _mesa_meta_init/free() calls to...
2009-09-21 Brian Paulscons: add meta.c to sources
2009-09-21 Chia-I Wust/mesa: Compile in meta.c.
2009-09-21 Chia-I Wuintel: meta clear has a new name.
2009-09-20 Pauli Nieminenradeon: Fix legacy bo not to reuse dma buffers before...
2009-09-20 Nicolai Hähnler300/compiler: Fix trig instructions in R300 fp
2009-09-20 Pauli Nieminenradeon: Fix typo in variable name.
2009-09-20 Pauli Nieminenradeon: Improve WARN_ONCE macro to appear as single...
2009-09-20 Nicolai Hähnleradeon: Fix "verts" debugging enable
2009-09-20 Brian PaulMerge branch 'mesa_7_6_branch'
2009-09-20 Nicolai HähnleMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-20 Nicolai Hähnlemesa/st: Create front renderbuffer on the fly when...
2009-09-20 Nicolai Hähnlemesa/st: Initialize format bits of framebuffer renderbu...
2009-09-20 Nicolai Hähnler300/compiler: Fix R300 fragment program regression...
2009-09-19 Brian Paulmesa: remove redundant readbuffer check
2009-09-19 Brian Paulmesa: rename functions to be more consistant with rest...
2009-09-19 Brian Paulswrast: remove obsolete s_imaging.c file
2009-09-19 Brian Paulswrast: remove prototypes for obsolete functions
2009-09-19 Brian Paulmesa: remove s_imaging.c from build
2009-09-19 Brian Paulwindows: replace old ColorTable, Convolution functions...
2009-09-19 Brian Paulmesa: use new meta functions
2009-09-19 Brian Paulmesa: meta functions for glCopyColorTable, glCopyConvol...
2009-09-19 Brian Paulmesa: move readbuffer tests
2009-09-19 Brian Paulmesa: use _mesa_get_current_tex_unit() helper
2009-09-19 Brian Paulmesa: use _mesa_get_current_tex_unit() helper
2009-09-19 Brian Paulmesa: fix some glCopyTex[Sub]Image regressions related...
2009-09-19 Brian Paulmesa: move _mesa_meta_init/free() calls to core Mesa
2009-09-19 Alex Deucherr600: fix point sizes
2009-09-19 Alex Deucherr600: fix polygon offset
2009-09-19 Brian Paulswrast: remove obsolete s_texstore.c
2009-09-19 Brian Paulswrast: remove prototypes for obsolete functions
2009-09-19 Brian Paulmesa: remove s_texstore.c from makefile/project files
2009-09-19 Brian Paulglapi: replace old TexCopy functions w/ new
2009-09-19 Brian Paulwindows: replace old TexCopy functions w/ new
2009-09-19 Brian Paulgldirect: remove refs to soon-to-be-obsolete functions
2009-09-19 Brian Paulmesa: use new _mesa_meta_CopyTex[Sub]Image() functions
2009-09-19 Brian Paulintel: use new _mesa_meta_CopyTex[Sub]Image() functions
2009-09-19 Brian Paulglapi: regenerated files
2009-09-19 Brian Paulglapi: added tokens, function for GL_ARB_provoking_vertex
2009-09-19 José Fonsecamesa: Allow BlitFramebuffer from a texture.
2009-09-18 Zou Nan hai[i965] add a missing header file
2009-09-18 Zou Nan hai [i965] use intel_batchbuffer_flush to flush the clear
2009-09-17 Brian Paulmesa: begin some texstore code refactoring
2009-09-17 Brian Paulmesa: fix clip plane, fog issues
2009-09-17 Brian Paulmesa: meta driver functions for glCopyTex[Sub]Image()
2009-09-17 Brian Paulswrast: remove mipmap generation checks (done in core...
2009-09-17 Brian Pauls3v: remove unneeded initializations
2009-09-17 Brian Paulffb: remove disabled code
2009-09-16 Brian Paulst/mesa: fix some incorrect branching/clean-up code...
2009-09-16 Brian Paulst/mesa: fix texture memory allocation bug
2009-09-16 Ian RomanickMerge branch 'mesa_7_6_branch'
2009-09-16 Ian RomanickMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-16 Ian Romanickintel: Deassociated drawables from private context...
2009-09-16 Zou Nan haii965: do a flush in clear, fix openarena render issue,
2009-09-16 Dave Airlieradeon: cleanup compile defines mess.
2009-09-16 Dave Airlieradeon: oops remove debugging left on in previous patch
2009-09-16 Dave Airlieradeon: use txformat to decide to emit rect tex state.
2009-09-16 Brian Paulmesa: move generate mipmap calls
2009-09-16 Brian Paulmesa: minor clean-up
2009-09-16 Brian Paulmesa: remove last of gotos
2009-09-16 Brian Paulmesa: more goto removal
2009-09-16 Brian Paulmesa: remove some gotos
2009-09-16 Brian Paulmesa: clean-up fbo debug code
2009-09-15 Brian Paulmesa: added GL_ARB_provoking_vertex (same as EXT version)
2009-09-15 Alex Deucherradeon: don't build non-r600 span code on r600
2009-09-15 Alex Deucherr600: minor span cleanups
2009-09-15 Brian Paulmesa: compile glUniformMatrix() functions into display...
2009-09-15 Brian Paulmesa: implement more glUniform display list functions
2009-09-15 Brian Paulmesa: compile glUniform4f() into display lists
2009-09-15 Brian Paulmesa: compile glUseProgram/glUseProgramObjectARB into...
2009-09-15 Ian RomanickMerge branch 'mesa_7_6_branch'
2009-09-15 Ian RomanickMerge commit 'origin/mesa_7_5_branch' into mesa_7_6_branch
2009-09-15 Brian Paulmesa: remove incorrect texture state check
2009-09-15 Brian Paulst/mesa: disable accidentally committed _mesa_print_pro...
2009-09-15 Brian PaulMerge branch 'mesa_7_6_branch'
2009-09-15 Brian PaulMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-15 Brian PaulARB prog parser: regenerated file
2009-09-15 Brian PaulARB prog parser: more detailed error message for out...
2009-09-15 Andre Maasikasr600: support position_invariant programs
2009-09-14 Brian Paulglsl: added some link debug code (disabled)
2009-09-14 Brian Paulglsl: remove extra #version directives from concatenate...
2009-09-14 Alex Deucherr600: add span support for 1D tiles
2009-09-14 Alex Deucherr600: fix warning
next