aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
...
* mesa: Move {split,merge}_location_offset to uniforms.hIan Romanick2011-11-072-55/+57
* mesa: Make get_uniform available outside compilation unitIan Romanick2011-11-072-7/+11
* mesa: Move the link check from _mesa_get_uniform_location to _mesa_GetUniform...Ian Romanick2011-11-071-5/+11
* mesa: Add string_to_uint_map::clear method to clear the mapIan Romanick2011-11-071-0/+8
* mesa: Fix error generation for glClearBuffer{i ui}v with GL_DEPTH or GL_STENCILIan Romanick2011-11-071-0/+84
* mesa: fix the selection of soft renderbuffer color formatsBrian Paul2011-11-071-7/+17
* mesa: remove unneeded soft renderbuffer format-setting codeBrian Paul2011-11-071-16/+0
* mesa: fix comment typo in intel_renderbufferBrian Paul2011-11-071-1/+1
* intel: update intel_texture_image commentBrian Paul2011-11-071-1/+1
* intel: wrap comment and fix typoBrian Paul2011-11-071-2/+2
* st/mesa: first implementation of Map/UnmapRenderbuffer()Brian Paul2011-11-072-0/+61
* xlib: implement renderbuffer mapping/unmappingBrian Paul2011-11-074-5/+167
* mesa: check for immutable texture in _mesa_test_texobj_completeness()Brian Paul2011-11-071-4/+9
* swrast: update program type assertionBrian Paul2011-11-071-1/+3
* st/mesa: clean-up st_translate_interp()Brian Paul2011-11-071-3/+7
* st/mesa: add some null pointer checking to better handle out of memoryBrian Paul2011-11-073-10/+61
* st/mesa: fix memory leaksMorgan Armand2011-11-071-2/+2
* st/mesa: fix indentationMorgan Armand2011-11-072-9/+8
* i965: Fix Sandybridge regression introduced by workaround-free math.Kenneth Graunke2011-11-071-1/+1
* i965: Enable faster workaround-free math on Ivybridge.Kenneth Graunke2011-11-076-17/+81
* mesa: add missing checks to compute_versionMarek Olšák2011-11-071-0/+5
* radeon: cleanup radeon shared code after r300 and r600 classic drivers removalFabio Pedretti2011-11-079-956/+39
* i965: Fix struct vs class warnings in brw_fs_vector_splitting.cpp.Kenneth Graunke2011-11-061-2/+2
* st/mesa: set geometry shader to NULL when doing internal drawingMarek Olšák2011-11-045-1/+17
* mesa/st: Be nice with the stack -- use malloc for large structures/arrays.José Fonseca2011-11-041-12/+40
* dri: cosmeticGeorge Sapountzis2011-11-042-65/+42
* dri_util: move drawable functionsGeorge Sapountzis2011-11-041-27/+26
* dri_util: move context functionsGeorge Sapountzis2011-11-041-35/+36
* dri_util: move context functionsGeorge Sapountzis2011-11-041-86/+86
* dri_util: move screen functionsGeorge Sapountzis2011-11-041-100/+100
* dri: drop stray includes and typedefGeorge Sapountzis2011-11-041-11/+0
* dri: move __driUtilMessage to xmlconfig.cGeorge Sapountzis2011-11-044-30/+23
* dri: drop drisw_util.hGeorge Sapountzis2011-11-044-141/+9
* dri: reorder as driver,screen,context,drawableGeorge Sapountzis2011-11-041-65/+65
* dri: unify __DRIcontextRec, __DRIdrawableRecGeorge Sapountzis2011-11-042-19/+18
* dri: unify __DRIscreenRecGeorge Sapountzis2011-11-0411-62/+50
* dri: unify __DriverAPIRecGeorge Sapountzis2011-11-046-46/+27
* dri: drop drmLock remnantsGeorge Sapountzis2011-11-041-3/+1
* radeon/r200: strip texture borders.Dave Airlie2011-11-042-0/+4
* radeon/r200: fix r100/r200 blit to use the offsets.Dave Airlie2011-11-042-4/+4
* radeon: drop mtface/mtlevel, use ones in base class.Dave Airlie2011-11-043-18/+9
* swrast: Avoid void * arithmetic.José Fonseca2011-11-041-1/+1
* i965/gen6: Improve glReadPixels() performance by blitting to a linear temp.Eric Anholt2011-11-032-8/+81
* intel: Add safety asserts for the blit engine's pitch alignment requirements.Eric Anholt2011-11-031-0/+6
* intel: Don't force a batchbuffer flush in readpixels.Eric Anholt2011-11-033-3/+12
* radeon: Remove early dereference of src/dst width in glCopyTexSubImage.Eric Anholt2011-11-031-6/+2
* swrast: Drop the global mapping of buffers across glReadPixels().Eric Anholt2011-11-031-8/+0
* swrast: Drop the remaining GetRow-based glReadPixels() fast-path.Eric Anholt2011-11-031-90/+0
* swrast: Remove dead _swrast_read_depth_span_uint().Eric Anholt2011-11-032-88/+0
* swrast: Convert color glReadPixels slow path to using MapRenderbuffer.Eric Anholt2011-11-031-72/+33