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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
5
-47
/
+48
*
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
*
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
*
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
2
-7
/
+2
*
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
*
nouveau: enable use of new kernel interfaces
Ben Skeggs
2015-12-22
1
-2
/
+0
*
nouveau: remove use of deprecated nouveau_device_wrap()
Ben Skeggs
2015-12-22
2
-1
/
+18
*
i965: Only apply CS stall workaround pre-SKL
Ben Widawsky
2015-12-21
1
-2
/
+4
*
i965/vec4: Optimize predicate handling for any/all.
Matt Turner
2015-12-18
2
-18
/
+77
*
nir: Delete bany, ball, fany, fall.
Matt Turner
2015-12-18
3
-23
/
+0
*
glsl: Remove ir_unop_any.
Matt Turner
2015-12-18
1
-17
/
+0
*
i965/screen: Allow OpenGLES 3.1 for gen8+
Jordan Justen
2015-12-16
1
-0
/
+5
*
i965: Enable compute shaders in more cases for OpenGLES 3.1
Jordan Justen
2015-12-16
1
-1
/
+4
*
Revert "i965: Use MESA_FORMAT_B8G8R8X8_SRGB for RGB visuals"
Neil Roberts
2015-12-16
1
-6
/
+7
*
i965: Fix crash when calling glViewport with no surface bound
Neil Roberts
2015-12-16
1
-2
/
+4
*
i965: Allocate URB space for HS and DS stages when required.
Chris Forbes
2015-12-15
3
-36
/
+170
*
i965: Use DIV_ROUND_UP() in gen7_urb.c code.
Kenneth Graunke
2015-12-14
1
-9
/
+8
*
i965: Make TES inputs match TCS outputs.
Kenneth Graunke
2015-12-14
1
-0
/
+11
*
i965: Force VS -> TCS varyings to use the SSO VUE map layout.
Kenneth Graunke
2015-12-14
2
-2
/
+5
*
i965: Handle TCS outputs and TES inputs.
Kenneth Graunke
2015-12-14
1
-2
/
+112
*
i965: Handle TCS inputs and TES outputs.
Kenneth Graunke
2015-12-14
1
-1
/
+3
*
i965: Add tessellation shader VUE map code.
Kenneth Graunke
2015-12-14
2
-7
/
+107
*
i965: Fix partial variable access for geometry shaders in SSO mode.
Kenneth Graunke
2015-12-14
1
-4
/
+34
*
i965: Separate base offset/constant offset combining from remapping.
Kenneth Graunke
2015-12-14
1
-25
/
+70
*
i965: Use MESA_FORMAT_B8G8R8X8_SRGB for RGB visuals
Neil Roberts
2015-12-13
1
-7
/
+6
*
i965: Add B8G8R8X8_SRGB to the alpha format override
Neil Roberts
2015-12-13
1
-0
/
+4
*
i965: Add MESA_FORMAT_B8G8R8X8_SRGB to brw_format_for_mesa_format
Neil Roberts
2015-12-13
1
-0
/
+1
*
i965/fs: Use the correct source for local memory load offsets
Jason Ekstrand
2015-12-11
1
-1
/
+1
*
i965: Add Gen8+ tessellation control shader state (3DSTATE_HS).
Kenneth Graunke
2015-12-11
1
-13
/
+51
*
i965: Add Gen7+ tessellation engine state (3DSTATE_TE).
Kenneth Graunke
2015-12-11
1
-8
/
+28
*
i965: Add Gen8+ tessellation evaluation shader state (3DSTATE_DS).
Kenneth Graunke
2015-12-11
1
-7
/
+59
*
i965: Add tessellation shader push constant support.
Kenneth Graunke
2015-12-11
7
-29
/
+63
*
i965: Add tessellation shader sampler support.
Kenneth Graunke
2015-12-11
4
-1
/
+51
*
i965: Add tessellation shader surface support.
Kenneth Graunke
2015-12-11
10
-11
/
+389
[next]