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
*
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
*
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
*
Revert "i965/fs: Make fs_reg's type an enum for better debugging."
Matt Turner
2014-02-21
4
-7
/
+6
*
i965/fs: Drop the emit(fs_inst) overload.
Kenneth Graunke
2014-02-21
3
-25
/
+17
*
i965/fs: Pass fs_regs by constant reference where possible.
Matt Turner
2014-02-21
3
-14
/
+19
*
i965/fs: Move setting opcode = NOP to its one useful location.
Matt Turner
2014-02-21
1
-1
/
+1
*
i965/fs: Use a bitfield for fs_inst's bool fields.
Matt Turner
2014-02-21
1
-7
/
+7
*
i965/fs: Reorder fs_inst's fields for better packing.
Matt Turner
2014-02-21
1
-9
/
+11
[next]