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
...
*
r300g/tests: Added missing fclose for FILE resource.
Siavash Eliasi
2014-02-28
1
-0
/
+3
*
r600g/compute: PIPE_CAP_COMPUTE should be false for pre-evergreen GPUs
Tom Stellard
2014-02-28
1
-1
/
+3
*
nouveau: add a nouveau_compiler binary to compile TGSI into shader ISA
Ilia Mirkin
2014-02-26
3
-0
/
+235
*
nv30: remove nv30_context use from nvfx_*prog
Ilia Mirkin
2014-02-26
13
-107
/
+110
*
nv30: remove unused sprite flipping parameter
Ilia Mirkin
2014-02-26
3
-5
/
+3
*
nv30: remove unused render_mode and hw_pointsprite_control
Ilia Mirkin
2014-02-26
2
-8
/
+3
*
nv30: remove use_nv4x, it is identical to is_nv4x
Ilia Mirkin
2014-02-26
4
-16
/
+14
*
radeonsi: Prevent geometry shader from emitting too many vertices
Michel Daenzer
2014-02-27
1
-0
/
+16
*
ilo: create u_upload_mgr last
Chia-I Wu
2014-02-26
1
-8
/
+11
*
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
[prev]
[next]