index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace gl_vert_result enum with gl_varying_slot.
Paul Berry
2013-03-15
45
-391
/
+358
*
mtypes.h: Modify gl_vert_result to refer to new gl_varying_slot enum.
Paul Berry
2013-03-15
2
-28
/
+43
*
mtypes.h: Add new gl_varying_slot enum, and bitfield defines.
Paul Berry
2013-03-15
1
-0
/
+70
*
i965: Change fragment input related bitfields to 64-bit.
Paul Berry
2013-03-15
5
-15
/
+16
*
st/dri: add support for the always_have_depth_buffer option
Brian Paul
2013-03-15
3
-11
/
+28
*
driconf: add a miscellaneous section and always_have_depth_buffer option
Brian Paul
2013-03-15
1
-0
/
+14
*
driconf: reorder options, reformat comments, etc
Brian Paul
2013-03-15
1
-60
/
+74
*
wayland: fix segfault when using software rendering
Philipp Brüschweiler
2013-03-15
1
-1
/
+1
*
softpipe: fix up NUM_ENTRIES confusion
Brian Paul
2013-03-14
3
-13
/
+13
*
st/osmesa: silence some optimized build warnings
Brian Paul
2013-03-14
1
-2
/
+6
*
draw: init pre_clip_pos = NULL to fix optimized build warning
Brian Paul
2013-03-14
1
-1
/
+1
*
glx: init screen = 0 to fix optimized build warning
Brian Paul
2013-03-14
1
-1
/
+1
*
i965: Make INTEL_DEBUG=shader_time use the RAW surface format.
Kenneth Graunke
2013-03-14
2
-3
/
+3
*
i965: Specialize SURFACE_STATE creation for shader time.
Kenneth Graunke
2013-03-14
4
-8
/
+45
*
i965: Fix INTEL_DEBUG=shader_time for Haswell.
Kenneth Graunke
2013-03-14
2
-4
/
+12
*
i965: Add definitions for gen7+ data cache messages.
Eric Anholt
2013-03-14
1
-0
/
+37
*
i965: Split shader_time entries into separate cachelines.
Eric Anholt
2013-03-14
4
-4
/
+13
*
softpipe: Shrink context size.
José Fonseca
2013-03-14
1
-1
/
+1
*
mesa: Fix FB blitting in case of zero size src or dst rect
Anuj Phogat
2013-03-13
1
-1
/
+3
*
tgsi: fix sample_d emit for arrays
Roland Scheidegger
2013-03-14
1
-19
/
+11
*
llvmpipe: don't assert when trying to render to surfaces with multiple layers
Roland Scheidegger
2013-03-14
2
-2
/
+3
*
softpipe: don't assert when creating surfaces with multiple layers
Roland Scheidegger
2013-03-14
2
-16
/
+32
*
llvmpipe: Fix geometry shader token leak.
José Fonseca
2013-03-13
1
-0
/
+1
*
radeon/llvm: Add missing license headers
Tom Stellard
2013-03-13
2
-0
/
+52
*
radeon/llvm: Make radeon_llvm_util.cpp a C file
Tom Stellard
2013-03-13
3
-29
/
+8
*
radeon/llvm: Optimize radeon_llvm_strip_unused_kernels()
Tom Stellard
2013-03-13
2
-17
/
+10
*
radeon/llvm: Implement radeon_llvm_get_kernel_module() using the C API
Tom Stellard
2013-03-13
2
-7
/
+15
*
radeon/llvm: Implement radeon_llvm_get_num_kernels() using the C API
Tom Stellard
2013-03-13
1
-6
/
+1
*
radeon/llvm: Implement radeon_llvm_parse_bitcode() using C API
Tom Stellard
2013-03-13
2
-8
/
+11
*
r600g/llvm: Move llvm wrapper functions into the radeon directory
Tom Stellard
2013-03-13
7
-38
/
+35
*
Properly check GLX_INDIRECT_RENDERING in glapi/tests/check_table
Jon TURNEY
2013-03-13
2
-1
/
+2
*
Fix glapi/tests/check_table.cpp for standardized OpenGL function names
Jon TURNEY
2013-03-13
1
-264
/
+264
*
Fix out-of-tree build of 'make check' in src/mapi/glapi/tests/
Jon TURNEY
2013-03-13
1
-3
/
+3
*
scons: Define PACKAGE_VERSION/BUGREPORT globally.
José Fonseca
2013-03-13
2
-6
/
+0
*
tests: Add $(top_srcdir)/include to AM_CPPFLAGS.
Vinson Lee
2013-03-12
1
-0
/
+1
*
scons: Define PACKAGE_xxx
José Fonseca
2013-03-13
1
-0
/
+5
*
target/osmesa: add new Makefile.am
Brian Paul
2013-03-12
1
-0
/
+91
*
targets/osmesa: new OSMesa gallium target
Brian Paul
2013-03-12
1
-0
/
+55
*
st/osmesa: add new Makefile.am
Brian Paul
2013-03-12
1
-0
/
+41
*
st/osmesa: new OSMesa gallium state tracker
Brian Paul
2013-03-12
1
-0
/
+793
*
st/mesa: add PIPE_FORMAT_R16G16B16A16_UNORM renderbuffer support
Brian Paul
2013-03-12
1
-0
/
+3
*
scons: Re-add ','
José Fonseca
2013-03-13
1
-1
/
+1
*
autotools: Add missing top-level include dir.
José Fonseca
2013-03-13
1
-0
/
+1
*
build: Get rid of dead MESA_ASM_FILES variable
Matt Turner
2013-03-12
1
-1
/
+0
*
mesa/build: Get rid of dead ALL_FILES variable
Matt Turner
2013-03-12
1
-6
/
+0
*
xmlpool/.gitignore: Remove 'Makefile'
Matt Turner
2013-03-12
1
-1
/
+0
*
mesa: Use PACKAGE_BUGREPORT macro.
Matt Turner
2013-03-12
2
-2
/
+2
*
mesa: Remove unused version #defines from version.h.
Matt Turner
2013-03-12
1
-11
/
+0
*
mesa: Replace MESA_VERSION with PACKAGE_VERSION.
Matt Turner
2013-03-12
11
-13
/
+11
*
draw/so: Fix stream output with geometry shaders
Zack Rusin
2013-03-12
2
-8
/
+31
[next]