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
Commit message (
Expand
)
Author
Age
Files
Lines
*
docs: update nv50 support
Ilia Mirkin
2014-02-25
1
-2
/
+2
*
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
*
libgl-xlib: add -Isrc/gallium/winsys flag
Brian Paul
2014-02-25
1
-0
/
+1
*
st/mesa: add comment to explain _min(), _maxf(), etc. functions
Brian Paul
2014-02-25
1
-0
/
+6
*
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
*
mesa: allow buffers to be mapped multiple times
Marek Olšák
2014-02-25
31
-384
/
+461
*
docs: update ARB_buffer_storage status
Marek Olšák
2014-02-25
2
-1
/
+2
*
gallium/upload_mgr: remove useless variable "size"
Marek Olšák
2014-02-25
1
-6
/
+4
*
gallium/upload_mgr: don't unmap buffers if persistent mappings are supported
Marek Olšák
2014-02-25
1
-14
/
+51
*
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
*
st/mesa: implement ARB_buffer_storage
Marek Olšák
2014-02-25
3
-22
/
+75
*
gallium: add interface for persistent and coherent buffer mappings
Marek Olšák
2014-02-25
5
-3
/
+76
*
mesa: allow buffers mapped with the persistent flag to be used by the GPU
Marek Olšák
2014-02-25
8
-23
/
+37
*
mesa: add error checks to glMapBufferRange, glMapBuffer for ARB_buffer_storage
Marek Olšák
2014-02-25
1
-7
/
+57
*
glapi: add ARB_buffer_storage
Marek Olšák
2014-02-25
1
-0
/
+19
*
mesa: implement glBufferStorage, immutable buffers; add extension enable flag
Marek Olšák
2014-02-25
4
-0
/
+100
*
mesa: add storage flags parameter to Driver.BufferData
Marek Olšák
2014-02-25
11
-10
/
+39
*
mesa: remove unused driver hook BindBuffer
Marek Olšák
2014-02-25
2
-8
/
+0
*
nv50: correctly calculate the number of vertical blocks during transfer map
Emil Velikov
2014-02-25
1
-1
/
+1
*
st/mesa: add texture gather support. (v2)
Dave Airlie
2014-02-25
2
-27
/
+93
*
gallium: add texture gather support to gallium (v3)
Dave Airlie
2014-02-25
17
-2
/
+73
*
glsl/i965: move lower_offset_array up to GLSL compiler level.
Dave Airlie
2014-02-25
6
-12
/
+9
*
clover: Pass buffer offsets to the driver in set_global_binding() v3
Tom Stellard
2014-02-24
4
-10
/
+32
*
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
*
util: Add util_cpu_to_le* helpers
Tom Stellard
2014-02-24
1
-0
/
+3
*
util: Add util_bswap64() v3
Tom Stellard
2014-02-24
2
-0
/
+17
*
configure.ac: Use AX_GCC_BUILTIN to check availability of __builtin_bswap32 v2
Tom Stellard
2014-02-24
3
-1
/
+174
*
targets/opencl: resolve undefined symbols at link time
Emil Velikov
2014-02-24
1
-0
/
+1
*
gallium/targets: resolve undefined reference to pipe_loader_sw_probe_dri
Emil Velikov
2014-02-24
3
-0
/
+15
*
configure: correctly report if we're building the sw/xlib winsys
Emil Velikov
2014-02-24
1
-0
/
+1
*
pipe-loader: wrap pipe_loader_sw_probe_xlib within HAVE_PIPE_LOADER_XLIB
Emil Velikov
2014-02-24
8
-7
/
+41
*
targets/gbm: exit gracefully if pipe_loader_drm_probe_fd is not available
Emil Velikov
2014-02-24
1
-3
/
+4
*
i965: Don't try to use the hardware blitter for multisampled miptrees.
Kenneth Graunke
2014-02-23
1
-0
/
+4
*
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
[next]