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
Commit message (
Expand
)
Author
Age
Files
Lines
*
pipe-loader: rework the sw backend
Emil Velikov
2015-11-21
14
-54
/
+158
*
gallium: keep the libdrm link alongside libkmsdri.la
Emil Velikov
2015-11-21
1
-1
/
+2
*
pipe-loader: directly use pipe_loader_sw_probe_null() at probe time
Emil Velikov
2015-11-21
1
-13
/
+4
*
pipe-loader: add pipe_loader_sw_probe_init_common() helper
Emil Velikov
2015-11-21
1
-20
/
+18
*
gallium/tests: remove unneeded include paths
Emil Velikov
2015-11-21
1
-4
/
+0
*
gallium: remove library_path argument from pipe_loader_create_screen()
Emil Velikov
2015-11-21
21
-44
/
+23
*
targets/nine: remove the custom pipe-driver path management
Emil Velikov
2015-11-21
1
-18
/
+2
*
pipe-loader: remove HAVE_DRM_LOADER_GALLIUM and HAVE_PIPE_LOADER_DRM
Emil Velikov
2015-11-21
2
-2
/
+2
*
pipe-loader: add pipe_loader_sw_probe_kms() implementation
Emil Velikov
2015-11-21
3
-0
/
+39
*
configure: use HAVE_DRISW_KMS when handling kms swrast
Emil Velikov
2015-11-21
2
-2
/
+2
*
targets/nine: use the existing sw_screen_wrap() over our custom version
Emil Velikov
2015-11-21
3
-30
/
+2
*
automake: use GALLIUM_PIPE_LOADER_DEFINES only where applicable
Emil Velikov
2015-11-21
6
-8
/
+2
*
pipe-loader: remove HAVE_PIPE_LOADER_foo function prototype guards
Emil Velikov
2015-11-21
1
-8
/
+0
*
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
*
ttn: add TEX2 support
Ilia Mirkin
2015-11-20
1
-3
/
+11
*
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/hud: add support for batch queries
Nicolai Hähnle
2015-11-20
3
-46
/
+261
*
gallium: add the concept of batch queries
Nicolai Hähnle
2015-11-20
4
-6
/
+42
*
st/mesa: map semantic driver query types to underlying type
Nicolai Hähnle
2015-11-20
1
-0
/
+2
*
gallium/hud: remove unused field in query_info
Nicolai Hähnle
2015-11-20
1
-1
/
+0
*
gallium: remove pipe_driver_query_group_info field type
Nicolai Hähnle
2015-11-20
2
-11
/
+0
*
gallivm: use sampler index 0 for texel fetches
Roland Scheidegger
2015-11-20
1
-1
/
+6
*
freedreno/a4xx: add BPTC support
Ilia Mirkin
2015-11-20
2
-0
/
+8
*
auxiliary/vl/dri2: coding style fixes
Emil Velikov
2015-11-20
2
-22
/
+34
*
auxiliary/vl/dri2: hide internal functions
Emil Velikov
2015-11-20
2
-34
/
+20
*
auxiliary/vl/drm: hide internal functions
Emil Velikov
2015-11-20
2
-5
/
+5
*
st/vdpau: use the vl_screen dispatch
Emil Velikov
2015-11-20
2
-11
/
+11
*
st/xvmc: use the vl_screen dispatch
Emil Velikov
2015-11-20
2
-12
/
+11
*
st/va: use the vl_screen dispatch
Emil Velikov
2015-11-20
3
-16
/
+9
*
st/omx: use the vl_screen dispatch
Emil Velikov
2015-11-20
1
-6
/
+5
*
auxiliary/vl/dri2: setup the dispatch
Emil Velikov
2015-11-20
2
-8
/
+15
*
auxiliary/vl/drm: use a label for the error path
Emil Velikov
2015-11-20
1
-6
/
+10
*
auxiliary/vl/drm: setup the dispatch
Emil Velikov
2015-11-20
1
-0
/
+6
*
auxiliary/vl: add dispatch table
Emil Velikov
2015-11-20
1
-0
/
+17
*
auxiliary/vl: rename vl_screen_create to vl_dri2_screen_create
Emil Velikov
2015-11-20
6
-8
/
+8
[next]