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
*
nv50: check for immediates when turning MUL ADD into MAD
Christoph Bumiller
2010-09-13
1
-0
/
+9
*
nv50: handle TGSI EXP and LOG again
Christoph Bumiller
2010-09-13
2
-3
/
+47
*
nv50: match TEMP limit with nv50 ir builder
Christoph Bumiller
2010-09-12
1
-1
/
+1
*
nv50: newlines in shader bincode printing
Christoph Bumiller
2010-09-12
1
-2
/
+5
*
nv50: cannot move from local mem to output reg directly
Christoph Bumiller
2010-09-12
3
-3
/
+5
*
nv50: fix size of outputs_written array
Xavier Chantry
2010-09-12
1
-1
/
+1
*
nv50: minor compiler fixes and cleanups
Christoph Bumiller
2010-09-12
4
-8
/
+19
*
nv50: reduce bb_reachable_by runtime from pot to linear
Christoph Bumiller
2010-09-12
3
-21
/
+104
*
nv50: fix can_load check for 3rd source
Christoph Bumiller
2010-09-09
1
-7
/
+5
*
nv50: address regs are 16 bit
Christoph Bumiller
2010-09-09
2
-1
/
+5
*
nv50: duplicate interps in load_proj_tex_coords
Christoph Bumiller
2010-09-09
1
-4
/
+35
*
nv50: create value references with the right type
Christoph Bumiller
2010-09-09
2
-26
/
+29
*
nv50: use actual loads/stores if TEMPs are accessed indirectly
Christoph Bumiller
2010-09-09
10
-23
/
+122
*
nv50: don't parse again in tgsi_2_nc
Christoph Bumiller
2010-09-09
1
-15
/
+3
*
nv50: prepare for having multiple functions
Christoph Bumiller
2010-09-09
8
-52
/
+171
*
nv50: save tgsi instructions
Christoph Bumiller
2010-09-09
2
-0
/
+6
*
nv50: load address register before using it, not after
Christoph Bumiller
2010-09-03
1
-5
/
+7
*
Merge remote branch 'origin/master' into nv50-compiler
Christoph Bumiller
2010-09-02
1047
-47945
/
+115776
|
\
|
*
r600g: fix memory/bo leak
Jerome Glisse
2010-09-02
4
-2
/
+21
|
*
mesa: fix code generation for ir_unop_sqrt
Brian Paul
2010-09-02
1
-2
/
+3
|
*
mesa: fix some printf warnings with casts
Brian Paul
2010-09-02
4
-10
/
+10
|
*
r600g: fix thinko in shadow code.
Dave Airlie
2010-09-02
1
-1
/
+1
|
*
r600g: fix logicop, the 3d ROP is the 2D rop shifted twice.
Dave Airlie
2010-09-02
1
-1
/
+1
|
*
r600g: fix depth texture tests
Dave Airlie
2010-09-02
1
-2
/
+2
|
*
glsl: Apply implicit conversions to structure constructor parameters.
Kenneth Graunke
2010-09-01
2
-3
/
+10
|
*
glsl: Convert constant record constructor parameters to ir_constants.
Kenneth Graunke
2010-09-01
1
-1
/
+3
|
*
glsl: Reject structure constructors that have too many arguments.
Kenneth Graunke
2010-09-01
1
-0
/
+6
|
*
glsl2: Remove unnecessary glsl_symbol_table::get_function parameter return_co...
Ian Romanick
2010-09-01
3
-9
/
+4
|
*
glsl2: Remove unused method glsl_type::generate_constructor
Ian Romanick
2010-09-01
2
-59
/
+0
|
*
glsl2: Remove unused 'constructor' parameter from glsl_symbol_table::add_type
Ian Romanick
2010-09-01
2
-6
/
+4
|
*
glsl2: Don't generate constructor functions for structures
Ian Romanick
2010-09-01
2
-3
/
+2
|
*
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
[next]