index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Bump MAX_3D_TEXTURE_SIZE to 2048.
Kenneth Graunke
2014-02-18
1
-1
/
+1
*
i965/fs: Use conditional sends to do FB writes on HSW+.
Eric Anholt
2014-02-18
4
-18
/
+46
*
i965/fs: Drop dead comment about the old proj_attrib_mask optimization.
Eric Anholt
2014-02-18
1
-6
/
+0
*
i965: Drop mt->levels[].width/height.
Eric Anholt
2014-02-18
7
-42
/
+23
*
i965: Move singlesample_mt to the renderbuffer.
Eric Anholt
2014-02-18
8
-276
/
+168
*
i965: Drop some duplicated code in DRI winsys BO updates.
Eric Anholt
2014-02-18
3
-110
/
+38
*
i965: Simplify intel_miptree_updownsample.
Eric Anholt
2014-02-18
1
-24
/
+11
*
i965: Don't try to use the ctx->ReadBuffer when asked to blorp miptrees.
Eric Anholt
2014-02-18
1
-3
/
+4
*
i965: Make the mt->target of multisample renderbuffers be 2D_MS.
Eric Anholt
2014-02-18
1
-3
/
+5
*
meta: Push into desktop GL mode when doing meta operations.
Eric Anholt
2014-02-18
2
-23
/
+19
*
meta: Fix blit shader compile on non-glsl-130 drivers.
Eric Anholt
2014-02-18
1
-1
/
+1
*
meta: Don't try to enable FF texturing when we're using GLSL.
Eric Anholt
2014-02-14
1
-6
/
+3
*
nouveau: fix chipset checks for nv1a by using the oclass instead
Ilia Mirkin
2014-02-13
3
-7
/
+8
*
meta: Add acceleration for depth glBlitFramebuffer().
Eric Anholt
2014-02-12
1
-6
/
+23
*
meta: Use BindRenderbufferTexImage() for meta glBlitFramebuffer().
Eric Anholt
2014-02-12
1
-9
/
+46
*
i965: Add a driver hook for binding renderbuffers to textures.
Eric Anholt
2014-02-12
1
-0
/
+36
*
meta: Do a massive unindent (and rename) of blitframebuffer_texture().
Eric Anholt
2014-02-12
1
-142
/
+144
*
meta: Move glBlitFramebuffer() to a separate file.
Eric Anholt
2014-02-12
2
-420
/
+466
*
meta: De-static some of meta's functions.
Eric Anholt
2014-02-12
2
-96
/
+159
*
meta: Move the meta structures to the meta header.
Eric Anholt
2014-02-12
2
-283
/
+283
*
meta: Fold the texture setup into setup_copypix_texture().
Eric Anholt
2014-02-12
1
-11
/
+9
*
meta: Drop the src == dst restriction on meta glBlitFramebuffer().
Eric Anholt
2014-02-12
1
-20
/
+0
*
meta: Rename the "sampler" stuff to "blit shader".
Eric Anholt
2014-02-12
1
-41
/
+40
*
meta: Drop a now-trivial helper function.
Eric Anholt
2014-02-12
1
-12
/
+3
*
meta: Fold the glUseProgram() into the blit program generator.
Eric Anholt
2014-02-12
1
-22
/
+8
*
meta: Simplify the blit shader setup steps.
Eric Anholt
2014-02-12
1
-22
/
+11
*
i965/vec4: Fix confusion between SWIZZLE and BRW_SWIZZLE macros.
Francisco Jerez
2014-02-12
3
-4
/
+4
*
i965/fs: Remove fs_reg::sechalf.
Francisco Jerez
2014-02-12
4
-12
/
+16
*
i965/fs: Remove fs_reg::smear.
Francisco Jerez
2014-02-12
7
-24
/
+30
*
i965/fs: Add support for specifying register horizontal strides.
Francisco Jerez
2014-02-12
6
-11
/
+68
*
i965/fs: Add support for sub-register byte offsets to the FS back-end IR.
Francisco Jerez
2014-02-12
5
-21
/
+46
*
glsl: Add image type to the GLSL IR.
Francisco Jerez
2014-02-12
4
-0
/
+5
*
meta: Enable cubemap array texture support to decompress_texture_image
Ian Romanick
2014-02-11
1
-7
/
+8
*
meta: Add cubemap array support to generic blit shader code
Ian Romanick
2014-02-11
1
-0
/
+12
*
meta: Get the correct info log
Ian Romanick
2014-02-11
1
-1
/
+1
*
meta: Expand texture coordinate from vec3 to vec4
Ian Romanick
2014-02-11
1
-8
/
+8
*
meta: Use GLSL to decompress 2D-array textures
Ian Romanick
2014-02-11
1
-5
/
+30
*
meta: Use common GLSL code for blits
Ian Romanick
2014-02-11
1
-95
/
+13
*
meta: Improve GLSL version check
Ian Romanick
2014-02-11
1
-1
/
+6
*
meta: Add rectangle textures to the shader-per-sampler-type table
Ian Romanick
2014-02-11
1
-0
/
+8
*
meta: Refactor shader generation code out of mipmap generation path
Ian Romanick
2014-02-11
1
-78
/
+91
*
meta: Refactor the table of glsl_sampler structures
Ian Romanick
2014-02-11
1
-56
/
+72
*
meta: Use common vertex setup code for _mesa_meta_Bitmap too
Ian Romanick
2014-02-11
1
-36
/
+12
*
meta: Add storage to the vertex structure for R, G, B, and A
Ian Romanick
2014-02-11
1
-9
/
+6
*
meta: Use common routine to configure fixed-function TNL state
Ian Romanick
2014-02-11
1
-23
/
+8
*
i965: Fix General and Indirect Base Addresses on Broadwell.
Kenneth Graunke
2014-02-11
1
-2
/
+2
*
i965: Drop VECTOR_MASK_ENABLE in Broadwell's 3DSTATE_VS packet.
Kenneth Graunke
2014-02-11
1
-1
/
+1
*
i965/gs: Fix EndPrimitive on Broadwell.
Kenneth Graunke
2014-02-11
1
-0
/
+7
*
i965/vec4: Support arbitrarily large sampler indices on Broadwell+.
Kenneth Graunke
2014-02-11
1
-3
/
+22
*
i965/fs: Support arbitrarily large sampler indices on Broadwell+.
Kenneth Graunke
2014-02-11
1
-1
/
+18
[next]