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
*
gallium: add facilities for indirect drawing
Christoph Bumiller
2014-07-02
12
-0
/
+26
*
nvc0: expose 4 vertex streams, use stream ids in xfb
Ilia Mirkin
2014-07-01
5
-2
/
+5
*
nvc0/ir: only merge emit/restart for identical streams
Ilia Mirkin
2014-07-01
1
-3
/
+10
*
nvc0/ir: avoid creating restarts with non-0 stream
Ilia Mirkin
2014-07-01
1
-3
/
+7
*
nvc0/ir: fix emitting vertex stream
Ilia Mirkin
2014-07-01
1
-7
/
+8
*
gallium: add a cap for max vertex streams
Ilia Mirkin
2014-07-01
12
-0
/
+18
*
gallium: add an index argument to create_query
Ilia Mirkin
2014-07-01
18
-22
/
+36
*
gallium: add support for stream in so info
Ilia Mirkin
2014-07-01
1
-0
/
+1
*
radeonsi: Use dma_copy when possible for si_blit.
Axel Davy
2014-07-01
1
-0
/
+19
*
nv50: fix dri3 prime buffer creation
Axel Davy
2014-06-27
1
-2
/
+6
*
nvc0: fix dri3 prime buffer creation
Dave Airlie
2014-06-27
1
-1
/
+1
*
softpipe: use last_level from sampler view, not from the resource
Roland Scheidegger
2014-06-26
1
-19
/
+20
*
llvmpipe: Fix zero-division in llvmpipe_texture_layout()
Takashi Iwai
2014-06-25
1
-1
/
+1
*
r600g/compute: Defer the creation of the temporary resource
Bruno Jiménez
2014-06-24
2
-20
/
+28
*
r600g/compute: Handle failures in compute_memory_pool_finalize
Jan Vesely
2014-06-24
1
-1
/
+4
*
r600g/compute: Fix possible endless loop in compute_memory_pool allocations.
Jan Vesely
2014-06-24
1
-2
/
+5
*
r600: Fix use after free in compute_memory_promote_item.
Jan Vesely
2014-06-24
1
-1
/
+2
*
nvc0: allow VIEWPORT_INDEX and LAYER to be used as input semantics
Ilia Mirkin
2014-06-23
1
-0
/
+2
*
nv50/ir: allow gl_ViewportIndex to work on non-provoking vertices
Tobias Klausmann
2014-06-23
2
-2
/
+30
*
freedreno: use util_copy_framebuffer_state()
Rob Clark
2014-06-22
1
-12
/
+1
*
freedreno/a3xx: WFI fixes/cleanup
Rob Clark
2014-06-22
5
-48
/
+41
*
scons: avoid building any piece of i915
Emil Velikov
2014-06-21
1
-12
/
+0
*
r600g/compute: Use gallium util functions for double lists
Bruno Jiménez
2014-06-20
2
-111
/
+46
*
r600g/compute: Map only against intermediate buffers
Bruno Jiménez
2014-06-20
1
-6
/
+4
*
r600g/compute: Implement compute_memory_demote_item
Bruno Jiménez
2014-06-20
2
-0
/
+54
*
r600g/compute: Avoid problems when promoting items mapped for reading
Bruno Jiménez
2014-06-20
1
-4
/
+8
*
r600g/compute: Only move to the pool the buffers marked for promoting
Bruno Jiménez
2014-06-20
2
-60
/
+91
*
r600g/compute: divide the item list in two
Bruno Jiménez
2014-06-20
2
-51
/
+49
*
r600g/compute: Add statuses to the compute_memory_items
Bruno Jiménez
2014-06-20
2
-1
/
+18
*
r600g/compute: Add an util function to know if an item is in the pool
Bruno Jiménez
2014-06-20
1
-0
/
+5
*
r600g/compute: Add an intermediate resource for OpenCL buffers
Bruno Jiménez
2014-06-20
3
-6
/
+41
*
radeon/llvm: Adapt to AMDGPU.rsq intrinsic change in LLVM 3.5
Michel Dänzer
2014-06-19
1
-0
/
+4
*
nv30: hack to avoid errors on unexpected color/zeta combinations
Ilia Mirkin
2014-06-19
1
-0
/
+17
*
nv30: tidy screen caps, add missing ones
Ilia Mirkin
2014-06-19
1
-16
/
+17
*
nv30: avoid dangling references to deleted contexts
Ilia Mirkin
2014-06-19
1
-0
/
+3
*
nv30: plug some memory leaks on screen destroy and shader compile
Ilia Mirkin
2014-06-19
2
-0
/
+7
*
nv50: organize screen caps
Ilia Mirkin
2014-06-19
1
-67
/
+57
*
nvc0: organize screen caps
Ilia Mirkin
2014-06-19
1
-61
/
+51
*
nvc0: remove vport_int hack and instead use the usual state validation
Ilia Mirkin
2014-06-19
3
-11
/
+3
*
r300g: don't advertize PIPE_FORMAT_B10G10R10X2_UNORM on < r500
David Heidelberger
2014-06-19
1
-0
/
+1
*
radeonsi: implement ARB_texture_query_lod
Marek Olšák
2014-06-19
2
-25
/
+40
*
radeonsi: pass ARB_conservative_depth parameters to the hardware
Marek Olšák
2014-06-19
4
-1
/
+29
*
gallium: implement ARB_texture_query_levels
Marek Olšák
2014-06-19
1
-0
/
+3
*
radeonsi: cosmetic changes in si_shader.c
Marek Olšák
2014-06-19
1
-18
/
+13
*
radeonsi: implement ARB_texture_gather and Gather functions from GLSL 4.00
Marek Olšák
2014-06-19
2
-12
/
+123
*
r600g: fix the max vertex shader input limit
Marek Olšák
2014-06-19
1
-1
/
+1
*
radeon/uvd: disable VC-1 simple/main on UVD 2.x
Grigori Goronzy
2014-06-18
1
-1
/
+4
*
radeonsi: add sampling of 4:2:2 subsampled textures
Grigori Goronzy
2014-06-18
3
-40
/
+71
*
util/u_format: move utility function from r600g
Grigori Goronzy
2014-06-18
1
-11
/
+1
*
radeon/vce: set number of cpbs based on level
Leo Liu
2014-06-18
2
-5
/
+61
[next]