summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* r300/compiler: Fix regalloc for values with multiple writersTom Stellard2011-09-181-3/+6
* swrast: fix more store_texel() bugsBrian Paul2011-09-181-4/+4
* gallium: move clear paths from rgba to a pointer to a color union (v2)Dave Airlie2011-09-1857-209/+256
* mesa: use ctx->Driver.AllocTextureImageBuffer() to alloc texture memoryBrian Paul2011-09-172-41/+21
* mesa: plug in swrast texture image alloc/free functionsBrian Paul2011-09-171-1/+2
* swrast: add Alloc/FreeTextureImageBuffer() driver functionsBrian Paul2011-09-172-0/+48
* mesa: add AllocTextureImageBuffer() driver hookBrian Paul2011-09-171-0/+6
* mesa: move gl_texture_image::FetchTexel fields to swrastBrian Paul2011-09-1715-355/+378
* swrast: plug in _swrast_new/delete_texture_image() functionsBrian Paul2011-09-171-2/+2
* radeon: make radeon_texture_image a subclass of swrast_texture_imageBrian Paul2011-09-175-32/+43
* intel: make intel_texture_image a subclass of swrast_texture_imageBrian Paul2011-09-178-93/+101
* swrast: introduce new swrast_texture_image structBrian Paul2011-09-173-0/+63
* mesa: add new DeleteTextureImage() driver hookBrian Paul2011-09-177-2/+34
* mesa: move software texel fetch code into swrastBrian Paul2011-09-179-24/+26
* mesa: move _mesa_update_fetch_functions() calls into swrastBrian Paul2011-09-175-18/+7
* mesa: implement unpack_SIGNED_GR1616 in format_unpack.cBrian Paul2011-09-171-1/+5
* meta: fix/add checks for GL_EXT_framebuffer_sRGBBrian Paul2011-09-171-2/+4
* mesa: s/short/ushort/ in unpack_SIGNED_RGBA_16()Brian Paul2011-09-171-1/+1
* d3d1x: fix parsing of SM4 relative addressing register opChristoph Bumiller2011-09-171-1/+1
* d3d1x: set flatshade_first in rasterizer stateChristoph Bumiller2011-09-172-0/+2
* d3d1x: initialize point size and line width to 1Christoph Bumiller2011-09-172-0/+4
* r300/compiler: Add support for the output modifier (OMOD)Tom Stellard2011-09-1616-25/+310
* r300/compiler: Move some helper functions to radeon_compiler_util.cTom Stellard2011-09-163-33/+68
* r300/compiler: Don't unroll loops that conditionally increment the counterTom Stellard2011-09-161-2/+14
* nouveau: Fix typos of ParseSourceList in SConscript files.Vinson Lee2011-09-164-4/+4
* scons: fix incorrect test for embedded buildBrian Paul2011-09-161-1/+1
* winsys/radeon: use the cache bufmgr for buffers with PIPE_BIND_CUSTOMMarek Olšák2011-09-162-2/+2
* softpipe: use pipe_get_tile_rgba_format()Brian Paul2011-09-161-5/+6
* softpipe: use util_format_is_depth_or_stencil()Brian Paul2011-09-161-7/+1
* r600g: fixup missing scaled r600 types.Dave Airlie2011-09-161-0/+4
* r600g: interpret integer texture types as ints.Dave Airlie2011-09-161-0/+5
* r600g: take constantly interpolated values into a/cDave Airlie2011-09-161-3/+4
* r600g: add flat non-interpolation support.Dave Airlie2011-09-163-3/+33
* r600g: set number type correctly for color buffers.Dave Airlie2011-09-161-5/+29
* r600g: add missing formats to color buffer setup.Dave Airlie2011-09-162-1/+17
* softpipe: use consistent indentation in sp_quad_blend.cBrian Paul2011-09-151-183/+183
* gallivm: fix build with LLVM 3.0svnTobias Droste2011-09-151-1/+10
* Change strerror(ret) to strerror(-ret).Eugeni Dodonov2011-09-151-1/+1
* softpipe: fix blending for luminance/intensity surfacesBrian Paul2011-09-151-65/+96
* util: add util_format_is_luminance/intensity/rgb(), etcBrian Paul2011-09-152-1/+112
* wayland: Flush before blocking in swapbuffers.Jørgen Lind2011-09-151-2/+5
* mesa: fix error handling for dlist image unpackingBrian Paul2011-09-151-1/+14
* st/mesa: rewrap a long lineBrian Paul2011-09-151-3/+4
* mesa: add missing ')' in error messageBrian Paul2011-09-151-1/+1
* uniforms: accept all int/unsigned int sampler types in uniform checks.Dave Airlie2011-09-151-0/+22
* glsl: Remove field array_lvalue from ir_variable.Paul Berry2011-09-144-32/+21
* r600g: Initialize multi VGT related register on Cayman.Michel Dänzer2011-09-143-0/+12
* glx/dri2: Don't call X server for SwapBuffers when there's no back buffer.Michel Dänzer2011-09-141-0/+4
* DRI: Log something if we don't support legacy DRIAndrew Deason2011-09-141-1/+3
* GLX: Say something if we cannot connect via DRI2Andrew Deason2011-09-141-0/+1