summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-11-23i965/gen6: Fix GPU hang when using stencil buffer without depthHEADmasterChad Versace1-0/+4
2011-11-23mesa: fix incorrect error message in format_unpack.cBrian Paul1-1/+2
2011-11-23i915g: don't set alpha to 1 for RGBX and BGRXVasily Khoruzhick1-2/+1
2011-11-23mesa: update comment for clear_teximage_fields()Brian Paul1-9/+2
2011-11-23gallium: remove trailing comma and unneeded comments in p_defines.hBrian Paul1-4/+4
2011-11-22mesa: re-implement unpacking of DEPTH_COMPONENT32FMarek Olšák1-0/+9
2011-11-22i915: Move the texture format setup for this driver out of shared code.Eric Anholt4-42/+54
2011-11-22i965: Drop intel_context.c's texture format set up for this driver.Eric Anholt1-87/+0
2011-11-22i965: Add support for ARGB2101010 rendering.Eric Anholt1-1/+1
2011-11-22i965: Add support for RGBA_16 unorm rendering.Eric Anholt1-1/+1
2011-11-22i965: Add support for half-float formats.Eric Anholt1-7/+11
2011-11-22mesa: Fix unpack for MESA_FORMAT_INTENSITY_FLOAT16.Eric Anholt1-1/+1
2011-11-22mesa: Fall back to float16 if float32 isn't supported in ChooseTexFormat.Eric Anholt1-0/+11
2011-11-22mesa: Add fallback from RGB_FLOAT16 to RGBA_FLOAT16 before RGBA_FLOAT32.Eric Anholt1-0/+1
2011-11-22i965: Reorganize MESA_FORMAT -> BRW_SURFACEFORMAT table.Eric Anholt1-48/+146
2011-11-22i965: Mark texture formats as supported using the surface formats table.Eric Anholt1-1/+12
2011-11-22intel: Improve debug output for begin/finish render texture.Eric Anholt1-4/+4
2011-11-22intel: Remove duplicate test for texture attachment completeness.Eric Anholt1-8/+0
2011-11-22i965: Don't require spans (swrast) support to consider a format FBO complete.Eric Anholt1-3/+10
2011-11-22i965: Use the surface format table to determine render target supportedness.Eric Anholt4-60/+95
2011-11-22intel: Add the context to the render_target_supported() vtbl method.Eric Anholt7-8/+10
2011-11-22i965: Add a table of the surface format information from the PRM.Eric Anholt1-0/+204
2011-11-22mesa: Make formats.c "datatype" values match glGetTexLevelParameter return.Eric Anholt3-9/+14
2011-11-22mesa: Don't report types for 0-sized components of textures.Eric Anholt1-50/+69
2011-11-22r600g: handle all remaining CAPsMarek Olšák1-0/+6
2011-11-22r600g: remove default case statements in get_paramMarek Olšák1-9/+3
2011-11-22r300g: re-order shaders CAPsMarek Olšák1-7/+6
2011-11-22r300g: handle SHADER_CAP_OUTPUT_READMarek Olšák1-0/+2
2011-11-22r300g: remove default case statements in get_paramMarek Olšák1-8/+2
2011-11-22u_vbuf_mgr: rename to u_vbufMarek Olšák7-30/+30
2011-11-22u_vbuf_mgr: better way to find a free VB slot + check errors earlyMarek Olšák1-41/+62
2011-11-22u_vbuf_mgr: remove a useless variableMarek Olšák1-4/+4
2011-11-22u_vbuf_mgr: remove redundant memsetMarek Olšák1-3/+1
2011-11-22u_vbuf_mgr: don't reference non-native vertex buffers as nativeMarek Olšák1-1/+2
2011-11-22u_vbuf_mgr: rename translate_vb_slot -> fallback_vb_slotMarek Olšák1-15/+14
2011-11-22gallium: separate out floating-point CAPs into its own enumMarek Olšák22-130/+157
2011-11-22gallium: remove PIPE_CAP_GLSL and enable GLSL unconditionallyMarek Olšák15-52/+12
2011-11-22glsl: convervative_depth is not allowed in the vertex shaderMarek Olšák1-2/+2
2011-11-22glsl: finish up ARB_conservative_depth (v2)Marek Olšák3-4/+16
2011-11-22mesa: rename the AMD_conservative_depth extension flag to ARBMarek Olšák4-6/+6
2011-11-22st/mesa: quick fix of CopyPixels with GL_DEPTH_STENCILMarek Olšák1-0/+7
2011-11-22linker: Remove erroneous multiply by 4 in uniform usage calculationIan Romanick1-5/+5
2011-11-22Merge branch 'hiz' of ssh://people.freedesktop.org/~chadversary/mesaChad Versace42-792/+2130
2011-11-22i965/gen6: Enable HiZ by defaultChad Versace1-6/+2
2011-11-22intel: Use separate stencil whenever possibleChad Versace2-2/+2
2011-11-22i965: Implement the actual tables for texture alignment units [v2]Kenneth Graunke3-13/+105
2011-11-22i965/gen6: Set vertical alignment in SURFACE_STATE batchChad Versace2-6/+11
2011-11-22intel: Store miptree alignment units in the miptreeChad Versace4-32/+26
2011-11-22intel: Enable HiZ for texture renderbuffersChad Versace1-0/+7
2011-11-22intel: Resolve buffers in intel_map_renderbuffer()Chad Versace1-0/+5