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
*
swrast: Clean up and explain the mapping process.
Eric Anholt
2013-04-30
2
-10
/
+17
*
swrast: Factor out texture slice counting.
Eric Anholt
2013-04-30
1
-4
/
+12
*
radeon: Remove some dead teximage mapping code.
Eric Anholt
2013-04-30
2
-52
/
+0
*
radeon: Add missing swrast field initialization.
Eric Anholt
2013-04-30
1
-0
/
+3
*
r600g/llvm: Fix opencl build
Vincent Lejeune
2013-04-30
1
-1
/
+1
*
Gallium: Use mmap on Haiku for executable memory vs malloc
Alexander von Gluck IV
2013-04-29
1
-1
/
+1
*
Mapi: Use mmap on Haiku for executable memory vs malloc
Alexander von Gluck IV
2013-04-29
1
-1
/
+1
*
Mesa: Use mmap on Haiku for executable memory vs malloc
Alexander von Gluck IV
2013-04-29
1
-1
/
+1
*
r600g/llvm: get use_kill from compiler shader
Vincent Lejeune
2013-04-30
4
-2
/
+9
*
i965/fs: Print out the estimated cycle count in INTEL_DEBUG=wm
Eric Anholt
2013-04-29
1
-0
/
+5
*
i965/fs: Allow LRPs with uniform registers.
Eric Anholt
2013-04-29
3
-1
/
+11
*
intel: Be more conservative in disabling tiling to save memory.
Eric Anholt
2013-04-29
1
-3
/
+5
*
i965: Disable Z16 on contexts that don't require it.
Eric Anholt
2013-04-29
1
-1
/
+14
*
intel: Report FBO incompleteness causes through GL_ARB_debug_output.
Eric Anholt
2013-04-29
1
-22
/
+34
*
intel: Fold the one last function intel_tex_format.c into the caller.
Eric Anholt
2013-04-29
7
-27
/
+10
*
mesa: Fix error checking for GS UBO getters.
Eric Anholt
2013-04-29
1
-2
/
+7
*
mesa: Add a clarifying comment about EXTRA_ error checking.
Eric Anholt
2013-04-29
1
-1
/
+7
*
mesa: Add an extra clarifying set of braces to getter checking.
Eric Anholt
2013-04-29
1
-1
/
+2
*
mesa: Fix error checking for getters consisting of only API versions.
Eric Anholt
2013-04-29
1
-32
/
+24
*
mesa: Clarify the names of error checking variables for glGet.
Eric Anholt
2013-04-29
1
-22
/
+21
*
i915: Add support for GL_EXT_texture_sRGB and GL_EXT_texture_sRGB_decode.
Eric Anholt
2013-04-29
3
-2
/
+15
*
i915: Always enable GL 2.0 support.
Eric Anholt
2013-04-29
2
-30
/
+5
*
i915: Correctly set the OQ counter bits.
Eric Anholt
2013-04-29
2
-0
/
+2
*
i965: Move is_math/is_tex/is_control_flow() to backend_instruction.
Kenneth Graunke
2013-04-29
6
-76
/
+49
*
draw/so: fix overflow calculation
Zack Rusin
2013-04-27
1
-8
/
+18
*
llvmpipe: Fix queries when screen->num_threads == 0.
José Fonseca
2013-04-29
1
-2
/
+3
*
Revert "st/mesa: add a simple path to BufferData if it only discards buffer c...
José Fonseca
2013-04-29
1
-14
/
+0
*
r600g: force full cache for hyperz
Jerome Glisse
2013-04-29
2
-0
/
+2
*
freedreno: fix rebase screw-up
Rob Clark
2013-04-29
1
-1
/
+1
*
i965/fs: Don't try to use bogus interpolation modes pre-Gen6.
Chris Forbes
2013-04-30
1
-9
/
+17
*
i965/vs: Fix order of source arguments to LRP.
Matt Turner
2013-04-28
1
-1
/
+4
*
llvmpipe: stop crashing when one of the so targets is null
Zack Rusin
2013-04-27
1
-2
/
+5
*
draw/so: indicate overflow when buffer is missing
Zack Rusin
2013-04-27
1
-0
/
+4
*
gallivm: fix indirect addressing of temps in soa mode
Zack Rusin
2013-04-27
1
-0
/
+11
*
tgsi/ureg: Add a function to return the number of outputs
Zack Rusin
2013-04-26
2
-0
/
+15
*
draw/so: Fix overflow calculations
Zack Rusin
2013-04-26
1
-3
/
+8
*
draw/llvm: fix viewport transformations
Zack Rusin
2013-04-26
1
-4
/
+5
*
gallium: increase the number of available stream output decls
Zack Rusin
2013-04-26
1
-1
/
+2
*
llvmpipe: implement so_overflow query
Zack Rusin
2013-04-26
3
-0
/
+15
*
mesa: fix the compressed TexSubImage size checking code
Brian Paul
2013-04-26
1
-3
/
+9
*
llvmpipe: replace LP_MAX_THREADS with screen->num_threads in query code
Brian Paul
2013-04-26
1
-2
/
+4
*
llvmpipe: bump LP_MAX_THREADS to 16
Brian Paul
2013-04-26
1
-1
/
+1
*
mesa: updated read_buffer_enum_to_index() comment
Brian Paul
2013-04-26
1
-2
/
+2
*
r600/uvd: stop advertising MPEG4 on UVD 2.x chips v2
Christian König
2013-04-26
4
-2
/
+18
*
radeon/uvd: stop using anonymous unions
Christian König
2013-04-26
4
-39
/
+39
*
mesa: fix type comparison errors in sub-texture error checking code
Tapani Pälli
2013-04-26
1
-5
/
+5
*
Revert "draw: Yield zeros for LLVM fetches of non-existing vertex elements."
José Fonseca
2013-04-26
1
-16
/
+10
*
ilo: add the driver to the build system
Chia-I Wu
2013-04-26
7
-0
/
+159
*
ilo: compile VS/GS/FS with the toy compiler
Chia-I Wu
2013-04-26
6
-20
/
+4460
*
ilo: add a toy shader compiler
Chia-I Wu
2013-04-26
14
-1
/
+8669
[next]