summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* r600g/Cayman: Fix blending using destination alpha factor but non-alpha destMichel Dänzer2013-02-201-4/+9
* radeonsi: Fix blending using destination alpha factor but non-alpha destinationMichel Dänzer2013-02-201-3/+5
* radeonsi: implement 3D transfersMarek Olšák2013-02-201-20/+29
* radeonsi: add assertions to prevent creation of invalid surfacesMarek Olšák2013-02-203-15/+18
* radeonsi: use u_box_origin_2d helper functionMarek Olšák2013-02-201-5/+2
* DRI2: Don't disable GLX_INTEL_swap_event unconditionallyZack Rusin2013-02-191-3/+12
* i965/fs: Enable CSE on uniform pull constant loads.Eric Anholt2013-02-191-0/+3
* i965/fs: Only do CSE when the dst types match.Eric Anholt2013-02-191-1/+2
* i965/fs: Delay setup of uniform loads until after pre-regalloc scheduling.Eric Anholt2013-02-193-27/+66
* i965/fs: Fix copy propagation with smearing.Eric Anholt2013-02-191-1/+2
* i965/fs: Add a bit more instruction dumping useful for upcoming work.Eric Anholt2013-02-191-1/+30
* radeon/llvm: Fix build with LLVM 3.3Tom Stellard2013-02-192-1/+12
* r600g: Add $(DEFINES) to AM_CXXFLAGSTom Stellard2013-02-191-1/+2
* i965: Remove unused userclip flags.Paul Berry2013-02-193-5/+0
* llvmpipe: fix handling of 0 x 0 framebuffer sizeBrian Paul2013-02-191-2/+2
* st/xlib: initialize the drawable size in create_xmesa_buffer()Brian Paul2013-02-191-2/+1
* glx: fix glGetTexLevelParameteriv for indirect renderingStefan Brüns2013-02-191-1/+3
* st/mesa: implement glBitmap unpacking from a PBO, for the cache pathBrian Paul2013-02-191-2/+11
* draw: fix non-perspective interpolation in interp()Brian Paul2013-02-191-3/+8
* 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