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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
6
-49
/
+49
*
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
*
nir: Add a writemask to store intrinsics.
Kenneth Graunke
2015-12-22
1
-0
/
+2
*
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
*
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
4
-25
/
+2
*
glsl: Remove ir_unop_any.
Matt Turner
2015-12-18
3
-126
/
+0
*
swrast: move two global defines to the only place where they are used
Miklós Máté
2015-12-17
2
-2
/
+2
*
mesa: improve debug log in atifragshader
Miklós Máté
2015-12-17
1
-0
/
+3
*
program: fix comment about the fog formula
Miklós Máté
2015-12-17
1
-1
/
+1
*
mesa: Don't leak ATIfs instructions in DeleteFragmentShader
Miklós Máté
2015-12-17
1
-1
/
+1
*
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
*
main/version: Don't require ARB_compute_shader for OpenGLES 3.1
Jordan Justen
2015-12-16
1
-3
/
+6
*
main: Allow compute shaders to be compiled with OpenGLES 3.1
Jordan Justen
2015-12-16
1
-1
/
+1
*
main: Add MESA_VERBOSE=api for LinkProgram & UseProgram
Jordan Justen
2015-12-16
1
-0
/
+5
*
ir_to_mesa: Skip useless comparison instructions.
Matt Turner
2015-12-16
1
-1
/
+7
*
osmesa: add new OSMesaCreateContextAttribs function
Brian Paul
2015-12-16
1
-1
/
+99
*
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
*
mesa/blit: Don't require the same format for mulitisample blits
Neil Roberts
2015-12-16
1
-2
/
+11
*
mesa/main: use BITSET_FOREACH_SET in perf_monitor_result_size
Nicolai Hähnle
2015-12-15
1
-4
/
+3
*
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
[next]