summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2014-02-13radeon: reverse DBG_NO_HYPERZ logicAlex Deucher4-5/+5
2014-02-13pipe-loader: Add support for render nodes v2Tom Stellard1-3/+77
2014-02-13pipe-loader: Add auth_x parameter to pipe_loader_drm_probe_fd()Tom Stellard3-5/+11
2014-02-13st/omx/dec/h264: fix pic_order_cnt_type==2Christian König1-1/+1
2014-02-13nouveau: fix chipset checks for nv1a by using the oclass insteadIlia Mirkin3-7/+8
2014-02-13st/omx: initial OpenMAX H264 encoder v7Christian König5-8/+970
2014-02-13radeon/vce: initial VCE support v8Christian König6-1/+768
2014-02-13radeon/winsys: add VCE support v4Christian König3-1/+31
2014-02-13nv50: mark scissors/viewports dirty on context switchIlia Mirkin1-0/+2
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