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
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Enable ARB_texture_view on Gen7
Chris Forbes
2014-04-10
1
-0
/
+4
*
i965: Account for view parameters in blit CTSI path
Chris Forbes
2014-04-10
1
-2
/
+7
*
i965: Account for MinLayer/MinLevel in blorp CTSI path
Chris Forbes
2014-04-10
1
-3
/
+6
*
i965: Account for view parameters in fast depth clears
Chris Forbes
2014-04-10
1
-3
/
+3
*
i965/blorp: Account for nonzero MinLayer in layered clears.
Chris Forbes
2014-04-10
1
-1
/
+1
*
i965/blorp: Use irb->layer_count in clear
Chris Forbes
2014-04-10
1
-2
/
+1
*
i965: Add layer_count to intel_renderbuffer
Chris Forbes
2014-04-10
2
-0
/
+13
*
i965: Pull out layer_multiplier in intel_update_renderbuffer_wrapper
Chris Forbes
2014-04-10
1
-2
/
+5
*
i965: Add `layered` parameter to intel_update_renderbuffer_wrapper
Chris Forbes
2014-04-10
1
-3
/
+4
*
i965: Adjust renderbuffer wrapper to account for MinLevel/MinLayer
Chris Forbes
2014-04-10
1
-0
/
+4
*
i965: Enable texture upload fast path with MinLevel
Chris Forbes
2014-04-10
1
-1
/
+1
*
i965: Account for MinLevel in texture upload fast path
Chris Forbes
2014-04-10
1
-2
/
+4
*
i965: Adjust map/unmap code for MinLevel/MinLayer
Chris Forbes
2014-04-10
1
-3
/
+8
*
i965: Don't try to use fast upload path for nontrivial views
Chris Forbes
2014-04-10
1
-0
/
+4
*
i965: Adjust surface_state emission to account for view parameters
Chris Forbes
2014-04-10
1
-5
/
+14
*
i965: Add _Format to intel_texobj.
Chris Forbes
2014-04-10
3
-0
/
+16
*
i965: Add driver hook for TextureView
Chris Forbes
2014-04-10
1
-0
/
+41
*
i965: Ensure that texture validation is skipped for immutable textures.
Chris Forbes
2014-04-10
1
-0
/
+5
*
i965: refactor format selection for unsupported ETC* formats
Chris Forbes
2014-04-10
2
-34
/
+45
*
i965: refactor format munging for separate stencil
Chris Forbes
2014-04-10
2
-8
/
+26
*
i965: Include #slices in miptree debug
Chris Forbes
2014-04-10
1
-2
/
+2
*
mesa: Adjust _MaxLevel computation to account for views
Chris Forbes
2014-04-10
1
-0
/
+7
*
mesa: Prefer non-swizzled formats for most sized internalformats
Chris Forbes
2014-04-10
1
-4
/
+18
*
i965: Render R8G8B8X8 as R8G8B8A8
Chris Forbes
2014-04-10
1
-0
/
+3
*
i965: Pretend we don't support BRW_SURFACEFORMAT_R16G16B16_FLOAT for textures.
Chris Forbes
2014-04-10
1
-1
/
+1
*
i965: Enable R10G10B10A2_UNORM format
Chris Forbes
2014-04-10
1
-0
/
+1
*
i965: Enable R8G8B8A8_UNORM_SRGB format
Chris Forbes
2014-04-10
1
-0
/
+1
*
swrast: Add support for fetching from MESA_FORMAT_R10G10B10A2_UNORM
Chris Forbes
2014-04-10
2
-3
/
+16
*
mesa: fix packing of float texels to GL_SHORT/GL_BYTE
Chris Forbes
2014-04-10
1
-58
/
+58
*
Partially revert bba9c28 "configure: use LIB_EXT rather than hardcoded .so"
Jon TURNEY
2014-04-09
1
-13
/
+13
*
i965: Stop advertising GL_MESA_ycbcr_texture.
Kenneth Graunke
2014-04-09
1
-1
/
+0
*
tnl: Merge _tnl_vbo_draw_prims() into _tnl_draw_prims().
Iago Toral Quiroga
2014-04-08
5
-48
/
+27
*
i965: Remove unused sampler key fields
Topi Pohjolainen
2014-04-08
2
-16
/
+0
*
mesa: move declaration before code in etc2_unpack_rgb8()
Brian Paul
2014-04-08
1
-3
/
+3
*
i965: Delete "fast color clear unsupported" performance warning.
Kenneth Graunke
2014-04-08
1
-2
/
+0
*
mesa: add bounds checking to eliminate buffer overrun
Courtney Goeltzenleuchter
2014-04-08
1
-24
/
+54
*
i965/vec4: fix record clearing in copy propagation
Chia-I Wu
2014-04-08
1
-5
/
+16
*
i965/vec4: Add a test for copy propagation behavior.
Eric Anholt
2014-04-08
3
-0
/
+164
*
i965/fs: Track whether we're doing dual source in a more obvious way.
Eric Anholt
2014-04-08
3
-3
/
+5
*
i965/fs: Add a couple more global special regs to special[]
Eric Anholt
2014-04-08
1
-0
/
+2
*
i965/fs: Handle arrays of special regs more cleanly.
Eric Anholt
2014-04-08
1
-14
/
+22
*
i965/fs: Fix dump_instructions() on uniforms.
Eric Anholt
2014-04-08
1
-2
/
+2
*
i965/fs: Fix vgrf0 live interval when no interpolation was done.
Eric Anholt
2014-04-08
1
-2
/
+4
*
i965: Drop pointless check for variable declarations in splitting.
Eric Anholt
2014-04-08
1
-10
/
+5
*
i965: Remove stale comment.
Eric Anholt
2014-04-08
1
-1
/
+0
*
i915: Fix build error.
Iago Toral Quiroga
2014-04-08
1
-6
/
+0
*
glsl: Pass ctx->Const.NativeIntegers to do_common_optimization().
Kenneth Graunke
2014-04-08
4
-4
/
+8
*
i965/fs: Skip emitting MACH/MOV for small integers.
Kenneth Graunke
2014-04-08
1
-12
/
+21
*
glsl: Make is_16bit_constant from i965 an ir_constant method.
Kenneth Graunke
2014-04-08
1
-16
/
+2
*
mesa: Move is_power_of_two() function from brw_context.h to macros.h.
Kenneth Graunke
2014-04-08
2
-6
/
+11
[next]