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 PIPE_SHADER_CAP_DOUBLES
Tom Stellard
2014-07-02
2
-0
/
+7
*
gallium/radeon: Only print a message for LLVM diagnostic errors
Tom Stellard
2014-07-02
1
-2
/
+4
*
radeon/llvm: Use the llvm.rsq.clamped intrinsic for RSQ
Tom Stellard
2014-07-02
1
-1
/
+1
*
r600g: allow viewport index/layer to be sent to ps
Ilia Mirkin
2014-07-02
1
-2
/
+20
*
nvc0: add missed PIPE_CAP_DRAW_INDIRECT
Ilia Mirkin
2014-07-01
1
-0
/
+1
*
llvmpipe: get rid of llvmpipe_get_texture_tile_linear
Roland Scheidegger
2014-07-02
3
-107
/
+17
*
llvmpipe: get rid of llvmpipe_get_texture_image
Roland Scheidegger
2014-07-02
2
-52
/
+1
*
llvmpipe: get rid of llvmpipe_get_texture_image_all
Roland Scheidegger
2014-07-02
4
-65
/
+7
*
llvmpipe: allocate regular texture memory upfront
Roland Scheidegger
2014-07-02
1
-0
/
+7
*
llvmpipe: get rid of linear_img struct
Roland Scheidegger
2014-07-02
4
-33
/
+19
*
llvmpipe: (trivial) rename linear_mip_offsets to mip_offsets
Roland Scheidegger
2014-07-02
4
-6
/
+6
*
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
[next]