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
*
nir: move nir_shader_info to a common compiler header
Timothy Arceri
2016-10-26
1
-1
/
+1
*
mesa: modify _mesa_copy_linked_program_data() to take gl_linked_shader
Timothy Arceri
2016-10-26
6
-32
/
+34
*
mesa: fix error handling in DrawBuffers
Tapani Pälli
2016-10-25
1
-34
/
+37
*
mesa: add missing formats to driGLFormatToImageFormat
Tapani Pälli
2016-10-25
1
-0
/
+2
*
i965: Drop nir_inputs from fs_visitor.
Kenneth Graunke
2016-10-24
1
-1
/
+0
*
i965: Don't use nir_assign_var_locations for VS/TES/GS outputs.
Kenneth Graunke
2016-10-24
5
-62
/
+12
*
i965: Make split_virtual_grfs() call compact_virtual_grfs().
Kenneth Graunke
2016-10-24
1
-0
/
+6
*
i965: Drop unnecessary switch statement in nir_setup_outputs()
Kenneth Graunke
2016-10-24
1
-12
/
+3
*
i965/gen8: Don't enable alpha test and alpha to coverage if draw bufer zero i...
Anuj Phogat
2016-10-24
1
-6
/
+9
*
i965/gen8: Use DrawBuffer->_IntegerBuffers in gen8_upload_ps_blend()
Anuj Phogat
2016-10-24
1
-5
/
+2
*
i965/gen8: Use DrawBuffer->_IntegerBuffers in gen8_upload_blend_state()
Anuj Phogat
2016-10-24
1
-8
/
+2
*
glsl: add matrix layout information to interface block types
Iago Toral Quiroga
2016-10-24
1
-0
/
+1
*
st/mesa: cleanup and fix primitive restart for indirect draws
Nicolai Hähnle
2016-10-24
1
-17
/
+28
*
glsl/mesa: remove unused namespace support from the symbol table
Timothy Arceri
2016-10-24
4
-254
/
+117
*
gallium: add PIPE_CAP_STREAM_OUTPUT_INTERLEAVE_BUFFERS
Ilia Mirkin
2016-10-22
1
-1
/
+1
*
vbo: clean up with 'indent', whitespace fixes, etc in vbo_exec_array.c
Brian Paul
2016-10-20
1
-252
/
+276
*
vbo: whitespace fixes and reformatting in vbo_exec_api.c
Brian Paul
2016-10-20
1
-42
/
+64
*
vbo: minor clean-up in vbo_exec_api.c
Brian Paul
2016-10-20
1
-5
/
+2
*
vbo: move attribute type assignment
Brian Paul
2016-10-20
1
-1
/
+2
*
vbo: rename reset_attrfv() to vbo_reset_all_attr()
Brian Paul
2016-10-20
1
-4
/
+6
*
vbo: make vbo_reset_attr() static
Brian Paul
2016-10-20
2
-3
/
+5
*
vbo: trivial indentation fix in vbo_exec_api.c
Brian Paul
2016-10-20
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
*
i965/cs: Don't use a thread channel ID for small local sizes
Jordan Justen
2016-10-19
1
-2
/
+11
*
i965/cs: Use udiv/umod for local IDs
Jordan Justen
2016-10-19
1
-1
/
+1
*
mesa: remove unused LocalSizeVariable
Timothy Arceri
2016-10-20
2
-6
/
+0
*
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
5
-7
/
+1
*
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
*
i965: fix subnr overflow in suboffset()
Iago Toral Quiroga
2016-10-19
1
-8
/
+5
*
util: move min/max/clamp macros to util macros.h
Dave Airlie
2016-10-19
1
-13
/
+0
*
i965: Fix gl_InvocationID in dual object GS where invocations == 1.
Kenneth Graunke
2016-10-17
1
-1
/
+4
*
i965: Silence unused parameter warnings
Ian Romanick
2016-10-17
7
-9
/
+5
*
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
[next]