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
/
state_tracker
Commit message (
Expand
)
Author
Age
Files
Lines
*
st/mesa: switch gs over to shared shader_info
Timothy Arceri
2016-10-26
1
-4
/
+7
*
i965/mesa/st: eliminate gl_tess_eval_program
Timothy Arceri
2016-10-26
9
-19
/
+19
*
st/mesa: switch tes over to shared shader_info
Timothy Arceri
2016-10-26
1
-5
/
+7
*
i965/mesa/st: eliminate gl_tess_ctrl_program
Timothy Arceri
2016-10-26
8
-16
/
+16
*
st/mesa: switch tcs over to shared shader_info
Timothy Arceri
2016-10-26
1
-1
/
+1
*
glsl: add temporary copy_shader_info() function
Timothy Arceri
2016-10-26
2
-3
/
+3
*
mesa: modify _mesa_copy_linked_program_data() to take gl_linked_shader
Timothy Arceri
2016-10-26
2
-6
/
+7
*
st/mesa: cleanup and fix primitive restart for indirect draws
Nicolai Hähnle
2016-10-24
1
-17
/
+28
*
gallium: add PIPE_CAP_STREAM_OUTPUT_INTERLEAVE_BUFFERS
Ilia Mirkin
2016-10-22
1
-1
/
+1
*
st/mesa: only set primitive_restart when the restart index is in range
Nicolai Hähnle
2016-10-20
1
-2
/
+13
*
st/glsl_to_tgsi: sort input and output decls by TGSI index
Nicolai Hähnle
2016-10-20
1
-0
/
+28
*
st/glsl_to_tgsi: fix block copies of arrays of structs
Nicolai Hähnle
2016-10-20
1
-2
/
+4
*
st/glsl_to_tgsi: fix block copies of arrays of doubles
Nicolai Hähnle
2016-10-20
1
-0
/
+1
*
st/mesa: disable alpha-test, alpha-to-coverage, alpha-to-one for integer FBs
Marek Olšák
2016-10-19
2
-2
/
+4
*
mesa: remove gl_shader_compiler_options::EmitNoNoise
Marek Olšák
2016-10-19
1
-2
/
+0
*
glsl_to_tgsi: remove code for fixing up TGSI labels
Marek Olšák
2016-10-19
1
-90
/
+2
*
glsl_to_tgsi: remove subroutine support
Marek Olšák
2016-10-19
2
-205
/
+5
*
mesa_to_tgsi: remove remnants of flow control and subroutine support
Marek Olšák
2016-10-19
1
-92
/
+1
*
mesa_to_tgsi: drop support for instructions that can't occur here
Marek Olšák
2016-10-19
1
-72
/
+0
*
glsl_to_tgsi: allocate glsl_to_tgsi_instruction::tex_offsets on demand
Marek Olšák
2016-10-19
1
-1
/
+4
*
glsl_to_tgsi: merge buffer and sampler fields in glsl_to_tgsi_instruction
Marek Olšák
2016-10-19
1
-32
/
+31
*
glsl_to_tgsi: reduce the size of glsl_to_tgsi_instruction using bitfields
Marek Olšák
2016-10-19
1
-17
/
+19
*
glsl_to_tgsi: reduce the size of st_dst_reg and st_src_reg
Marek Olšák
2016-10-19
1
-31
/
+40
*
glsl_to_tgsi: remove unused st_translate::tex_offsets
Marek Olšák
2016-10-19
1
-1
/
+0
*
glsl_to_tgsi: remove unused parameters from calc_deref_offsets
Marek Olšák
2016-10-19
1
-9
/
+5
*
glsl_to_tgsi: use array_id for temp arrays instead of hacking high bits
Marek Olšák
2016-10-19
1
-13
/
+19
*
st/glsl_to_tgsi: fix [ui]vec[34] conversion to double
Nicolai Hähnle
2016-10-17
1
-2
/
+3
*
st/glsl_to_tgsi: fix atomic counter addressing
Nicolai Hähnle
2016-10-17
1
-6
/
+9
*
st/glsl_to_tgsi: fix a corner case of std140 layout in uniform buffers
Nicolai Hähnle
2016-10-17
1
-1
/
+28
*
st/mesa: fix fragment shader output mapping
Nicolai Hähnle
2016-10-17
1
-4
/
+13
*
state_tracker: Fix check for scissor enabled when < 0.
Eric Anholt
2016-10-16
1
-2
/
+2
*
mesa: remove 'params' parameter from ctx->Driver.TexParameter()
Brian Paul
2016-10-13
1
-2
/
+1
*
gallium: add PIPE_RESOURCE_FLAG_TEXTURING_MORE_LIKELY
Marek Olšák
2016-10-13
1
-1
/
+2
*
st/mesa: fix vertex elements setup for doubles
Nicolai Hähnle
2016-10-13
1
-48
/
+50
*
st/glsl_to_tgsi: remove unnecessary ir_instruction argument from get_opcode
Nicolai Hähnle
2016-10-13
1
-3
/
+3
*
st/glsl_to_tgsi: fix textureGatherOffset with indirectly loaded offsets
Nicolai Hähnle
2016-10-13
1
-1
/
+17
*
st/glsl_to_tgsi: simplify translate_tex_offset
Nicolai Hähnle
2016-10-13
1
-50
/
+14
*
st/mesa: only flip stipple pattern for winsys fbo's
Ilia Mirkin
2016-10-12
1
-3
/
+7
*
st/mesa: enable ARB_enhanced_layouts and turn the cap on
Nicolai Hähnle
2016-10-12
1
-0
/
+7
*
st/glsl_to_tgsi: adjust swizzles and writemasks for explicit components
Nicolai Hähnle
2016-10-12
1
-19
/
+49
*
st/glsl_to_tgsi: explicitly track all input and output declaration
Nicolai Hähnle
2016-10-12
1
-154
/
+171
*
st/glsl_to_tgsi: mark "gaps" in input/output arrays as used
Nicolai Hähnle
2016-10-12
1
-8
/
+24
*
st/glsl_to_tgsi: disable on-the-fly peephole for 64-bit operations
Nicolai Hähnle
2016-10-12
1
-0
/
+4
*
st/glsl_to_tgsi: simpler fixup of empty writemasks
Nicolai Hähnle
2016-10-12
1
-27
/
+10
*
st/glsl_to_tgsi: explicit handling of writemask for depth/stencil export
Nicolai Hähnle
2016-10-12
1
-8
/
+17
*
st/mesa: expose ARB_compute_variable_group_size
Samuel Pitoiset
2016-10-07
1
-0
/
+22
*
st/mesa: add support for dispatching a variable local size
Samuel Pitoiset
2016-10-07
1
-3
/
+12
*
st/mesa: add mapping for SYSTEM_VALUE_LOCAL_GROUP_SIZE
Samuel Pitoiset
2016-10-07
1
-0
/
+2
*
st/mesa: move all sampler view code into new st_sampler_view.[ch] files
Brian Paul
2016-10-06
12
-493
/
+587
*
st/mesa: optimize pipe_sampler_view validation
Brian Paul
2016-10-06
4
-30
/
+101
[next]