summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2014-02-13gallium/vl: remove remaining softpipe video functionsChristian König4-209/+1
2014-02-12nv50: implement multiple viewports/scissors, enable ARB_viewport_arrayIlia Mirkin9-53/+135
2014-02-13mesa/st: hardcode the viewport bounds rangeIlia Mirkin1-2/+2
2014-02-12scons: add meta_blit.c to src/mesa/SConscriptBrian Paul1-0/+1
2014-02-12meta: Add acceleration for depth glBlitFramebuffer().Eric Anholt1-6/+23
2014-02-12meta: Use BindRenderbufferTexImage() for meta glBlitFramebuffer().Eric Anholt1-9/+46
2014-02-12i965: Add a driver hook for binding renderbuffers to textures.Eric Anholt2-0/+43
2014-02-12meta: Do a massive unindent (and rename) of blitframebuffer_texture().Eric Anholt1-142/+144
2014-02-12meta: Move glBlitFramebuffer() to a separate file.Eric Anholt3-420/+467
2014-02-12meta: De-static some of meta's functions.Eric Anholt2-96/+159
2014-02-12meta: Move the meta structures to the meta header.Eric Anholt2-283/+283
2014-02-12meta: Fold the texture setup into setup_copypix_texture().Eric Anholt1-11/+9
2014-02-12meta: Drop the src == dst restriction on meta glBlitFramebuffer().Eric Anholt1-20/+0
2014-02-12mesa: Make TexImage error cases about internalFormat more informative.Eric Anholt1-7/+13
2014-02-12meta: Rename the "sampler" stuff to "blit shader".Eric Anholt1-41/+40
2014-02-12meta: Drop a now-trivial helper function.Eric Anholt1-12/+3
2014-02-12meta: Fold the glUseProgram() into the blit program generator.Eric Anholt1-22/+8
2014-02-12meta: Simplify the blit shader setup steps.Eric Anholt1-22/+11
2014-02-12i965/vec4: Fix confusion between SWIZZLE and BRW_SWIZZLE macros.Francisco Jerez3-4/+4
2014-02-12i965/fs: Remove fs_reg::sechalf.Francisco Jerez4-12/+16
2014-02-12i965/fs: Remove fs_reg::smear.Francisco Jerez7-24/+30
2014-02-12i965/fs: Add support for specifying register horizontal strides.Francisco Jerez6-11/+68
2014-02-12i965/fs: Add support for sub-register byte offsets to the FS back-end IR.Francisco Jerez5-21/+46
2014-02-12glsl: rename _restrict to restrict_flagBrian Paul7-8/+8
2014-02-12mesa: assorted clean-ups in detach_shader()Brian Paul1-12/+12
2014-02-12svga: replace out-of-temps assertion with debug warningBrian Paul1-2/+4
2014-02-12mesa: Handle binding of uniforms to image units with glUniform*().Francisco Jerez1-0/+36
2014-02-12glsl/linker: Propagate image uniform access qualifiers to the driver.Francisco Jerez1-0/+35
2014-02-12glsl/linker: Assign image uniform indices.Francisco Jerez1-1/+23
2014-02-12glsl/linker: Count and check image resources.Francisco Jerez2-1/+59
2014-02-12glsl: Add image built-in function generator.Francisco Jerez1-0/+251
2014-02-12glsl: Add built-in constants for ARB_shader_image_load_store.Francisco Jerez3-0/+37
2014-02-12glcpp: Add built-in define for ARB_shader_image_load_store.Francisco Jerez1-0/+3
2014-02-12glsl: Add built-in types defined by ARB_shader_image_load_store.Francisco Jerez2-0/+104
2014-02-12glsl/ast: Generalize some sampler variable restrictions to all opaque types.Francisco Jerez2-31/+36
2014-02-12glsl/ast: Forbid declaration of image variables in structures and uniform blo...Francisco Jerez1-0/+10
2014-02-12glsl/ast: Make sure that image argument qualifiers match the function prototype.Francisco Jerez1-1/+6
2014-02-12glsl/ast: Verify that function calls don't discard image format qualifiers.Francisco Jerez1-0/+58
2014-02-12glsl/ast: Validate and apply memory qualifiers to image variables.Francisco Jerez1-0/+51
2014-02-12glsl/parser: Handle image built-in types.Francisco Jerez1-0/+33
2014-02-12glsl/parser: Handle image memory qualifiers.Francisco Jerez1-0/+83
2014-02-12glsl/parser: Handle the early_fragment_tests input layout qualifier.Francisco Jerez3-1/+20
2014-02-12glsl/lexer: Add new tokens for ARB_shader_image_load_store.Francisco Jerez2-39/+56
2014-02-12glsl/ast: Keep track of type qualifiers defined by ARB_shader_image_load_store.Francisco Jerez3-3/+38
2014-02-12glsl: Add gl_uniform_storage fields to keep track of image uniform indices.Francisco Jerez1-18/+23
2014-02-12glsl: Add image memory and layout qualifiers to ir_variable.Francisco Jerez2-0/+19
2014-02-12glsl: Add helper methods to glsl_type for dealing with images.Francisco Jerez4-7/+35
2014-02-12glsl: Add image type to the GLSL IR.Francisco Jerez12-52/+76
2014-02-12glsl: Add ARB_shader_image_load_store extension enables.Francisco Jerez2-0/+3
2014-02-12mesa: Preserve the NewArrays state when copying a VAOFredrik Höglund1-0/+1