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
/
mesa
/
drivers
/
dri
/
r300
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
r300/compiler: Use rc_get_readers_normal() for presubtract optimizations
Tom Stellard
2010-10-27
1
-175
/
+118
*
r300/compiler: Remove unused variable.
Vinson Lee
2010-10-19
1
-1
/
+1
*
r300g: Add new debug option for logging vertex/fragment program stats
Tom Stellard
2010-10-18
5
-9
/
+70
*
r300/compiler: Add a new function for more efficient dataflow analysis
Tom Stellard
2010-10-18
7
-132
/
+397
*
r300/compiler: Clear empty registers after constant folding
Tom Stellard
2010-10-18
1
-0
/
+8
*
r300/compiler: Fix incorrect assumption
Tom Stellard
2010-10-18
3
-32
/
+17
*
r300/compiler: Create a helper function for merging presubtract sources
Tom Stellard
2010-10-18
1
-117
/
+102
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
24
-150
/
+150
*
Rename GLvisual and __GLcontextModes to struct gl_config
Kristian Høgsberg
2010-10-13
2
-2
/
+2
*
r300: Silence uninitialized variable warning.
Vinson Lee
2010-10-12
1
-0
/
+1
*
dri/r300: remove duplicated include
Nicolas Kaiser
2010-09-30
1
-2
/
+0
*
r300/compiler: Move declaration before code.
Vinson Lee
2010-09-29
1
-1
/
+1
*
r300/compiler: Move declaration before code.
Vinson Lee
2010-09-29
1
-4
/
+10
*
r300/compiler: Move declaration before code.
Vinson Lee
2010-09-29
1
-3
/
+4
*
r300/compiler: Move declaration before code.
Vinson Lee
2010-09-29
1
-10
/
+18
*
r300/compiler: Remove declaration before code.
Vinson Lee
2010-09-29
1
-5
/
+6
*
r300/compiler: Move declaration before code.
Vinson Lee
2010-09-29
1
-2
/
+3
*
r300/compiler: Move declaration before code.
Vinson Lee
2010-09-29
1
-1
/
+2
*
r300/compiler: Move declaration before code.
Vinson Lee
2010-09-29
1
-6
/
+13
*
r300/compiler: Move declaration before code.
Vinson Lee
2010-09-29
1
-5
/
+9
*
r300/compiler: Move declaration before code.
Vinson Lee
2010-09-29
1
-1
/
+2
*
r300/compiler: Move declaration before code.
Vinson Lee
2010-09-29
1
-8
/
+16
*
r300/compiler: Move declaration before code.
Vinson Lee
2010-09-29
1
-5
/
+10
*
r300/compiler: Move declaration before code.
Vinson Lee
2010-09-29
1
-12
/
+16
*
r300/compiler: Move declaration before code.
Vinson Lee
2010-09-29
1
-2
/
+3
*
r300/compiler: Move declaration before code.
Vinson Lee
2010-09-29
1
-9
/
+20
*
r300/compiler: Don't merge instructions that write output regs and ALU result
Tom Stellard
2010-09-28
1
-0
/
+6
*
r300/compiler: Don't use rc_error() unless the error is unrecoverable
Tom Stellard
2010-09-28
1
-3
/
+3
*
r300/compiler: Fix segfault in error path
Tom Stellard
2010-09-28
1
-1
/
+1
*
r300/compiler: Use rc_for_all_reads_src() in "dead constants" pass
Tom Stellard
2010-09-27
1
-27
/
+24
*
r300/compiler: radeon_remove_constants.c: fix indentation
Tom Stellard
2010-09-27
1
-75
/
+75
*
r300/compiler: Print immediate values after "dead constants" pass
Tom Stellard
2010-09-27
3
-0
/
+18
*
r300/compiler: Add more helper functions for iterating through sources
Tom Stellard
2010-09-27
2
-35
/
+102
*
r300g: add support for 3D NPOT textures without mipmapping
Marek Olšák
2010-09-28
2
-2
/
+39
*
r300/compiler: fix shadow sampling with swizzled coords
Marek Olšák
2010-09-28
1
-4
/
+5
*
r300/compiler: do not use copy propagation if SaturateMode is used
Marek Olšák
2010-09-28
1
-1
/
+2
*
r300/compiler: fix projective mapping of 2D NPOT textures
Marek Olšák
2010-09-28
1
-0
/
+39
*
r300g: code cleanups
Marek Olšák
2010-09-28
2
-150
/
+131
*
mesa: Force GL_SGIS_generate_mipmap to always be enabled
Ian Romanick
2010-09-27
1
-1
/
+0
*
r300/compiler: Fix two mistakes in the presubtract optimization pass.
Tom Stellard
2010-09-25
1
-14
/
+31
*
r300/compiler: Refactor the pair instruction data structures
Tom Stellard
2010-09-20
4
-38
/
+21
*
r300/compiler: fix warnings
Marek Olšák
2010-09-13
2
-2
/
+3
*
r300/compiler: Reorganize presub_helper()
Tom Stellard
2010-09-10
1
-33
/
+27
*
r300/compiler: Don't use presubtract in TEX instructions
Tom Stellard
2010-09-10
1
-1
/
+6
*
r300/compiler: Print the presub subtract operation in the correct order
Tom Stellard
2010-09-10
1
-6
/
+6
*
r300/compiler: Fix dataflow bug in presub_helper()
Tom Stellard
2010-09-10
1
-0
/
+2
*
r300/compiler: Replace asserts with error messages
Tom Stellard
2010-09-10
1
-2
/
+10
*
r300/compiler: Fix copy propigation for some presub instructions
Tom Stellard
2010-09-10
1
-1
/
+1
[next]