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/vec4: Let DCE eliminate dead writes in other basic blocks.
Matt Turner
2014-04-15
1
-4
/
+4
*
i965/gs: Add dummy source to prepare_channel_masks instruction.
Matt Turner
2014-04-15
1
-1
/
+2
*
i965: Disable Z16 in all APIs.
Kenneth Graunke
2014-04-15
1
-6
/
+0
*
i965: Update comments about Z16 being slow.
Kenneth Graunke
2014-04-15
1
-7
/
+10
*
i965/gen8: add debug code to show FS disasm with jump locations
Jordan Justen
2014-04-14
1
-0
/
+9
*
i965: glClearBuffer() should only clear a single buffer.
Iago Toral Quiroga
2014-04-13
3
-3
/
+7
*
i965: Add comment to explain the weird-looking shadow compares.
Chris Forbes
2014-04-13
1
-5
/
+16
*
glsl: Drop do_common_optimization's max_unroll_iterations parameter.
Kenneth Graunke
2014-04-11
1
-1
/
+1
*
i965: Use EmitNoIndirect flags in lower_variable_index_to_cond_assign.
Kenneth Graunke
2014-04-11
1
-8
/
+7
*
i965: Correct EmitNoIndirect shader compiler option flags.
Kenneth Graunke
2014-04-11
1
-3
/
+2
*
i965/fs: Reset reg_from when we can't coalesce.
Matt Turner
2014-04-11
1
-0
/
+1
*
i965: Fill in a bunch of gen7/hsw data cache-related disasm.
Eric Anholt
2014-04-11
1
-7
/
+103
*
i965: Stop setting up a 1:1 "attrib" member in our vertex inputs.
Eric Anholt
2014-04-11
4
-5
/
+2
*
i965: Skip a bunch of IB BO refcount twiddling.
Eric Anholt
2014-04-11
1
-13
/
+13
*
i965/gen7: Skip repeated NULL depth/stencil state emits.
Eric Anholt
2014-04-11
4
-0
/
+20
*
i965: Fix missing _NEW_SCISSOR in Broadwell SF_CLIP_VIEWPORT state.
Kenneth Graunke
2014-04-10
1
-2
/
+2
*
xlib: s/FREE/free/
Brian Paul
2014-04-10
1
-1
/
+1
*
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
*
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
*
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
2
-15
/
+15
*
i965: Remove unused sampler key fields
Topi Pohjolainen
2014-04-08
2
-16
/
+0
*
i965: Delete "fast color clear unsupported" performance warning.
Kenneth Graunke
2014-04-08
1
-2
/
+0
*
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
[next]