summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-07-22i965: add ARB_texture_rgb10_a2ui supportrgb10_a2uiJordan Justen3-1/+3
2012-07-22meta: allow CopyTexSubImage on integer formatsJordan Justen1-6/+10
2012-07-21ReadPixels: handle signed/unsigned integer clampingJordan Justen1-3/+10
2012-07-21mesa pack: handle packed integer formats with clampingJordan Justen1-2/+547
2012-07-21mesa unpack: use _mesa_problem rather than assertJordan Justen1-0/+5
2012-07-21mesa texstore: handle signed/unsigned integer clampingJordan Justen1-20/+75
2012-07-21mesa GetTexImage: handle signed/unsigned integer clampingJordan Justen1-2/+10
2012-07-21mesa pack: handle uint and int clamping properlyJordan Justen4-14/+112
2012-07-21mesa formats: add MESA_FORMAT_ABGR2101010_UINTJordan Justen7-1/+154
2012-07-21mesa formats: unpack ARGB8888/XRGB8888Jordan Justen1-0/+34
2012-07-21mesa pack: use _mesa_problem instead of assertJordan Justen2-8/+18
2012-07-21mesa: add glformats integer type/format detection routinesJordan Justen13-94/+295
2012-07-21scons: Add instrumentation component libraries to linking on llvm-3.2.Vinson Lee1-0/+3
2012-07-21Remove unused _mesa_memset16Matt Turner2-16/+0
2012-07-21Remove _mesa_inv_sqrtf in favor of 1/SQRTFMatt Turner4-117/+4
2012-07-21Remove _mesa_sqrt* in favor of plain sqrtMatt Turner3-117/+1
2012-07-21Use INV_SQRT instead of 1/SQRTFMatt Turner2-3/+3
2012-07-21autoconf: Only kink mcjit component when available.José Fonseca1-2/+6
2012-07-20i830: Fix stack corruptionChad Versace1-1/+1
2012-07-20mesa: disable MSVC global optimization in pack.cJosé Fonseca1-0/+13
2012-07-20mesa: whitespace fixes in pbo.cBrian Paul1-14/+14
2012-07-20mesa: update texstore.c commentBrian Paul1-3/+2
2012-07-20llvmpipe: use runtime loop instead of static loop for looping over quadsRoland Scheidegger3-72/+516
2012-07-20nv30: Support negative offsets in indirect constant access.Roy Spliet4-8/+15
2012-07-20nv50/ir: set position before i instead of i->next in NV50LoweringPreSSA::visitBryan Cain1-7/+2
2012-07-20i965/gen7: Increase the WM threads to hardware limits.Eric Anholt1-1/+1
2012-07-20glsl: Assign locations for uniforms in UBOs using the std140 rules.Eric Anholt5-2/+270
2012-07-20glsl: Don't resize arrays in uniform blocks.Eric Anholt1-0/+7
2012-07-20glsl: Don't dead-code eliminiate uniforms declared in uniform blocks.Eric Anholt1-1/+7
2012-07-20mesa: Implement the UBO-specific pnames of glGetActiveUniformsiv.Eric Anholt1-2/+13
2012-07-20glsl: Propagate uniform block information into gl_uniform_storage.Eric Anholt2-1/+74
2012-07-20mesa: Add implementation of glGetUniformBlockIndex().Eric Anholt1-0/+27
2012-07-20glsl: Set the uniform_block index for the linked shader variables.Eric Anholt1-0/+45
2012-07-20mesa: Add support for glGetActiveUniformsiv on non-UBO pnames.Eric Anholt3-0/+70
2012-07-20mesa: Add support for glGetUniformIndices().Eric Anholt1-0/+35
2012-07-20mesa: Move the _mesa_uniform_merge_location_offset to glGetUniformLocation().Eric Anholt4-16/+28
2012-07-20glsl: Merge the lists of uniform blocks into the linked shader program.Eric Anholt5-4/+185
2012-07-20glsl: Translate the AST for uniform blocks into some IR structures.Eric Anholt6-1/+103
2012-07-20glsl: Turn UBO variable declarations into ir_variables and check qualifiers.Eric Anholt4-3/+39
2012-07-20st/xorg: fix masked transformationsLucas Stach1-20/+40
2012-07-20i965/blorp: Use IMS layout when texturing from depth/stencil surfaces.Paul Berry1-23/+43
2012-07-20i965/blorp: Loosen assertions in compute_msaa_layout_for_pipeline.Paul Berry1-7/+2
2012-07-20i965/blorp: Configure SURFACE_STATE correctly for IMS surfaces.Paul Berry3-6/+14
2012-07-20i965/blorp: Optimize manual_blend() for compressed multisampled surfaces.Paul Berry1-0/+23
2012-07-20i965/blorp: Fix integer downsampling on Gen7.Paul Berry2-11/+55
2012-07-20i965/blorp: Modify manual_blend() to avoid unnecessary loss of precision.Paul Berry1-27/+90
2012-07-20i965: Add support for AVG instruction.Paul Berry2-0/+23
2012-07-20i965: Replace fs_visitor::kill_emitted with gl_fragment_program::UsesKill.Paul Berry2-4/+1
2012-07-20mesa: Set gl_fragment_program::UsesKill in do_set_program_inouts.Paul Berry4-33/+14
2012-07-19gallium-egl: Move wayland query_buffer implementationKristian Høgsberg7-32/+54