index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Fix HW blitter pitch limits
Chris Wilson
2015-06-08
1
-5
/
+14
*
i965: Set max texture buffer size to hardware limit
Chris Forbes
2015-06-06
1
-0
/
+1
*
i965: Add gen8 fast clear perf debug
Ben Widawsky
2015-06-05
2
-2
/
+19
*
i965: Add buffer sizes to perf debug of fast clears
Ben Widawsky
2015-06-05
2
-4
/
+7
*
mesa: use GL_GEOMETRY_PROGRAM_NV instead of MESA_GEOMETRY_PROGRAM
Marek Olšák
2015-06-05
1
-1
/
+1
*
i965/fs: Print mlen in dump_instructions() output.
Kenneth Graunke
2015-06-04
1
-0
/
+3
*
mesa: reference built-in uniforms into gl_uniform_storage
Martin Peres
2015-06-04
2
-2
/
+8
*
i965: Use UW-typed immediate in multiply inst.
Matt Turner
2015-06-03
2
-2
/
+2
*
program: Shrink and rename SaturateMode field to Saturate.
Matt Turner
2015-06-03
1
-1
/
+1
*
i965: Add Gen8+ VS dispatch_mode assertion.
Kenneth Graunke
2015-06-01
1
-0
/
+3
*
i965: Drop LOAD_PAYLOAD workaround in fs_visitor::emit_urb_writes().
Kenneth Graunke
2015-06-01
1
-12
/
+4
*
i965: Use proper pitch for scalar GS pull constants and UBOs.
Kenneth Graunke
2015-06-01
1
-3
/
+7
*
i965: Create a shader_dispatch_mode enum to replace VS/GS fields.
Kenneth Graunke
2015-06-01
8
-22
/
+24
*
i965: Drop "Vector Mask Enable" bit from 3DSTATE_GS on Gen8+.
Kenneth Graunke
2015-06-01
1
-2
/
+1
*
i965: Don't add base_binding_table_index if it's zero
Neil Roberts
2015-05-31
2
-2
/
+4
*
i965: Don't use a temporary when generating an indirect sample
Neil Roberts
2015-05-31
2
-26
/
+8
*
dri_util: make version var unsigned to silence warnings
Brian Paul
2015-05-29
1
-1
/
+1
*
i965: Disable compaction for EOT send messages
Ben Widawsky
2015-05-29
1
-0
/
+6
*
i965/vs: Rework the logic for generating NIR from ARB vertex programs
Jason Ekstrand
2015-05-28
1
-12
/
+11
*
i965/fs: Remove the ir_visitor code
Jason Ekstrand
2015-05-28
3
-2228
/
+2
*
i965: Remove the old fragment program code
Jason Ekstrand
2015-05-28
3
-769
/
+0
*
i965: Make NIR non-optional for scalar shaders
Jason Ekstrand
2015-05-28
2
-27
/
+5
*
i965: Make fs/vec4_visitor inherit from ir_visitor directly
Jason Ekstrand
2015-05-28
3
-3
/
+3
*
i965: Rename backend_visitor to backend_shader
Jason Ekstrand
2015-05-28
13
-44
/
+44
*
Revert "i915: Enable ARB_direct_state_access"
Ian Romanick
2015-05-28
1
-1
/
+0
*
Revert "i965: Enable ARB_direct_state_access"
Ian Romanick
2015-05-28
1
-1
/
+0
*
mesa: Allow overriding the version of ES2+ contexts
Ian Romanick
2015-05-28
1
-0
/
+4
*
dri_util: Use _mesa_override_gl_version_contextless
Ian Romanick
2015-05-28
1
-7
/
+11
*
i965/fs: Properly handle explicit depth in SIMD16 with dual-source blend
Jason Ekstrand
2015-05-28
1
-1
/
+5
*
i965: Silence warning in 3-src type-setting.
Matt Turner
2015-05-28
1
-0
/
+2
*
i965/fs: Fix lowering of integer multiplication with cmod.
Matt Turner
2015-05-28
1
-0
/
+11
*
i965: Emit 3DSTATE_MULTISAMPLE before WM_HZ_OP (gen8+)
Ben Widawsky
2015-05-27
1
-0
/
+10
*
i965: Remove _NEW_MULTISAMPLE dirty bit from 3DSTATE_PS_EXTRA.
Kenneth Graunke
2015-05-27
1
-2
/
+2
*
i965: Delete GS scratch space workaround warning.
Kenneth Graunke
2015-05-27
1
-4
/
+0
*
i965/skl: Add a message header for the TXF_MCS instruction in vec4vs
Neil Roberts
2015-05-26
1
-2
/
+18
*
i965/fs: Fix implied_mrf_writes for scratch writes
Jason Ekstrand
2015-05-23
1
-1
/
+1
*
prog_to_nir: Use a variable for uniform data
Jason Ekstrand
2015-05-23
1
-12
/
+3
*
i965/disasm: Skip swizzle disassembly when using 3-src repctrl.
Matt Turner
2015-05-22
1
-9
/
+12
*
swrast: Build fix for Solaris
Alan Coopersmith
2015-05-20
1
-1
/
+3
*
nir: Get rid of the array elements parameter on load/store intrinsics
Jason Ekstrand
2015-05-20
1
-31
/
+25
*
i965: add brw_cs.h to the sources list
Emil Velikov
2015-05-19
1
-0
/
+1
*
i965: Use NIR by default for vertex shaders on GEN8+
Jason Ekstrand
2015-05-18
1
-1
/
+1
*
i965: Add gen8 blend state
Ben Widawsky
2015-05-18
1
-2
/
+110
*
i965: Add renderbuffer surface indexes to debug
Ben Widawsky
2015-05-18
1
-1
/
+1
*
i965: Add Gen9 surface state decoding
Ben Widawsky
2015-05-18
6
-39
/
+68
*
i965: Add gen8 surface state debug info
Ben Widawsky
2015-05-18
2
-6
/
+81
*
i965: Add gen7+ sampler state to batch debug
Ben Widawsky
2015-05-18
2
-1
/
+71
*
i965: Add viewport extents (gen8) to batch decode
Ben Widawsky
2015-05-18
1
-4
/
+11
*
i965: Add all surface types to the batch decode
Ben Widawsky
2015-05-18
3
-15
/
+10
*
i965: Add string for surface format to table
Ben Widawsky
2015-05-18
1
-217
/
+219
[next]