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
/
state_tracker
Commit message (
Expand
)
Author
Age
Files
Lines
*
st/mesa: move duplicated st_ws_framebuffer() function into header file
Brian Paul
2017-05-10
3
-28
/
+18
*
st/mesa: invalidate the readpix cache in st_indirect_draw_vbo
Marek Olšák
2017-04-26
1
-0
/
+2
*
st: Add cubeMapFace parameter to st_finalize_texture.
Michal Srb
2017-04-12
6
-7
/
+9
*
st/mesa: set result writemask based on ir type
Ilia Mirkin
2017-03-29
1
-0
/
+1
*
st/mesa: inform the driver of framebuffer changes before compute dispatches
Nicolai Hähnle
2017-03-15
1
-1
/
+9
*
st/glsl_to_tgsi: avoid iterating past the head of the instruction list
Nicolai Hähnle
2017-03-15
1
-2
/
+9
*
st/mesa: set blend state for PBO readbacks
Marek Olšák
2017-03-15
1
-0
/
+6
*
st/mesa: reset sample_mask, min_sample, and render_condition for PBO ops
Marek Olšák
2017-03-15
2
-0
/
+13
*
st/mesa: don't pass compare mode for stencil-sampled textures
Ilia Mirkin
2017-02-23
1
-1
/
+1
*
st/mesa: MAX_VARYING is the max supported number of patch varyings, not min
Ilia Mirkin
2017-02-08
1
-1
/
+1
*
st/mesa: destroy pipe_context before destroying st_context (v2)
Marek Olšák
2017-02-03
1
-6
/
+7
*
st/glsl_to_tgsi: use DDIV instead of DRCP + DMUL
Nicolai Hähnle
2017-01-24
1
-6
/
+3
*
st/mesa: add support for advanced blend when fb can be fetched from
Ilia Mirkin
2017-01-16
4
-8
/
+37
*
gallium: add flags parameter to texture barrier
Ilia Mirkin
2017-01-16
1
-1
/
+1
*
compiler: Merge shader_info's tcs and tes structs.
Kenneth Graunke
2017-01-10
1
-6
/
+6
*
st/mesa: pass gl_program to st_bind_ubos()
Timothy Arceri
2017-01-09
1
-18
/
+18
*
st/mesa: pass gl_program to st_bind_images()
Timothy Arceri
2017-01-09
1
-24
/
+22
*
st/mesa: stop passing gl_linked_shader to set_affected_state_flags()
Timothy Arceri
2017-01-09
1
-7
/
+6
*
st/mesa/glsl: set num_images directly in shader_info
Timothy Arceri
2017-01-09
2
-8
/
+8
*
st/mesa: pass gl_program to st_bind_ssbos()
Timothy Arceri
2017-01-09
1
-21
/
+21
*
mesa: Introduce a compiler enum for tessellation spacing.
Kenneth Graunke
2017-01-07
1
-15
/
+8
*
compiler: Change shader_info->tes.vertex_order into a ccw boolean.
Kenneth Graunke
2017-01-07
1
-1
/
+1
*
st/mesa/glsl: move SamplerTargets to gl_program
Timothy Arceri
2017-01-06
1
-1
/
+1
*
st/mesa/glsl: set SamplersUsed directly in gl_program
Timothy Arceri
2017-01-06
1
-1
/
+0
*
mesa/glsl: set num_textures per stage directly in shader_info
Timothy Arceri
2017-01-06
1
-1
/
+1
*
st/mesa/glsl: add new is_arb_asm flag in gl_program
Timothy Arceri
2017-01-06
1
-8
/
+9
*
st/mesa/glsl/i965: move ShaderStorageBlocks to gl_program
Timothy Arceri
2017-01-06
1
-1
/
+1
*
st/mesa/glsl/i965: set num_ssbos directly in shader_info
Timothy Arceri
2017-01-06
2
-6
/
+6
*
st/mesa/glsl/i965: move per stage UniformBlocks to gl_program
Timothy Arceri
2017-01-06
2
-11
/
+9
*
st/mesa/glsl/i965: set num_ubos directly in shader_info
Timothy Arceri
2017-01-06
2
-5
/
+3
*
st/mesa/glsl/i965: move ImageUnits and ImageAccess fields to gl_program
Timothy Arceri
2017-01-06
1
-1
/
+2
*
gallium: remove TGSI_OPCODE_SUB
Marek Olšák
2017-01-05
4
-12
/
+18
*
gallium: remove TGSI_OPCODE_ABS
Marek Olšák
2017-01-05
2
-8
/
+33
*
st/mesa: fix a segfault when prog->sh.data is NULL
Marek Olšák
2017-01-05
1
-1
/
+3
*
st/mesa: enable GLSLOptimizeConservatively for drivers that want it
Marek Olšák
2017-01-05
1
-0
/
+2
*
glsl_to_tgsi: do fewer optimizations with GLSLOptimizeConservatively
Marek Olšák
2017-01-05
1
-9
/
+67
*
glsl: run do_lower_jumps properly in do_common_optimizations
Marek Olšák
2017-01-05
1
-7
/
+1
*
st/mesa: get Version from gl_program rather than gl_shader_program
Timothy Arceri
2017-01-03
1
-4
/
+1
*
mesa: store gl_program in gl_transform_feedback_object rather than gl_shader_...
Timothy Arceri
2016-12-30
1
-4
/
+4
*
mesa/glsl: move LinkedTransformFeedback from gl_shader_program to gl_program
Timothy Arceri
2016-12-30
3
-6
/
+6
*
treewide: s/comparitor/comparator/
Ilia Mirkin
2016-12-12
1
-7
/
+7
*
st/glsl_to_tgsi: plumb the GS output stream qualifier through to TGSI
Nicolai Hähnle
2016-12-12
1
-0
/
+10
*
st/mesa: round lod_bias to a multiple of 1/256
Marek Olšák
2016-12-07
1
-0
/
+6
*
Revert "st/mesa: get Version from gl_program rather than gl_shader_program"
Timothy Arceri
2016-12-02
1
-1
/
+4
*
st/mesa: get Version from gl_program rather than gl_shader_program
Timothy Arceri
2016-12-02
1
-4
/
+1
*
st/mesa/glsl: move Version to gl_shader_program_data
Timothy Arceri
2016-12-02
1
-1
/
+1
*
st/mesa: skip lower_output_reads when possible
Nicolai Hähnle
2016-11-30
1
-1
/
+2
*
st/glsl_to_tgsi: swizzle PROGRAM_OUTPUTs correctly in src_register translation
Nicolai Hähnle
2016-11-30
1
-1
/
+11
*
st/mesa/glsl/nir/i965: make use of new gl_shader_program_data in gl_shader_pr...
Timothy Arceri
2016-11-19
2
-8
/
+8
*
glsl/i965: move per stage AtomicBuffers list to gl_program
Timothy Arceri
2016-11-19
1
-1
/
+1
[next]