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
*
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
*
state_tracker: Fix check for scissor enabled when < 0.
Eric Anholt
2016-10-16
1
-2
/
+2
*
i965: Enable OpenGL 4.5.
Kenneth Graunke
2016-10-14
2
-2
/
+2
*
intel/blorp: Add a flag to make blorp not re-emit dept/stencil buffers
Jason Ekstrand
2016-10-14
1
-6
/
+6
*
i915: workaround multiple intelFenceExtension definitions
Emil Velikov
2016-10-14
1
-0
/
+1
*
i965: Sort some extension names
Ian Romanick
2016-10-14
1
-3
/
+3
*
i915: store reference to the context within struct intel_fence (v2)
Mauro Rossi
2016-10-14
1
-11
/
+44
*
i915/sync: Implement DRI2_Fence extension
Mauro Rossi
2016-10-14
3
-30
/
+152
*
i915/sync: Replace prefix 'intel_sync' -> 'intel_gl_sync'
Mauro Rossi
2016-10-14
2
-26
/
+30
*
mesa: fix indentation in vertex_attrib_binding()
Brian Paul
2016-10-13
1
-2
/
+2
*
mesa: add sanity check assertion in update_array_format
Brian Paul
2016-10-13
1
-0
/
+3
*
mesa: remove needless cast in update_array()
Brian Paul
2016-10-13
1
-1
/
+1
*
mesa: simplify update_array() with a vao local var
Brian Paul
2016-10-13
1
-7
/
+7
*
vbo: simplify some code in check_draw_elements_data()
Brian Paul
2016-10-13
1
-5
/
+4
*
mesa: rename gl_vertex_attrib_array gl_array_attributes
Brian Paul
2016-10-13
8
-31
/
+31
*
mesa: rename gl_vertex_attrib_array::VertexBinding
Brian Paul
2016-10-13
5
-26
/
+26
*
mesa: rename some vars in arrayobj.c
Brian Paul
2016-10-13
1
-24
/
+31
*
mesa: replace gl_framebuffer::_IntegerColor wih _IntegerBuffers
Brian Paul
2016-10-13
7
-10
/
+15
*
mesa: remove 'params' parameter from ctx->Driver.TexParameter()
Brian Paul
2016-10-13
8
-37
/
+20
*
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
[next]