index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
r300
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
r300/compiler: Don't erase sources when converting RGB->Alpha
Tom Stellard
2011-02-11
1
-6
/
+0
*
r300/compiler: Disable register rename pass on r500
Tom Stellard
2011-02-05
1
-1
/
+1
*
r300/compiler: Don't count BEGIN_TEX instructions in the compiler stats
Tom Stellard
2011-02-05
1
-1
/
+3
*
r300c: Unbreak after R4xx support was added to r300/compiler.
Michel Dänzer
2011-02-03
2
-0
/
+2
*
r300/compiler: Standardize the number of bits used by swizzle fields
Tom Stellard
2011-01-29
10
-46
/
+50
*
r300/compiler: print stats based on the initial number of instructions
Marek Olšák
2011-01-28
2
-3
/
+10
*
r300g: Increase fragment shader limits for r400 cards
Tom Stellard
2011-01-23
5
-33
/
+205
*
r300/compiler: remove any code related to relative addressing of temporaries
Marek Olšák
2011-01-23
9
-120
/
+13
*
mesa: begin implementation of GL_ARB_draw_buffers_blend
Brian Paul
2011-01-15
1
-8
/
+8
*
r300: Include mfeatures.h in files that perform feature tests.
Vinson Lee
2011-01-09
2
-0
/
+2
*
r300/compiler: disable the rename_regs pass for loops
Marek Olšák
2011-01-04
1
-0
/
+8
*
r300/compiler: Fix black terrain in Civ4
Tom Stellard
2011-01-04
1
-8
/
+1
*
r300/compiler: fix swizzle lowering with a presubtract source operand
Marek Olšák
2010-12-11
1
-0
/
+1
*
r300/compiler: fix LIT in VS
Marek Olšák
2010-12-11
1
-1
/
+2
*
r300/compiler: remove at least unused immediates if externals cannot be removed
Marek Olšák
2010-12-08
3
-8
/
+6
*
r300/compiler: make lowering passes possibly use up to two less temps
Marek Olšák
2010-12-08
1
-63
/
+86
*
r300/compiler: handle DPH and XPD in rc_compute_sources_for_writemask
Marek Olšák
2010-12-08
1
-0
/
+5
*
r300/compiler: do not print pair/tex/presub program stats for vertex shaders
Marek Olšák
2010-12-08
1
-16
/
+30
*
r300/compiler: cleanup rc_run_compiler
Marek Olšák
2010-12-08
4
-15
/
+36
*
r300/compiler: add a function to query program stats (alu, tex, temps..)
Marek Olšák
2010-12-08
2
-15
/
+39
*
r300/compiler: don't terminate regalloc if we surpass max temps limit
Marek Olšák
2010-12-08
1
-11
/
+6
*
r300/compiler: disable the swizzle lowering pass in vertex shaders
Marek Olšák
2010-12-02
1
-1
/
+0
*
r300/compiler: implement and lower OPCODE_CLAMP
Marek Olšák
2010-12-01
3
-0
/
+28
*
r300/compiler: move util functions to radeon_compiler_util
Marek Olšák
2010-11-26
10
-89
/
+108
*
r300/compiler: add a function for swizzling a mask
Marek Olšák
2010-11-26
2
-6
/
+15
*
r300/compiler: remove duplicate function rc_mask_to_swz
Marek Olšák
2010-11-26
3
-14
/
+2
*
r300/compiler: fix rc_rewrite_depth_out for it to work with any instruction
Marek Olšák
2010-11-26
1
-21
/
+8
*
r300/compiler: Move declaration before code.
Vinson Lee
2010-11-24
1
-1
/
+1
*
r300/compiler: Move declaration before code.
Vinson Lee
2010-11-24
1
-1
/
+1
*
r300/compiler: Don't allow presubtract sources to be remapped twice
Tom Stellard
2010-11-23
1
-1
/
+8
*
r300/compiler: Add a more efficient version of rc_find_free_temporary()
Tom Stellard
2010-11-21
3
-23
/
+110
*
r300/compiler: Enable rename_reg pass for r500 cards
Tom Stellard
2010-11-21
2
-79
/
+16
*
r300/compiler: Use presubtract operations as much as possible
Tom Stellard
2010-11-21
8
-67
/
+204
*
r300/compiler: Convert RGB to alpha in the scheduler
Tom Stellard
2010-11-21
4
-17
/
+320
*
r300/compiler: Track readers through branches in rc_get_readers()
Tom Stellard
2010-11-21
4
-38
/
+65
*
r300/compiler: Handle BREAK and CONTINUE in rc_get_readers()
Tom Stellard
2010-11-21
1
-0
/
+2
*
r300/compiler: Add rc_get_readers()
Tom Stellard
2010-11-21
5
-109
/
+246
*
r300/compiler: Ignore alpha dest register when replicating the result
Tom Stellard
2010-11-21
1
-1
/
+4
*
r300/compiler: Use zero as the register index for unused sources
Tom Stellard
2010-11-21
2
-0
/
+6
*
r300/compiler: Fix instruction scheduling within IF blocks
Tom Stellard
2010-11-21
1
-17
/
+20
*
r300/compiler: Fix register allocator's handling of loops
Tom Stellard
2010-11-21
1
-10
/
+21
*
r300/compiler: Make sure presubtract sources use supported swizzles
Tom Stellard
2010-11-21
2
-6
/
+15
*
mesa: pass gl_format to _mesa_init_teximage_fields()
Brian Paul
2010-11-18
1
-7
/
+12
*
r300: set gl_texture_image::TexFormat field in r300SetTexBuffer2()
Brian Paul
2010-11-15
1
-2
/
+8
*
radeon: Implement GL_OES_EGL_image
Johann Rudloff
2010-11-08
2
-0
/
+8
*
mesa/r300classic: Fix dri2Invalidate/radeon_prepare_render for page flipping.
Mario Kleiner
2010-11-08
2
-2
/
+4
*
r300/compiler: Move declaration before code.
Vinson Lee
2010-11-04
1
-5
/
+6
*
r300/compiler: Move declaration before code.
Vinson Lee
2010-11-04
1
-2
/
+3
*
r300/compiler: Don't track readers into an IF block.
Tom Stellard
2010-11-01
1
-0
/
+3
*
r300/compiler: Don't clobber presubtract sources during optimizations
Tom Stellard
2010-10-30
1
-39
/
+37
[prev]
[next]