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
...
*
glsl2: Emit structure constructors inline
Ian Romanick
2010-09-01
1
-37
/
+70
*
r600g: add missing vertex fetch formats to the translation table.
Dave Airlie
2010-09-02
2
-0
/
+3
*
r600g: fix binding of same texture to several target slot
Jerome Glisse
2010-09-01
2
-23
/
+62
*
glsl: Fix write mask in matrix-from-matrix constructors.
Kenneth Graunke
2010-09-01
1
-3
/
+5
*
glsl: Add proper handling for constant matrix-from-matrix constructors.
Kenneth Graunke
2010-09-01
1
-0
/
+25
*
glsl: Move generate_constructor_(matrix|vector) to ir_constant ctor.
Kenneth Graunke
2010-09-01
2
-99
/
+36
*
ast_function: Fix check for "too few components".
Kenneth Graunke
2010-09-01
1
-1
/
+2
*
ast_function: Remove bogus cases from generate_constructor_matrix.
Kenneth Graunke
2010-09-01
1
-29
/
+8
*
r600g: fix incorrect state naming in pipe_sampler vs pipe_sampler_view
Dave Airlie
2010-09-02
1
-1
/
+1
*
ir_to_mesa: Load all the STATE_VAR elements of a builtin uniform to a temp.
Eric Anholt
2010-09-01
1
-345
/
+291
*
ir_to_mesa: Add a little helper for emitting link failure messages.
Eric Anholt
2010-09-01
1
-24
/
+22
*
mesa: Fix many printf-like warnings.
Eric Anholt
2010-09-01
4
-12
/
+13
*
mesa: Add __printf__ attribute to printf-like functions to get warnings.
Eric Anholt
2010-09-01
2
-5
/
+10
*
mesa/st: remove check for buffer/elements = 0
Dave Airlie
2010-09-02
1
-3
/
+0
*
r600g: silence compiler warning
Jerome Glisse
2010-09-01
1
-1
/
+1
*
r600g: refix db/cb state
Jerome Glisse
2010-09-01
6
-32
/
+119
*
mesa: fix out of bounds memory read in mipmap gen code
Brian Paul
2010-09-01
1
-5
/
+12
*
mesa: more prog_execute.c debug code
Brian Paul
2010-09-01
1
-0
/
+7
*
glsl: Add forgotten implementations of equal/notEqual on bvecs.
Kenneth Graunke
2010-09-01
3
-0
/
+120
*
r600g: fix up default state differences between r6xx and r7xx
Alex Deucher
2010-09-01
1
-6
/
+16
*
st/glx: re-order destruction of buffers, visuals
Brian Paul
2010-09-01
1
-1
/
+1
*
i965: DP2 produces a scalar result like DP3, DP4, etc.
Eric Anholt
2010-09-01
1
-0
/
+1
*
glsl2: Perform algebraic simplifications on logical binary operators
Ian Romanick
2010-09-01
1
-0
/
+52
*
glsl2: Allow ir_constant::zero to create boolean constants
Ian Romanick
2010-09-01
1
-1
/
+1
*
r600g: avoid dynamic allocation of states
Jerome Glisse
2010-09-01
17
-1237
/
+523
*
Revert "Revert "r600g: precompute some of the hw state""
Jerome Glisse
2010-09-01
11
-120
/
+229
*
nouveau/nvfx: Remove enforcement of bit depth being same as front buffer
Patrice Mandin
2010-09-01
1
-17
/
+0
*
mesa: initialize dummy framebuffer and renderbuffer mutexes
Vladimir Vukicevic
2010-09-01
1
-0
/
+2
*
Cygwin: Adjust mklib so -linker and -cplusplus options are processed more lik...
Jon TURNEY
2010-09-01
1
-6
/
+10
*
Cygwin: Teach mklib/minstall to properly install libraries on cygwin
Jon TURNEY
2010-09-01
3
-11
/
+41
*
Cygwin: Change mklib not to report the full archname on cygwin
Jon TURNEY
2010-09-01
1
-2
/
+2
*
Cygwin: Have mklib exit with error code if link fails
Jon TURNEY
2010-09-01
1
-7
/
+2
*
glsl2: Disallow function declarations within function definitions in GLSL 1.20
Ian Romanick
2010-09-01
1
-1
/
+36
*
r600: cube mipmap levels are aligned to 8 faces only starting from r7xx
Andre Maasikas
2010-09-01
1
-3
/
+3
*
r600g: correct cb/zb offset emits.
Dave Airlie
2010-09-01
1
-2
/
+2
*
Revert "r600g: precompute some of the hw state"
Dave Airlie
2010-09-01
11
-229
/
+216
*
r600g: fix typo causing segfault.
Dave Airlie
2010-09-01
1
-1
/
+1
*
r600g: fix glean texCube and shadows.
Dave Airlie
2010-09-01
1
-5
/
+149
*
gallivm: fix bug in nested conditionals
Brian Paul
2010-08-31
1
-2
/
+4
*
glsl2: fix bug in atan(y, x) function
Brian Paul
2010-08-31
2
-13
/
+9
*
ir_to_mesa: When emitting a pixel kill, flag that we did so.
Eric Anholt
2010-08-31
1
-0
/
+3
*
llvmpipe: slightly simplify build_mask
Keith Whitwell
2010-08-31
1
-6
/
+2
*
llvmpipe: combine linear mask calculation
Keith Whitwell
2010-08-31
2
-15
/
+84
*
llvmpipe: intrinsics versions of build_mask functions
Keith Whitwell
2010-08-31
1
-1
/
+77
*
glsl2: Write vector constructor constants in a single assignment
Ian Romanick
2010-08-31
1
-11
/
+72
*
ir_to_mesa: Sort the uniform list we're adding to Parameters[] order.
Eric Anholt
2010-08-31
1
-5
/
+41
*
ir_to_mesa: Fix struct/class confusion
nobled
2010-08-31
1
-1
/
+1
*
ir_to_mesa: Set up our instruction nodes with zeroed data.
Eric Anholt
2010-08-31
1
-0
/
+12
*
ast_to_hir: Add support for bit-wise operators (but not shifts).
Kenneth Graunke
2010-08-31
1
-2
/
+53
*
st/egl: Enable EGL_MESA_drm_display.
Chia-I Wu
2010-08-31
1
-1
/
+3
[prev]
[next]