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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
1
-0
/
+16
*
configure.ac: Use AX_GCC_BUILTIN to check availability of __builtin_bswap32 v2
Tom Stellard
2014-02-24
1
-1
/
+2
*
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
*
pipe-loader: wrap pipe_loader_sw_probe_xlib within HAVE_PIPE_LOADER_XLIB
Emil Velikov
2014-02-24
7
-7
/
+34
*
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
*
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
*
glx/drisw: use the implemented version of __DRIswrastLoaderExtension
Emil Velikov
2014-02-23
1
-5
/
+6
*
glx/dri: use the implemented version of __DRIdamageExtension
Emil Velikov
2014-02-23
1
-2
/
+3
*
glx/dri_common: use the implemented version of __DRIsystemTimeExtension
Emil Velikov
2014-02-23
1
-3
/
+4
*
glx/dri: use the implemented version of __DRIgetDrawableInfoExtension
Emil Velikov
2014-02-23
1
-2
/
+3
*
dri_util: use the implemented version of __DRIimageDriverExtension
Emil Velikov
2014-02-23
1
-1
/
+1
*
glx/dri3: set the implemented version of __DRIimageLoaderExtension
Emil Velikov
2014-02-23
1
-3
/
+4
*
gbm: explicitly set __DRIimageLoaderExtension members
Emil Velikov
2014-02-23
1
-3
/
+4
*
egl/wayland: explicitly set __DRIimageLoaderExtension members
Emil Velikov
2014-02-23
1
-3
/
+4
*
drivers/dri: explicitly set __DRI2flushExtension members
Emil Velikov
2014-02-23
2
-6
/
+8
*
gbm: explicitly set __DRIdri2LoaderExtension members
Emil Velikov
2014-02-23
1
-4
/
+5
*
glx/dri2: set the implemented version of __DRIdri2LoaderExtension
Emil Velikov
2014-02-23
1
-8
/
+10
*
dri_util: explicitly set __DRIcopySubBufferExtension members
Emil Velikov
2014-02-23
1
-2
/
+3
*
dri_util: explicitly set __DRIswrastExtension members.
Emil Velikov
2014-02-23
1
-6
/
+7
*
glsl: Pass stdout to _mesa_print_ir from st_glsl_to_tgsi.
Kenneth Graunke
2014-02-22
1
-1
/
+1
*
i965: Move the remaining driver debug over to stderr.
Eric Anholt
2014-02-22
12
-63
/
+66
*
i965: Move compiler debugging output to stderr.
Eric Anholt
2014-02-22
24
-248
/
+258
*
glsl: Add a file argument to the IR printer.
Eric Anholt
2014-02-22
11
-118
/
+127
*
i965: Refactor debug dumping of GLSL IR.
Eric Anholt
2014-02-22
5
-27
/
+29
*
intel: Remove some dead code I noticed in intel_screen.c.
Eric Anholt
2014-02-22
2
-8
/
+0
*
i965: Use the object label when available for INTEL_DEBUG=vs,gs,fs output.
Eric Anholt
2014-02-22
4
-4
/
+10
*
i965: Use the object label when available for shader_time output.
Eric Anholt
2014-02-22
1
-5
/
+8
*
meta: Set some object labels on our meta shaders.
Eric Anholt
2014-02-22
2
-0
/
+14
*
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
[prev]
[next]