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
...
*
nv50: enable txg where supported
Ilia Mirkin
2014-02-25
3
-2
/
+8
*
nv50: enable cube map array texture support
Ilia Mirkin
2014-02-25
3
-9
/
+7
*
r600g,radeonsi: consolidate create_surface and surface_destroy
Marek Olšák
2014-02-25
6
-85
/
+63
*
radeonsi: inline util_blitter_copy_texture
Marek Olšák
2014-02-25
1
-3
/
+21
*
radeonsi: remove useless psbox variable from resource_copy_region
Marek Olšák
2014-02-25
1
-3
/
+2
*
radeonsi: compute depth surface registers only once
Marek Olšák
2014-02-25
1
-44
/
+54
*
radeonsi: compute color surface registers only once
Marek Olšák
2014-02-25
1
-44
/
+55
*
r600g: remove r600_resource.h
Marek Olšák
2014-02-25
5
-48
/
+15
*
r600g: remove r600_surface::htile_enabled
Marek Olšák
2014-02-25
3
-10
/
+4
*
r600g: use r600_surface::db_z_info
Marek Olšák
2014-02-25
1
-10
/
+10
*
r600g,radeonsi: share r600_surface
Marek Olšák
2014-02-25
5
-54
/
+50
*
radeonsi: move PA_SU_POLY_OFFSET_DB_FMT_CNTL to framebuffer state
Marek Olšák
2014-02-25
1
-8
/
+21
*
gallium: the other drivers don't support ARB_buffer_storage
Marek Olšák
2014-02-25
9
-0
/
+9
*
r300g,r600g,radeonsi: add support for ARB_buffer_storage
Marek Olšák
2014-02-25
6
-0
/
+21
*
gallium: add interface for persistent and coherent buffer mappings
Marek Olšák
2014-02-25
1
-0
/
+16
*
nv50: correctly calculate the number of vertical blocks during transfer map
Emil Velikov
2014-02-25
1
-1
/
+1
*
gallium: add texture gather support to gallium (v3)
Dave Airlie
2014-02-25
12
-0
/
+24
*
clover: Pass buffer offsets to the driver in set_global_binding() v3
Tom Stellard
2014-02-24
2
-1
/
+10
*
radeonsi: Use SI_BIG_ENDIAN now that it exists
Tom Stellard
2014-02-24
1
-1
/
+1
*
r600g: Use util_cpu_to_le32() instead of bswap32() on big-endian systems
Tom Stellard
2014-02-24
3
-3
/
+3
*
radeonsi: Use util_cpu_to_le32() instead of bswap32() on big-endian systems
Tom Stellard
2014-02-24
2
-2
/
+2
*
freedreno/a3xx/compiler: half-precision output
Rob Clark
2014-02-23
6
-10
/
+130
*
freedreno/a3xx: add shader variants
Rob Clark
2014-02-23
10
-196
/
+283
*
freedreno/a3xx/compiler: collapse nop's with repeat
Rob Clark
2014-02-23
2
-0
/
+15
*
freedreno/a3xx: drop hand-coded blit/solid shaders
Rob Clark
2014-02-23
10
-287
/
+181
*
freedreno/lowering: cleanup api
Rob Clark
2014-02-23
5
-24
/
+138
*
freedreno/a3xx: add float 16 and 32bit formats
Rob Clark
2014-02-23
1
-0
/
+22
*
freedreno: resync generated headers
Rob Clark
2014-02-23
4
-4
/
+20
*
nv50: make sure to clear _all_ layers of all attachments
Ilia Mirkin
2014-02-22
3
-3
/
+21
*
ilo: fix and enable fast depth clear
Chia-I Wu
2014-02-22
2
-9
/
+38
*
ilo: add slice clear value
Chia-I Wu
2014-02-22
5
-7
/
+78
*
ilo: better readability and doc for texture flags
Chia-I Wu
2014-02-22
3
-36
/
+58
*
ilo: fix for stencil only rectlist ops
Chia-I Wu
2014-02-22
2
-2
/
+8
*
ilo: fix a false assertion failure on GEN6
Chia-I Wu
2014-02-22
1
-4
/
+12
*
ilo: pipe_texture::usage is not a bitfield
Chia-I Wu
2014-02-22
1
-1
/
+1
*
ilo: set ILO_TEXTURE_CPU_WRITE for imported textures
Chia-I Wu
2014-02-22
1
-3
/
+10
*
nv50/ir/ra: fix SpillCodeInserter::offsetSlot usage
Christoph Bumiller
2014-02-22
1
-7
/
+7
*
freedreno: tweak ringbuffer sizes/count
Rob Clark
2014-02-19
2
-2
/
+2
*
freedreno/a3xx/compiler: scheduling/legalize fixes
Rob Clark
2014-02-19
3
-2
/
+30
*
r600g,radeonsi: Consolidate logic for short-circuiting flushes
Michel Dänzer
2014-02-18
6
-6
/
+8
*
freedreno/a3xx/compiler: use (ss) for WAR hazards
Rob Clark
2014-02-16
1
-2
/
+19
*
freedreno/a3xx/compiler: fix RA typo
Rob Clark
2014-02-16
2
-4
/
+4
*
freedreno/a3xx/compiler: handle kill properly (new compiler)
Rob Clark
2014-02-16
4
-26
/
+105
*
freedreno/a3xx/compiler: trans_cmp() sanity
Rob Clark
2014-02-16
1
-51
/
+35
*
freedreno: fix problems if no color buf bound
Rob Clark
2014-02-16
2
-2
/
+7
*
svga/winsys: Propagate surface shared information to the winsys
Thomas Hellstrom
2014-02-14
2
-2
/
+15
*
svga: update texture code for GBS
Brian Paul
2014-02-14
2
-64
/
+326
*
svga: update buffer code for GBS
Brian Paul
2014-02-14
2
-42
/
+224
*
svga: add new helper functions for GBS buffers
Brian Paul
2014-02-14
1
-0
/
+76
*
svga: remove a couple unneeded assertions
Brian Paul
2014-02-14
2
-2
/
+0
[prev]
[next]