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
*
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_interface: note introduction of __DRIdri2LoaderExtension members
Emil Velikov
2014-02-23
1
-0
/
+4
*
dri_interface: note introduction of various __DRItexBufferExtension members
Emil Velikov
2014-02-23
1
-0
/
+4
*
dri_interface: Note the version introducing __DRIswrastLoaderExtensionRec::pu...
Emil Velikov
2014-02-23
1
-0
/
+2
*
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
*
i965/fs: Reduce the sizes of some fs_inst members.
Matt Turner
2014-02-21
1
-6
/
+6
*
i965/fs: Reorder fs_reg for better packing.
Matt Turner
2014-02-21
1
-15
/
+15
*
i965/fs: Make fs_reg's type an enum for better debugging.
Matt Turner
2014-02-21
4
-6
/
+7
*
i965/fs: Reduce the sizes of some fs_reg members.
Matt Turner
2014-02-21
1
-3
/
+3
*
i965: Mark brw_reg_type and register_file enums as PACKED.
Matt Turner
2014-02-21
2
-2
/
+4
*
i965: Reduce predicate field of backend_instruction to uint8_t.
Matt Turner
2014-02-21
1
-1
/
+1
*
libgl-xlib: Fix xlib_sw_winsys.h include path.
Vinson Lee
2014-02-21
1
-1
/
+1
*
mesa: Move declarations before code.
Vinson Lee
2014-02-21
1
-4
/
+9
*
pipe-loader: introduce pipe_loader_sw_probe_null helper function
Emil Velikov
2014-02-22
2
-0
/
+31
*
pipe-loader: introduce pipe_loader_sw_probe_dri helper
Emil Velikov
2014-02-22
3
-0
/
+37
*
pipe-loader: introduce pipe_loader_sw_probe_xlib helper
Emil Velikov
2014-02-22
3
-3
/
+45
*
pipe-loader: use bool type for pipe_loader_drm_probe_fd()
Emil Velikov
2014-02-22
2
-5
/
+5
*
winsys/xlib: move xlib_create_sw_winsys within the winsys
Emil Velikov
2014-02-22
10
-15
/
+21
[next]