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
/
dri
/
i965
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
drivers/dri: cleanup dri extension instantiation
Emil Velikov
2014-04-28
1
-5
/
+5
*
i965: Don't bother flushing the batch if it doesn't ref our mt to map.
Eric Anholt
2014-04-25
1
-1
/
+2
*
i965: Make Broadwell HiZ path arrange for TC flushes.
Kenneth Graunke
2014-04-22
1
-0
/
+3
*
i965: Use uint16_t for control/src index tables.
Matt Turner
2014-04-22
1
-14
/
+14
*
i965/disasm: Fix s/xoo/xor/ typo.
Matt Turner
2014-04-22
1
-1
/
+1
*
i965/disasm: Remove tables with obvious mappings.
Matt Turner
2014-04-22
2
-13
/
+2
*
i965: Use ctx->Texture._MaxEnabledTexImageUnit for upper bound
Chris Forbes
2014-04-21
2
-2
/
+4
*
i965/fs: Implement fs_inst::force_sechalf support on Broadwell.
Kenneth Graunke
2014-04-18
3
-4
/
+8
*
i965/fs: Reduce restrictions on interference in register coalescing.
Matt Turner
2014-04-18
1
-13
/
+0
*
i965/fs: Give up in interference check if we see a WHILE.
Matt Turner
2014-04-18
1
-1
/
+1
*
i965/fs: Simplify interference scan in register coalescing.
Matt Turner
2014-04-18
1
-13
/
+9
*
i965/fs: Unindent can_coalesce_vars().
Matt Turner
2014-04-18
1
-27
/
+28
*
i965/fs: Recognize nop-MOV instructions early.
Matt Turner
2014-04-18
1
-3
/
+17
*
i965/fs: Only sweep NOPs if register coalescing made progress.
Matt Turner
2014-04-18
1
-7
/
+9
*
i965: Retype pre-Gen6 varying pull load destination to UW.
Kenneth Graunke
2014-04-17
1
-1
/
+1
*
i965: Add glBlitFramebuffer to commands affected by conditional rendering
Anuj Phogat
2014-04-17
1
-0
/
+8
*
i965: Fix component mask and varying_to_slot mapping for gl_ViewportIndex
Anuj Phogat
2014-04-17
1
-1
/
+5
*
i965: Fix component mask and varying_to_slot mapping for gl_Layer
Anuj Phogat
2014-04-17
1
-4
/
+14
*
i965: Put an assertion to check valid varying_to_slot[varying]
Anuj Phogat
2014-04-17
1
-0
/
+1
*
i965: Don't make instructions with a null dest a barrier to scheduling.
Matt Turner
2014-04-16
1
-4
/
+8
*
i965/fs: Change fs_visitor::emit_lrp to use MAC for gen<6
Juha-Pekka Heikkila
2014-04-16
1
-7
/
+4
*
i965/fs: Add support for the MAC instruction.
Juha-Pekka Heikkila
2014-04-16
2
-0
/
+4
*
i965/vec4: Change vec4_visitor::emit_lrp to use MAC for gen<6
Juha-Pekka Heikkila
2014-04-16
1
-16
/
+6
*
i965/vec4: Add support for the MAC instruction.
Juha-Pekka Heikkila
2014-04-16
3
-0
/
+5
*
i965: Add writes_accumulator flag
Juha-Pekka Heikkila
2014-04-16
8
-35
/
+131
*
i965: Add is_accumulator() function.
Juha-Pekka Heikkila
2014-04-16
4
-0
/
+28
*
i965: Add reads_accumulator_implicitly() function.
Matt Turner
2014-04-16
2
-0
/
+14
*
Revert "i965/fs: Only sweep NOPs if register coalescing made progress."
Matt Turner
2014-04-15
1
-8
/
+7
*
i965/fs: Only sweep NOPs if register coalescing made progress.
Matt Turner
2014-04-15
1
-7
/
+8
*
i965: Fix buffer overruns in MSAA MCS buffer clearing.
Eric Anholt
2014-04-15
1
-1
/
+1
*
i965: Avoid dependency hints on math opcodes
Mike Stroyan
2014-04-15
1
-0
/
+8
*
i965: Expand INTEL_DEBUG to uint64_t.
Matt Turner
2014-04-15
2
-2
/
+2
*
i965/fs: Remove dead_code_eliminate_local().
Matt Turner
2014-04-15
2
-159
/
+0
*
i965/fs: Clear variable from live-set if it's completely overwritten.
Matt Turner
2014-04-15
1
-0
/
+9
*
i965/fs: Reimplement dead_code_elimination().
Matt Turner
2014-04-15
3
-56
/
+117
*
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
[prev]
[next]