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
/
mesa
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
i965/vs: Port the fix for clip plane writemasks from brw_vs_emit.c.
Eric Anholt
2011-08-16
1
-1
/
+1
*
i965/vs: Fix constant vector construction.
Eric Anholt
2011-08-16
1
-3
/
+3
*
i965/vs: Start adding support for uniforms
Eric Anholt
2011-08-16
9
-48
/
+256
*
i965: Start adding the VS visitor and codegen.
Eric Anholt
2011-08-16
14
-37
/
+2781
*
i965: Rename math FS_OPCODE_* to SHADER_OPCODE_*.
Eric Anholt
2011-08-16
6
-68
/
+68
*
i965: Create a shared enum for hardware and compiler-internal opcodes.
Eric Anholt
2011-08-16
7
-126
/
+120
*
i965: Generate driver-specific IR for non-fragment shaders as well.
Eric Anholt
2011-08-16
1
-5
/
+12
*
mesa: ChooseTextureFormat() returns gl_format, not GLuint
Brian Paul
2011-08-16
1
-1
/
+1
*
radeon: Explain to the user what went wrong when built without libdrm.
Eric Anholt
2011-08-15
1
-0
/
+6
*
glapi: generate ES dispatch headers from core mesa
Chia-I Wu
2011-08-13
3
-6
/
+26
*
glapi: use gl_and_es_API.xml to generate GLES headers
Chia-I Wu
2011-08-13
1
-8
/
+8
*
x86-64: Fix compile error with clang
Chad Versace
2011-08-11
1
-1
/
+1
*
mesa: fix initialization of GL_FOG_MODE in _mesa_init_driver_state()
Brian Paul
2011-08-11
1
-1
/
+4
*
mesa: fix ColorMask array index in _mesa_init_driver_state()
Brian Paul
2011-08-11
1
-4
/
+4
*
swrast: don't try to do depth testing if there's no depth buffer
Brian Paul
2011-08-11
1
-1
/
+2
*
swrast: initial multi-threaded span rendering
Andreas Fänger
2011-08-11
4
-36
/
+78
*
intel: GetBuffer fix
Ben Widawsky
2011-08-10
1
-1
/
+6
*
i830: Add missing vtable entry for i830 from the hiz work.
Carl Simonson
2011-08-10
1
-0
/
+7
*
i965: Drop the reg/hw_reg distinction.
Eric Anholt
2011-08-10
5
-36
/
+37
*
i965/fs: Factor out the register allocator setup to a separate function.
Eric Anholt
2011-08-10
2
-66
/
+105
*
i965/fs: Simplify the register allocator using a map from RA reg to GRF.
Eric Anholt
2011-08-10
1
-41
/
+38
*
i965/fs: Eliminate the magic nature of virtual GRF 0.
Eric Anholt
2011-08-10
4
-31
/
+17
*
i965/fs: Use the new convenience interface for setting up reg conflicts.
Eric Anholt
2011-08-10
1
-22
/
+7
*
mesa: Add a convenience interface for register allocator conflicts setup.
Eric Anholt
2011-08-10
2
-0
/
+23
*
glsl_to_tgsi: improve assignment hack
Henri Verbeet
2011-08-09
1
-3
/
+5
*
swrast: silence unused var warnings
Fabio Pedretti
2011-08-09
1
-1
/
+1
*
st/mesa: inline st_prepare_fragment_program in st_translate_fragment_program
Bryan Cain
2011-08-08
2
-179
/
+162
*
mesa: whitespace changes
Brian Paul
2011-08-08
1
-5
/
+8
*
st/mesa: don't resolve stencil twice
Christoph Bumiller
2011-08-07
1
-1
/
+3
*
mesa: In validate_program(), initialize errMsg for safety.
Kenneth Graunke
2011-08-05
1
-1
/
+1
*
intel: Fix warnings from gl_constant_parameter changes.
Eric Anholt
2011-08-05
3
-11
/
+9
*
glsl_to_tgsi: replace open-coded swizzle_for_size()
Bryan Cain
2011-08-05
1
-8
/
+1
*
glsl_to_tgsi: try to avoid emitting a MOV_SAT to saturate an expression tree
Bryan Cain
2011-08-05
1
-6
/
+26
*
ir_to_mesa: Replace open-coded swizzle_for_size()
Eric Anholt
2011-08-05
1
-8
/
+1
*
ir_to_mesa: Try to avoid emitting a MOV_SAT to saturate an expression tree.
Eric Anholt
2011-08-05
1
-4
/
+24
*
prog_optimize: Add support for saturates to _mesa_merge_mov_into_inst.
Eric Anholt
2011-08-05
1
-3
/
+5
*
i965: Add dumping for gen6 WM constants too.
Eric Anholt
2011-08-05
3
-1
/
+22
*
mesa: Remove dead "MemPool" field of gl_shader_state.
Eric Anholt
2011-08-05
1
-2
/
+0
*
i965/fs: Don't upload unused uniform components.
Eric Anholt
2011-08-05
2
-4
/
+95
*
i965/fs: Don't allocate the old backend's compile structs for our compile.
Eric Anholt
2011-08-05
1
-4
/
+7
*
st/mesa: remove unused-but-set variables in st_glsl_to_tgsi.cpp
Marek Olšák
2011-08-05
1
-3
/
+2
*
vbo: do not call _mesa_max_buffer_index in debug builds
Marek Olšák
2011-08-05
1
-3
/
+1
*
mesa: Remove MSVC stdint typedefs from compiler.h.
Vinson Lee
2011-08-04
1
-23
/
+1
*
mesa: pass correct constant type to _mesa_fetch_state()
Brian Paul
2011-08-04
1
-1
/
+1
*
mesa: use gl_constant_value type in ARB program parser
Brian Paul
2011-08-04
2
-29
/
+30
*
mesa: use gl_constant_value type in _mesa_[Get]ProgramNamedParameter4fNV()
Brian Paul
2011-08-04
1
-10
/
+10
*
mesa: add st_glsl_to_tgsi.cpp to Sconscript
Brian Paul
2011-08-04
1
-0
/
+1
*
mesa: fix out of bounds array access in rtgc debug code
Brian Paul
2011-08-04
1
-1
/
+1
*
mesa: don't use K&R style function pointer calls
Brian Paul
2011-08-04
1
-3
/
+3
*
Merge branch 'glsl-to-tgsi'
Bryan Cain
2011-08-04
32
-322
/
+5579
|
\
[prev]
[next]