summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* dri: drop drisw_util.hGeorge Sapountzis2011-11-048-154/+12
* 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-0416-67/+55
* dri: unify __DriverAPIRecGeorge Sapountzis2011-11-048-49/+29
* dri: drop drmLock remnantsGeorge Sapountzis2011-11-044-10/+1
* dri: drop DRI_VALIDATE macrosGeorge Sapountzis2011-11-041-24/+0
* gallium/cso_cache: remove one call to pipe_sampler_view_referenceMarek Olšák2011-11-041-2/+4
* r600g: move SPI setup to PS setupVadim Girlin2011-11-044-74/+73
* r600g: precalculate semantic indices for SPI setupVadim Girlin2011-11-045-57/+64
* svga: Tighten the register file assertions.José Fonseca2011-11-041-4/+2
* 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
* u_vbuf_mgr: avoid one call to pipe_resource_reference in most casesMarek Olšák2011-11-041-1/+2
* 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
* swrast: Skip _swrast_validate_derived in _swrast_ReadPixels().Eric Anholt2011-11-031-4/+0
* swrast: Add a readpixels fast-path based on memcpy and MapRenderbuffer.Eric Anholt2011-11-031-4/+53
* mesa: Add a function for comparing gl_format to format/type.Eric Anholt2011-11-032-0/+321
* swrast: Switch the remaining depth readpixels to MapRenderbuffer.Eric Anholt2011-11-031-5/+17
* swrast: Switch the remaining depth/stencil readpixels path to MapRenderbuffer.Eric Anholt2011-11-031-30/+42
* swrast: MapRenderbuffer in separate depth/stencil readpixels fastpathEric Anholt2011-11-032-21/+59
* swrast: Calculate image address/stride once for depth/stencil readpixels.Eric Anholt2011-11-031-16/+14
* swrast: Make the packed depth/stencil read fastpath use MapRenderbuffer.Eric Anholt2011-11-033-29/+94
* swrast: Directly map the stencil buffer in read_stencil_pixels.Eric Anholt2011-11-033-4/+74
* radeon: Fix variable initialization typo.Vinson Lee2011-11-031-1/+1
* i965: Fix constant propagation into 32-bit integer MUL.Paul Berry2011-11-032-2/+15
* svga: use the draw-module's sprite stage depending on FS inputsBrian Paul2011-11-031-1/+23
* svga: pass fragment shader to draw moduleBrian Paul2011-11-033-0/+12
* svga: implement generic variable index remappingBrian Paul2011-11-039-21/+165
* draw: assert that we have non-null fragment shaderBrian Paul2011-11-032-0/+4
* texgetimage: add missing return on errornobled2011-11-031-0/+1
* mesa: fix texture target mix-up in NV_fragment_program parserBrian Paul2011-11-031-7/+7
* linker: Check that initializers for global variables matchIan Romanick2011-11-037-7/+81
* glsl: Refactor generate_ARB_draw_buffers_variables to use add_builtin_constantIan Romanick2011-11-031-7/+4
* glsl: Put all bitfields in ir_variable together for better packingIan Romanick2011-11-031-8/+8
* linker: Fix the indentation of a block in cross_validate_globalsIan Romanick2011-11-031-25/+32
* radeon: Check an error return instead of assigning it to a dead variable.Eric Anholt2011-11-031-5/+13
* r300g: force buffer placements to GTT on big endian machinesMarek Olšák2011-11-031-0/+6
* state_trackers/vdpau: Add support for VC-1 decodingMaarten Lankhorst2011-11-033-2/+109
* state_trackers/vdpau: Add mpeg4 part2 to PipeToProfile and ProfileToPipeMaarten Lankhorst2011-11-031-0/+8
* state_trackers/vdpau: Add support for MPEG4 Part 2Maarten Lankhorst2011-11-032-20/+105