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
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: enable usage of blend_func_extended blend factors in GLES2
Ryan Houdek
2015-11-19
1
-3
/
+3
*
glsl: add a parse check to check for the index layout qualifier
Ryan Houdek
2015-11-19
1
-0
/
+5
*
glsl: add GL_EXT_blend_func_extended preprocessor define
Ryan Houdek
2015-11-19
1
-0
/
+2
*
glsl: add support for EXT_blend_func_extended builtins
Ryan Houdek
2015-11-19
2
-0
/
+92
*
glsl: add EXT_blend_func_extended parser enables
Ryan Houdek
2015-11-19
2
-0
/
+8
*
glapi: add EXT_blend_func_extended XML definitions
Ryan Houdek
2015-11-19
3
-1
/
+36
*
os: check for GALLIUM_PROCESS_NAME to override os_get_process_name()
Brian Paul
2015-11-19
1
-18
/
+29
*
glsl: fix ir_constant::equals() for doubles
Connor Abbott
2015-11-19
1
-2
/
+7
*
glsl: fix isinf() for doubles
Connor Abbott
2015-11-19
1
-1
/
+10
*
nir: fix constant folding of bfi
Connor Abbott
2015-11-19
1
-2
/
+2
*
hud: fix Windows build break
Brian Paul
2015-11-19
1
-0
/
+6
*
glsl: Fix off-by-one error in array size check assertion
Ian Romanick
2015-11-18
1
-2
/
+1
*
mesa: Don't expose GL_EXT_shader_integer_mix in GLES 1.x
Ian Romanick
2015-11-18
1
-1
/
+1
*
glsl: Silence unused parameter warnings
Ian Romanick
2015-11-18
1
-2
/
+2
*
glsl: Silence ignored qualifier warning
Ian Romanick
2015-11-18
1
-1
/
+1
*
i965: Allow indirect GS input indexing in the scalar backend.
Kenneth Graunke
2015-11-18
4
-46
/
+107
*
gallium/hud: control visibility at startup and runtime.
Jimmy Berry
2015-11-19
1
-0
/
+29
*
i965/nir: Add hooks for testing nir_shader_clone
Jason Ekstrand
2015-11-18
1
-9
/
+26
*
nir: Add support for cloning shaders
Jason Ekstrand
2015-11-18
4
-0
/
+682
*
i965/nir: Validate that NIR passes call nir_metadata_preserve().
Kenneth Graunke
2015-11-18
3
-3
/
+48
*
i965/nir: Add OPT() and OPT_V() macros for invoking NIR passes.
Kenneth Graunke
2015-11-18
1
-72
/
+59
*
nir: add array length field
Rob Clark
2015-11-18
2
-0
/
+10
*
nir: remove nir_variable::max_ifc_array_access
Rob Clark
2015-11-18
2
-22
/
+0
*
freedreno/a4xx: add fake RGTC support (required for GL3)
Rob Clark
2015-11-18
3
-1
/
+22
*
freedreno/a4xx: add compressed texture formats
Rob Clark
2015-11-18
2
-2
/
+26
*
freedreno: update generated headers
Rob Clark
2015-11-18
5
-11
/
+37
*
freedreno: expose GLSL 140 and fake MSAA for GL3.0/3.1 support
Ilia Mirkin
2015-11-18
1
-2
/
+2
*
freedreno/a3xx: fix texture buffers, enable offsets
Ilia Mirkin
2015-11-18
3
-14
/
+32
*
freedreno: add support for conditional rendering, required for GL3.0
Ilia Mirkin
2015-11-18
6
-6
/
+56
*
freedreno/a3xx: add fake RGTC support (required for GL3)
Ilia Mirkin
2015-11-18
5
-27
/
+175
*
freedreno/a3xx: add missing formats to enable ARB_vertex_type_2_10_10_10_rev
Ilia Mirkin
2015-11-18
2
-4
/
+8
*
freedreno/a3xx+a4xx: fix for stk binning pass hang
Rob Clark
2015-11-18
3
-19
/
+76
*
freedreno/a3xx+a4xx: fix GL_POINTS lockup w/ GLES
Rob Clark
2015-11-18
3
-6
/
+11
*
nir: fix typo in idiv lowering, causing large-udiv-udiv failures
Ilia Mirkin
2015-11-18
1
-1
/
+1
*
llvmpipe: disable VSX in ppc due to LLVM PPC bug
Oded Gabbay
2015-11-18
1
-0
/
+9
*
nvc0/ir: actually emit AFETCH on kepler
Ilia Mirkin
2015-11-18
1
-0
/
+3
*
nir: Store the size of the TCS output patch in nir_shader_info.
Kenneth Graunke
2015-11-18
2
-0
/
+9
*
i965: Add enums for 3DSTATE_TE field values.
Kenneth Graunke
2015-11-18
1
-0
/
+28
*
meta/generate_mipmap: Don't leak the framebuffer object
Ian Romanick
2015-11-18
1
-0
/
+5
*
svga: use more VGPU10 formats
Brian Paul
2015-11-18
1
-30
/
+67
*
svga: add/use new svga_sampler_format() function
Brian Paul
2015-11-18
3
-0
/
+30
*
radeon: count cs dwords separately for query begin and end
Nicolai Hähnle
2015-11-18
2
-15
/
+21
*
radeon: expose r600_query_hw functions for reuse
Nicolai Hähnle
2015-11-18
2
-14
/
+27
*
radeon: implement r600_query_hw_get_result via function pointers
Nicolai Hähnle
2015-11-18
2
-99
/
+94
*
radeon: split hw query buffer handling from cs emit
Nicolai Hähnle
2015-11-18
2
-81
/
+133
*
radeon: convert hardware queries to the new style
Nicolai Hähnle
2015-11-18
2
-148
/
+172
*
radeon: convert software queries to the new style
Nicolai Hähnle
2015-11-18
1
-172
/
+194
*
radeon: add query handler function pointers
Nicolai Hähnle
2015-11-18
2
-7
/
+62
*
radeon: move R600_QUERY_* constants into a new query header file
Nicolai Hähnle
2015-11-18
4
-15
/
+51
*
radeon: cleanup driver query list
Nicolai Hähnle
2015-11-18
1
-29
/
+55
[next]