summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* st/mesa: remove what is left from u_blitMarek Olšák2013-02-186-29/+0
* st/mesa: simplify and improve CopyTexSubImageMarek Olšák2013-02-183-260/+99
* st/mesa: don't do sRGB conversion in CopyTexSubImageMarek Olšák2013-02-181-2/+2
* st/mesa: implement blit-based TexImage and TexSubImageMarek Olšák2013-02-183-4/+239
* st/mesa: fix blit-based GetTexImage for 1D array texturesMarek Olšák2013-02-181-19/+52
* st/mesa: fix blit-based GetTexImage for depth/stencil formatsMarek Olšák2013-02-181-1/+1
* st/mesa: factor out code for determining blit.mask from CopyTexSubImageMarek Olšák2013-02-181-42/+66
* radeonsi: Fix PIPE_FORMAT_X32_S8X24_UINT sampler hardware formatMichel Dänzer2013-02-181-1/+1
* radeonsi: Use stencil surface level information for stencil texturingMichel Dänzer2013-02-182-7/+10
* radeonsi: properly implement S8Z24 depth-stencil formatMichel Dänzer2013-02-181-29/+66
* r600g/llvm: Support for TBOVincent Lejeune2013-02-181-0/+28
* r600g/llvm: Set Inputs/Outputs count to 32 (api reported value)Vincent Lejeune2013-02-181-2/+2
* r600g/llvm: Fix alpha_to_one piglit testsVincent Lejeune2013-02-183-0/+4
* r600g/llvm: Add support for UBOVincent Lejeune2013-02-182-1/+22
* i965: Fix leak in blorp CopyTexSubImage2DChristopher James Halse Rogers2013-02-161-2/+2
* gallivm/tgsi: fix issues with sample opcodesRoland Scheidegger2013-02-167-95/+247
* gallivm/tgsi: fix src modifier fetching with non-float types.Roland Scheidegger2013-02-164-5/+54
* gallivm: fix issues with trunc/round/floor/ceil with no arch roundingRoland Scheidegger2013-02-162-66/+199
* gallivm: DIV shouldn't be deprecated.Roland Scheidegger2013-02-161-1/+0
* mesa: Use PROGRAM_ERROR_STRING_ARB instead of the _NV nameMatt Turner2013-02-151-1/+1
* trace: add context pointer sanity checkingBrian Paul2013-02-153-0/+23
* trace: fix incorrect trace_surface::base.context pointerBrian Paul2013-02-153-4/+7
* trace: whitespace, comment clean-upsBrian Paul2013-02-151-6/+2
* trace: move struct tr_list to tr_texture.hBrian Paul2013-02-152-5/+8
* st/mesa: fix format query for GL_ARB_texture_rgBrian Paul2013-02-151-3/+4
* i965/fs: Do a general SEND dependency workaround for the original 965.Eric Anholt2013-02-153-42/+229
* egl-wayland: Fix left-over wl_display_roundtrip() usageKristian Høgsberg2013-02-141-1/+1
* i965/gen7: Set up all samplers even if samplers are sparsely used.Eric Anholt2013-02-141-1/+1
* r600g: add support for red-alpha render targetsMarek Olšák2013-02-142-0/+44
* r300g: add support for red-alpha render targetsMarek Olšák2013-02-143-0/+20
* st/mesa: try to find exact format matching user format and type for DrawPixelsMarek Olšák2013-02-144-37/+59
* r600g: properly implement S8Z24 depth-stencil format for EvergreenMarek Olšák2013-02-143-18/+47
* radeonsi: Handle TGSI_PROPERTY_FS_COLOR0_WRITES_ALL_CBUFSMichel Dänzer2013-02-141-0/+29
* radeonsi: Fix array indices for detecting integer vertex formatsMichel Dänzer2013-02-141-2/+2
* glsl: Initialize ir_texture member variable.Vinson Lee2013-02-131-2/+2
* intel: Allow blit readpixels even when the pack alignment is set.Eric Anholt2013-02-131-9/+4
* i965: Remove writemask support from brw_SAMPLE().Eric Anholt2013-02-135-109/+18
* i965/fs: Use a helper function for checking for flow control instructions.Eric Anholt2013-02-133-23/+22
* shaderapi: Fix AttachShader errorbma2013-02-131-0/+14
* i965: Re-enable the -RHW workaround for original gen4 chips.Eric Anholt2013-02-131-12/+8
* i965/gen4: Work around missing sRGB RGB DXT1 support.Eric Anholt2013-02-133-4/+20
* glsl: Fix error checking on "flat" keyword to match GLSL ES 3.00, GLSL 1.50.Paul Berry2013-02-131-16/+32
* glsl: don't allow non-flat integral types in varying structs/arrays.Paul Berry2013-02-133-6/+30
* glsl: Allow default precision qualifiers to be set for sampler types.Paul Berry2013-02-131-3/+43
* st/mesa: fix texture buffer objectsMarek Olšák2013-02-131-4/+10
* i965: Use derived state for Haswell's 3DSTATE_VF packet.Kenneth Graunke2013-02-121-2/+2
* st/mesa: accelerate glGetTexImage for all formats using a blitMarek Olšák2013-02-132-49/+152
* gallium: add red-alpha texture formats and a couple of util functionsMarek Olšák2013-02-133-0/+141
* r600g: fix lockup when hyperz & alpha test are enabled together. v3Jerome Glisse2013-02-123-3/+49
* CopyTexImage: Don't check sRGB vs LINEAR for desktop GLJordan Justen2013-02-121-18/+10