summaryrefslogtreecommitdiff
path: root/src/mesa
AgeCommit message (Expand)Author
2009-09-21selinux: Fix mmap() return value checkAdam Jackson
2009-09-21mesa: refine the error checking vbo_exec_DrawRangeElements()Brian Paul
2009-09-21mesa: make max_buffer_index() a non-static functionBrian Paul
2009-09-21radeon: update buffer map/unmap code for changes introduced in 92033a9516942d...Maciej Cencora
2009-09-21mesa: add some debug info to teximage.cMaciej Cencora
2009-09-21r300: fix a typoMaciej Cencora
2009-09-21swrast: fix cube face selectionBrian Paul
2009-09-21r600: fix typo in the last commitAlex Deucher
2009-09-21r600: various cleanupsAlex Deucher
2009-09-21mesa: Ensure TGSI tokens are freed with gallium's free.José Fonseca
2009-09-21r600: fix some issues with LIT instructionAndre Maasikas
2009-09-21Merge branch 'mesa_7_6_branch'Nicolai Hähnle
2009-09-21r300: Zero-initialize register for NV_vertex_programNicolai Hähnle
2009-09-21r300: Fix handling of NV_vertex_program parametersNicolai Hähnle
2009-09-21Merge branch 'mesa_7_6_branch'Michel Dänzer
2009-09-21Merge branch 'mesa_7_5_branch' into mesa_7_6_branchMichel Dänzer
2009-09-21intel: Fix crash in intel_flush().Michel Dänzer
2009-09-20windows: call _mesa_meta_init/free()Brian Paul
2009-09-20xlib: always call _mesa_meta_init/free()Brian Paul
2009-09-20dri/swrast: call _mesa_meta_init/free()Brian Paul
2009-09-20osmesa: call _mesa_meta_init/free()Brian Paul
2009-09-20Revert "st/mesa: Compile in meta.c."Brian Paul
2009-09-20Revert "scons: add meta.c to sources"Brian Paul
2009-09-20Revert "mesa: move _mesa_meta_init/free() calls to core Mesa"Brian Paul
2009-09-20scons: add meta.c to sourcesBrian Paul
2009-09-20st/mesa: Compile in meta.c.Chia-I Wu
2009-09-20intel: meta clear has a new name.Chia-I Wu
2009-09-20radeon: Fix legacy bo not to reuse dma buffers before refcount is 1.Pauli Nieminen
2009-09-20r300/compiler: Fix trig instructions in R300 fpNicolai Hähnle
2009-09-20radeon: Fix typo in variable name.Pauli Nieminen
2009-09-20radeon: Improve WARN_ONCE macro to appear as single statement.Pauli Nieminen
2009-09-20radeon: Fix "verts" debugging enableNicolai Hähnle
2009-09-20Merge branch 'mesa_7_6_branch'Brian Paul
2009-09-20Merge branch 'mesa_7_5_branch' into mesa_7_6_branchNicolai Hähnle
2009-09-20mesa/st: Create front renderbuffer on the fly when supplied with a surfaceNicolai Hähnle
2009-09-20mesa/st: Initialize format bits of framebuffer renderbuffersNicolai Hähnle
2009-09-20r300/compiler: Fix R300 fragment program regression introduced by 0723cd1...Nicolai Hähnle
2009-09-19mesa: remove redundant readbuffer checkBrian Paul
2009-09-19mesa: rename functions to be more consistant with rest of mesaBrian Paul
2009-09-19swrast: remove obsolete s_imaging.c fileBrian Paul
2009-09-19swrast: remove prototypes for obsolete functionsBrian Paul
2009-09-19mesa: remove s_imaging.c from buildBrian Paul
2009-09-19windows: replace old ColorTable, Convolution functions with newBrian Paul
2009-09-19mesa: use new meta functionsBrian Paul
2009-09-19mesa: meta functions for glCopyColorTable, glCopyConvolutionFilter, etcBrian Paul
2009-09-19mesa: move readbuffer testsBrian Paul
2009-09-19mesa: use _mesa_get_current_tex_unit() helperBrian Paul
2009-09-19mesa: use _mesa_get_current_tex_unit() helperBrian Paul
2009-09-19mesa: fix some glCopyTex[Sub]Image regressions related to convolutionBrian Paul
2009-09-19mesa: move _mesa_meta_init/free() calls to core MesaBrian Paul