index
:
~andrem/mesa
master
r600-basevtx
r600-blit
r600-debug
r600-depth
r600-dxtn
r600-glsl
r600-test
Unnamed repository; edit this file to name it for gitweb.
andrem
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2010-09-02
r600: add TXL instruction and note about TXB
HEAD
master
Andre Maasikas
1
-5/+12
2010-09-02
r600: remove depth exports move, just set to output x <- z in the export intr...
Andre Maasikas
1
-70/+5
2010-09-02
r600: protect cleanup instructions from double free
Andre Maasikas
2
-2/+20
2010-09-02
r600: remove mask from output intructions
Andre Maasikas
6
-47/+3
2010-09-02
r600: allow relative addressing of temps, inputs, outputs
Andre Maasikas
1
-13/+30
2010-09-02
r600: handle LIT writemask
Andre Maasikas
1
-147/+141
2010-09-02
r600: fix rsq from negative input
Andre Maasikas
1
-0/+3
2010-09-02
r600g: fix logicop, the 3d ROP is the 2D rop shifted twice.
Dave Airlie
1
-1/+1
2010-09-02
r600g: fix depth texture tests
Dave Airlie
1
-2/+2
2010-09-02
glsl: Apply implicit conversions to structure constructor parameters.
Kenneth Graunke
2
-3/+10
2010-09-02
glsl: Convert constant record constructor parameters to ir_constants.
Kenneth Graunke
1
-1/+3
2010-09-02
glsl: Reject structure constructors that have too many arguments.
Kenneth Graunke
1
-0/+6
2010-09-02
glsl2: Remove unnecessary glsl_symbol_table::get_function parameter return_co...
Ian Romanick
3
-9/+4
2010-09-02
glsl2: Remove unused method glsl_type::generate_constructor
Ian Romanick
2
-59/+0
2010-09-02
glsl2: Remove unused 'constructor' parameter from glsl_symbol_table::add_type
Ian Romanick
2
-6/+4
2010-09-02
glsl2: Don't generate constructor functions for structures
Ian Romanick
2
-3/+2
2010-09-02
glsl2: Emit structure constructors inline
Ian Romanick
1
-37/+70
2010-09-02
r600g: add missing vertex fetch formats to the translation table.
Dave Airlie
2
-0/+3
2010-09-02
r600g: fix binding of same texture to several target slot
Jerome Glisse
2
-23/+62
2010-09-02
glsl: Fix write mask in matrix-from-matrix constructors.
Kenneth Graunke
1
-3/+5
2010-09-02
glsl: Add proper handling for constant matrix-from-matrix constructors.
Kenneth Graunke
1
-0/+25
2010-09-02
glsl: Move generate_constructor_(matrix|vector) to ir_constant ctor.
Kenneth Graunke
2
-99/+36
2010-09-02
ast_function: Fix check for "too few components".
Kenneth Graunke
1
-1/+2
2010-09-02
ast_function: Remove bogus cases from generate_constructor_matrix.
Kenneth Graunke
1
-29/+8
2010-09-02
r600g: fix incorrect state naming in pipe_sampler vs pipe_sampler_view
Dave Airlie
1
-1/+1
2010-09-02
ir_to_mesa: Load all the STATE_VAR elements of a builtin uniform to a temp.
Eric Anholt
1
-345/+291
2010-09-02
ir_to_mesa: Add a little helper for emitting link failure messages.
Eric Anholt
1
-24/+22
2010-09-02
mesa: Fix many printf-like warnings.
Eric Anholt
4
-12/+13
2010-09-02
mesa: Add __printf__ attribute to printf-like functions to get warnings.
Eric Anholt
2
-5/+10
2010-09-01
mesa/st: remove check for buffer/elements = 0
Dave Airlie
1
-3/+0
2010-09-01
r600g: silence compiler warning
Jerome Glisse
1
-1/+1
2010-09-01
r600g: refix db/cb state
Jerome Glisse
6
-32/+119
2010-09-01
mesa: fix out of bounds memory read in mipmap gen code
Brian Paul
1
-5/+12
2010-09-01
mesa: more prog_execute.c debug code
Brian Paul
1
-0/+7
2010-09-01
glsl: Add forgotten implementations of equal/notEqual on bvecs.
Kenneth Graunke
3
-0/+120
2010-09-01
r600g: fix up default state differences between r6xx and r7xx
Alex Deucher
1
-6/+16
2010-09-01
st/glx: re-order destruction of buffers, visuals
Brian Paul
1
-1/+1
2010-09-01
i965: DP2 produces a scalar result like DP3, DP4, etc.
Eric Anholt
1
-0/+1
2010-09-01
glsl2: Perform algebraic simplifications on logical binary operators
Ian Romanick
1
-0/+52
2010-09-01
glsl2: Allow ir_constant::zero to create boolean constants
Ian Romanick
1
-1/+1
2010-09-01
r600g: avoid dynamic allocation of states
Jerome Glisse
17
-1237/+523
2010-09-01
Revert "Revert "r600g: precompute some of the hw state""
Jerome Glisse
11
-120/+229
2010-09-01
nouveau/nvfx: Remove enforcement of bit depth being same as front buffer
Patrice Mandin
1
-17/+0
2010-09-01
mesa: initialize dummy framebuffer and renderbuffer mutexes
Vladimir Vukicevic
1
-0/+2
2010-09-01
Cygwin: Adjust mklib so -linker and -cplusplus options are processed more lik...
Jon TURNEY
1
-6/+10
2010-09-01
Cygwin: Teach mklib/minstall to properly install libraries on cygwin
Jon TURNEY
3
-11/+41
2010-09-01
Cygwin: Change mklib not to report the full archname on cygwin
Jon TURNEY
1
-2/+2
2010-09-01
Cygwin: Have mklib exit with error code if link fails
Jon TURNEY
1
-7/+2
2010-09-01
glsl2: Disallow function declarations within function definitions in GLSL 1.20
Ian Romanick
1
-1/+36
2010-09-01
r600: cube mipmap levels are aligned to 8 faces only starting from r7xx
Andre Maasikas
1
-3/+3
[next]