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
Commit message (
Expand
)
Author
Age
Files
Lines
*
i965: Enable ARB_tessellation_shader on Gen7-7.5.
Kenneth Graunke
2015-12-28
2
-3
/
+3
*
i965: Don't set interleave or complete on TCS EOT message.
Kenneth Graunke
2015-12-28
5
-5
/
+41
*
i965: Relase input URB Handles on Gen7/7.5 when TCS threads finish.
Kenneth Graunke
2015-12-28
5
-1
/
+93
*
i965: Use proper TCS barrier ID bits for Ivybridge/Baytrail.
Kenneth Graunke
2015-12-28
1
-4
/
+6
*
i965: Use proper TCS Instance ID bits for Ivybridge/Baytrail.
Kenneth Graunke
2015-12-28
1
-2
/
+5
*
i965: Port tessellation evaluation shaders to vec4 mode.
Kenneth Graunke
2015-12-28
8
-2
/
+365
*
i965: Emit a real 3DSTATE_DS on Gen7.
Kenneth Graunke
2015-12-28
1
-11
/
+54
*
i965: Emit a real 3DSTATE_HS on Gen7.
Kenneth Graunke
2015-12-28
1
-11
/
+47
*
i965: Add the TCS/TES state upload atoms to the gen7_atoms list.
Kenneth Graunke
2015-12-28
3
-30
/
+14
*
nir: Get rid of function overloads
Jason Ekstrand
2015-12-28
59
-386
/
+313
*
nvc0: don't forget to reset VTX_TMP bufctx slot after blit completion
Ilia Mirkin
2015-12-27
1
-0
/
+2
*
nv50,nvc0: add a note when converting vertex elements using CPU
Ilia Mirkin
2015-12-27
2
-0
/
+6
*
gallium/auxiliary: don't build NIR sources with MSVC2008 flags
Connor Abbott
2015-12-23
2
-7
/
+15
*
i965: Add tr_mode and mip tail information in surface state dump
Anuj Phogat
2015-12-23
1
-2
/
+5
*
i965/gen8/cs: Gen8 requires 64 byte alignment for push constant data
Jordan Justen
2015-12-22
1
-3
/
+3
*
freedreno/ir3: spelling..
Rob Clark
2015-12-23
1
-6
/
+6
*
nir/print: print variable constant-initializers
Rob Clark
2015-12-23
1
-0
/
+53
*
i965: Enable ARB_tessellation_shader on Gen8+.
Kenneth Graunke
2015-12-22
1
-0
/
+1
*
i965: Handle mix-and-match TCS/TES with separate shader objects.
Kenneth Graunke
2015-12-22
8
-24
/
+87
*
i965: Defer input lowering for tessellation stages until specialization.
Kenneth Graunke
2015-12-22
4
-27
/
+22
*
i965: Automatically create a passthrough TCS when needed.
Kenneth Graunke
2015-12-22
3
-12
/
+113
*
i965: Start program_string_id from 1, not 0.
Kenneth Graunke
2015-12-22
1
-0
/
+1
*
i965: Create and set a new brw_tcs_prog_data::outputs_written field.
Kenneth Graunke
2015-12-22
2
-6
/
+14
*
i965: Upload HS push constants whenever default tess. levels change.
Kenneth Graunke
2015-12-22
3
-0
/
+5
*
i965: Only call _mesa_load_state_parameters if prog exists.
Kenneth Graunke
2015-12-22
1
-1
/
+2
*
i965: Switch TCS gl_program/gl_shader_program checks over to TES.
Kenneth Graunke
2015-12-22
3
-4
/
+5
*
i965: Remove unnecessary brw->tess_ctrl_program assertions.
Kenneth Graunke
2015-12-22
5
-6
/
+1
*
i965: Consolidate BRW_NEW_TESS_{CTRL,EVAL}_PROGRAM flags.
Kenneth Graunke
2015-12-22
14
-47
/
+37
*
i965: Only call brw_upload_tcs/tes_prog when using tessellation.
Kenneth Graunke
2015-12-22
3
-24
/
+13
*
nir: Add a glsl_vec_type() helper.
Kenneth Graunke
2015-12-22
2
-0
/
+7
*
nir: Use writemasked store_vars in glsl_to_nir.
Kenneth Graunke
2015-12-22
2
-32
/
+10
*
nir: Add a writemask to store intrinsics.
Kenneth Graunke
2015-12-22
12
-19
/
+65
*
mesa: fix interface matching done in validate_io
Tapani Pälli
2015-12-22
1
-27
/
+88
*
mesa: add SSBOs to the list of fragment shader side effects
Iago Toral Quiroga
2015-12-22
1
-1
/
+3
*
i965: Ensure FS execution in presence of atomic buffers
Iago Toral Quiroga
2015-12-22
2
-5
/
+6
*
mesa: Add a _mesa_active_fragment_shader_has_side_effects helper
Iago Toral Quiroga
2015-12-22
3
-10
/
+14
*
i965: Implement gl_PatchVerticesIn by baking it into brw_tcs_prog_key.
Kenneth Graunke
2015-12-22
3
-1
/
+12
*
i965: Add tessellation control shaders.
Kenneth Graunke
2015-12-22
19
-2
/
+1195
*
i965: Add tessellation evaluation shaders
Kenneth Graunke
2015-12-22
13
-3
/
+627
*
nir: remove field only used in GLSL IR when assigning varying locations
Timothy Arceri
2015-12-22
2
-10
/
+0
*
nouveau: enable use of new kernel interfaces
Ben Skeggs
2015-12-22
2
-4
/
+0
*
nvc0: remove use of deprecated sw class identifier
Ben Skeggs
2015-12-22
1
-3
/
+5
*
nv50: fix g98+ vdec class allocation
Ben Skeggs
2015-12-22
1
-6
/
+51
*
nouveau: remove use of deprecated nouveau_device_wrap()
Ben Skeggs
2015-12-22
5
-9
/
+46
*
nouveau: fix screen creation failure paths
Ben Skeggs
2015-12-22
5
-25
/
+33
*
nouveau: return nouveau_screen from hw-specific creation functions
Ben Skeggs
2015-12-22
5
-11
/
+11
*
nouveau: remove use of deprecated nouveau_device::drm_version
Ben Skeggs
2015-12-22
7
-12
/
+15
*
nouveau: remove use of deprecated nouveau_device::fd
Ben Skeggs
2015-12-22
3
-1
/
+3
*
r600: fix viewport clipping handling (v2)
Dave Airlie
2015-12-22
3
-12
/
+15
*
radeonsi: fix viewport clipping handling. (v2)
Dave Airlie
2015-12-22
1
-1
/
+4
[next]