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
/
gallium
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
configure: use HAVE_DRISW_KMS when handling kms swrast
Emil Velikov
2015-11-21
1
-1
/
+1
*
gallium/trace: remove useless NULL check from trace_screen_create()
Emil Velikov
2015-11-21
1
-3
/
+0
*
freedreno/a4xx: add missing formats to enable ARB_vertex_type_2_10_10_10_rev
Ilia Mirkin
2015-11-20
2
-4
/
+8
*
freedreno/a4xx: use hardware RGTC texture samplers
Ilia Mirkin
2015-11-20
6
-24
/
+19
*
freedreno/a4xx: hook up RGB565 format
Ilia Mirkin
2015-11-20
2
-1
/
+2
*
freedreno/a4xx: logic op handling
Ilia Mirkin
2015-11-20
6
-29
/
+35
*
freedreno/a4xx: add 16-bit unorm/snorm format texturing/rendering
Ilia Mirkin
2015-11-20
2
-25
/
+47
*
freedreno/a4xx: point regid to "red" even for alpha-only rb formats
Ilia Mirkin
2015-11-20
1
-7
/
+0
*
freedreno: always set all border colors
Ilia Mirkin
2015-11-20
1
-30
/
+8
*
freedreno/a4xx: fix dst_alpha blend for RGBX render targets
Ilia Mirkin
2015-11-20
3
-5
/
+32
*
radeon: re-prepare query buffers on begin_query for predicate queries
Nicolai Hähnle
2015-11-20
2
-15
/
+18
*
radeon: reset query buffers for PIPE_QUERY_TIMESTAMP
Nicolai Hähnle
2015-11-20
1
-8
/
+18
*
svga: add num-bytes-uploaded HUD query
Brian Paul
2015-11-20
5
-6
/
+30
*
svga: add some sanity check assertions in svga_buffer_transfer_map()
Brian Paul
2015-11-20
1
-0
/
+5
*
nv50: expose two groups of compute-related MP perf counters
Samuel Pitoiset
2015-11-20
6
-2
/
+63
*
radeon/vce: disable two pipe mode for stoney
Leo Liu
2015-11-20
1
-1
/
+2
*
radeon/vce: add new firmware interface support
Leo Liu
2015-11-20
4
-5
/
+262
*
radeon: ensure that timing/profiling queries are suspended on flush
Nicolai Hähnle
2015-11-20
2
-9
/
+6
*
gallium: add the concept of batch queries
Nicolai Hähnle
2015-11-20
2
-0
/
+2
*
gallium: remove pipe_driver_query_group_info field type
Nicolai Hähnle
2015-11-20
1
-4
/
+0
*
freedreno/a4xx: add BPTC support
Ilia Mirkin
2015-11-20
2
-0
/
+8
*
nir: Add nir_texop_samples_identical opcode
Ian Romanick
2015-11-19
1
-0
/
+3
*
freedreno/a4xx: fix 5_5_5_1 texture sampler format
Ilia Mirkin
2015-11-19
1
-1
/
+1
*
freedreno/a4xx: add depth clamp and halfz clip
Ilia Mirkin
2015-11-19
3
-4
/
+9
*
freedreno/a4xx: allow seamless cubemap filtering to be enabled per-texture
Ilia Mirkin
2015-11-19
3
-1
/
+3
*
freedreno/a4xx: support lod_bias
Ilia Mirkin
2015-11-19
2
-0
/
+7
*
nv50: allow using inline vertex data submit when gl_VertexID is used
Samuel Pitoiset
2015-11-19
5
-15
/
+46
*
nv50: add NV84_3D macro
Samuel Pitoiset
2015-11-19
3
-3
/
+4
*
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
*
nvc0/ir: actually emit AFETCH on kepler
Ilia Mirkin
2015-11-18
1
-0
/
+3
*
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]