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: Implement the create_raw_surface() hook on Broadwell.
Kenneth Graunke
2014-05-01
1
-0
/
+17
*
i965: Drop mark_surface_used from gen8 generators.
Kenneth Graunke
2014-05-01
4
-28
/
+6
*
i965/fs: Add support for fs_inst::force_writemask_all on Broadwell.
Kenneth Graunke
2014-05-01
1
-0
/
+1
*
i965: Actually emit PIPELINE_SELECT and 3DSTATE_VF_STATISTICS.
Kenneth Graunke
2014-05-01
3
-15
/
+8
*
i965: Don't enable reset notification support on Gen4-5.
Kenneth Graunke
2014-04-30
1
-4
/
+9
*
i965: Fix state flag comments on color_buffer_write_enabled() calls.
Eric Anholt
2014-04-30
3
-1
/
+3
*
i965: Drop bogus state flag comment.
Eric Anholt
2014-04-30
1
-1
/
+0
*
i965: Track the number of samples in the drawbuffer.
Eric Anholt
2014-04-30
5
-22
/
+29
*
radeon: Drop the remaining driver usage of _ReallyEnabled.
Eric Anholt
2014-04-30
8
-29
/
+40
*
i915: Drop use of _ReallyEnabled.
Eric Anholt
2014-04-30
2
-45
/
+44
*
mesa: Replace use of _ReallyEnabled as a boolean with use of _Current.
Eric Anholt
2014-04-30
21
-44
/
+33
*
mesa: Drop dead last_ReallyEnabled fields from drivers.
Eric Anholt
2014-04-30
3
-4
/
+0
*
mesa: Drop _EnabledUnits.
Eric Anholt
2014-04-30
11
-15
/
+15
*
i915: Redo texture unit walking on i830.
Eric Anholt
2014-04-30
1
-10
/
+6
*
i965/vec4: Remove 'mul_arg' from try_emit_mad().
Matt Turner
2014-04-30
2
-7
/
+12
*
i965/fs: Remove 'mul_arg' from try_emit_mad().
Matt Turner
2014-04-30
2
-7
/
+12
*
i965: Fix a few base addresses on Broadwell.
Kenneth Graunke
2014-04-29
1
-2
/
+2
*
dri_util: cleanup dri extension handling
Emil Velikov
2014-04-28
2
-5
/
+5
*
dri/radeon: use a const __DRIextension array
Emil Velikov
2014-04-28
2
-17
/
+14
*
drivers/dri: cleanup dri extension instantiation
Emil Velikov
2014-04-28
6
-28
/
+37
*
Check for dladdr(), rather than assuming we have it if we have RTLD_DEFAULT
Jon TURNEY
2014-04-28
2
-4
/
+4
*
mesa: use accessors for struct gl_debug_state
Chia-I Wu
2014-04-27
1
-4
/
+1
*
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
*
meta: Clip src/dest rects in BlitFramebuffer, using the scissor
Chris Forbes
2014-04-17
2
-2
/
+43
*
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
[next]