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: Fix bug in rc_get_variables()
Tom Stellard
2011-05-17
1
-45
/
+13
*
r300/compiler: Use ALU Result for IF conditionals
Tom Stellard
2011-05-14
6
-20
/
+212
*
r300/compiler: Fix bug in rc_get_variables()
Tom Stellard
2011-05-11
1
-7
/
+11
*
r300/compiler: Limit instructions to 3 source selects
Tom Stellard
2011-05-11
4
-39
/
+104
*
r300/compiler: Add simple unit test framework
Tom Stellard
2011-05-11
7
-0
/
+579
*
r300/compiler: align memory allocations to 8-bytes
Matt Turner
2011-05-09
1
-1
/
+1
*
r300c: Fix up for register allocator rewrite.
Michel Dänzer
2011-05-09
2
-0
/
+2
*
r300/compiler: implement TXD and TXL opcodes
Marek Olšák
2011-05-07
5
-0
/
+52
*
r300/compiler: remove set-but-unused variables
Marek Olšák
2011-05-01
2
-5
/
+1
*
r300/compiler: Cleanups from the regalloc merge
Tom Stellard
2011-04-30
3
-8
/
+4
*
r300/compiler: Add return statement to rc_list()
Tom Stellard
2011-04-30
1
-0
/
+2
*
r300g: Fix scons build
Tom Stellard
2011-04-30
1
-0
/
+1
*
r300/compiler: Enable swizzle packing in the allocator for r300 and r400
Tom Stellard
2011-04-30
6
-41
/
+120
*
r300/compiler: Handle loops in the register allocator
Tom Stellard
2011-04-30
4
-19
/
+103
*
r300/compiler: Handle loops in rc_get_readers()
Tom Stellard
2011-04-30
4
-75
/
+150
*
r300/compiler: Rewrite register allocator
Tom Stellard
2011-04-30
18
-236
/
+1547
*
r300/compiler: Use RC_MASK_W when converting RGB to Alpha instructions
Tom Stellard
2011-04-30
1
-1
/
+1
*
r300/compiler: rc_reader_data: Add ExitOnAbort flag
Tom Stellard
2011-04-30
5
-3
/
+10
*
r300/compiler: Add more info to struct rc_reader
Tom Stellard
2011-04-30
5
-16
/
+41
*
r300/compiler: Add remove dead sources pass
Tom Stellard
2011-04-30
5
-0
/
+66
*
r300/compiler: fix up error message
Marek Olšák
2011-04-22
1
-2
/
+2
*
mesa: Kill gl_fragment_program::FogOption with fire
Ian Romanick
2011-04-21
1
-2
/
+0
*
r300/compiler: Fix dataflow analysis bug with ELSE blocks
Tom Stellard
2011-04-18
1
-0
/
+7
*
r300/compiler: Fix incorrect presubtract conversion
Tom Stellard
2011-04-16
1
-0
/
+24
*
Revert "r300/compiler: Don't try to convert RGB to Alpha in full instructions"
Marek Olšák
2011-04-15
1
-2
/
+1
*
mesa: finish up ARB_texture_float
Marek Olšák
2011-04-15
1
-1
/
+0
*
mesa: move sampler state into new gl_sampler_object type
Brian Paul
2011-04-10
4
-13
/
+15
*
r300/compiler: Don't try to convert RGB to Alpha in full instructions
Tom Stellard
2011-04-06
1
-1
/
+2
*
r300/compiler: Fix vertex shader MAD instructions with constant swizzles
Tom Stellard
2011-04-05
1
-0
/
+18
*
r300c: fix build since last r300g commit
Dave Airlie
2011-04-05
1
-1
/
+1
*
r300g: fix RG/LATC1_SNORM by doing UNORM->SNORM conversion in the shader
Marek Olšák
2011-04-05
2
-6
/
+60
*
r300/compiler: implement the CND opcode
Marek Olšák
2011-04-05
6
-1
/
+16
*
r300/compiler: set the MSB of ADDR for inline constants
Marek Olšák
2011-04-05
1
-2
/
+5
*
r300/compiler: apply the texture swizzle to shadow pass and fail values too
Marek Olšák
2011-04-04
1
-8
/
+20
*
r300/compiler: propagate SaturateMode down to the result of shadow comparison
Marek Olšák
2011-04-04
1
-0
/
+3
*
Revert "r300/compiler: Remove obsolete compiler passes"
Tom Stellard
2011-04-02
7
-0
/
+415
*
r300/compiler: Remove obsolete compiler passes
Tom Stellard
2011-03-31
7
-415
/
+0
*
r300/compiler: Use a 4-bit writemask in pair instructions
Tom Stellard
2011-03-18
3
-3
/
+4
*
r300/compiler: do not set TEX_IGNORE_UNCOVERED on r500
Marek Olšák
2011-03-12
1
-1
/
+1
*
r300/compiler: TEX instructions don't support negation on source arguments
Marek Olšák
2011-03-12
1
-3
/
+0
*
r300/compiler: Abs doesn't cancel Negate (in the conversion to native swizzles)
Marek Olšák
2011-03-12
2
-9
/
+0
*
r300/compiler: fix translating the src negate bits in pair_translate
Marek Olšák
2011-03-12
1
-3
/
+8
*
r300g: implement fragment color clamping in the shader
Marek Olšák
2011-03-12
2
-0
/
+23
*
r300/compiler: fix the saturate modifier when applied to TEX instructions
Marek Olšák
2011-03-12
1
-1
/
+5
*
mesa: replace NEED_SECONDARY_COLOR(), RGBA_LOGICOP_ENABLED() with inlines
Brian Paul
2011-03-11
1
-3
/
+3
*
r300/compiler: remove unused variables
Marek Olšák
2011-03-08
1
-1
/
+1
*
r300/compiler: fix equal and notequal shadow compare functions
Marek Olšák
2011-03-08
1
-18
/
+16
*
r300/compiler: detect constants harder
Marek Olšák
2011-03-08
1
-4
/
+8
*
r300/compiler: improve the detection of constants for constant folding
Marek Olšák
2011-03-08
1
-0
/
+7
*
r300/compiler: saturate Z before the shadow comparison
Marek Olšák
2011-03-08
1
-37
/
+44
[next]