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
*
Make driDrawableInitVBlank() initialize the sequence number.
Michel Dänzer
2006-09-28
1
-1
/
+2
*
Remove r200 dependency
Jerome Glisse
2006-09-26
3
-64
/
+2
*
Remove r200 dependency.
Jerome Glisse
2006-09-26
1
-15
/
+1
*
try to use a 8888 texture format which will result in only a memcopy in mesa'...
Roland Scheidegger
2006-09-20
2
-14
/
+96
*
Fallback if ColorLogicOp is enabled. Cleanup a bit the fallback
Jerome Glisse
2006-09-14
1
-29
/
+53
*
Remove MESA_LITTLE_ENDIAN guard for code that seems to work fine on big endian.
Michel Dänzer
2006-09-14
1
-2
/
+0
*
Fix compilation warning.
Jerome Glisse
2006-09-12
1
-9
/
+12
*
Removing some of r200 dependency, cleaning up code a bit,
Jerome Glisse
2006-09-12
11
-191
/
+142
*
Managed to make a commit that can't build... Sorry again...
Rune Petersen
2006-09-04
1
-0
/
+1
*
add missing change to skip low impact RAST fallback...
Rune Petersen
2006-09-03
1
-14
/
+17
*
re-apply shader fix.
Rune Petersen
2006-08-31
1
-1
/
+1
*
Give the user posibility to choose speed over correctness.
Rune Petersen
2006-08-31
2
-1
/
+4
*
Check mesa_vp->Base.NumInstructions == 0 instead of mesa_vp->Base.String to
Brian Paul
2006-08-28
1
-1
/
+1
*
fix #8008
Aapo Tahkola
2006-08-26
1
-8
/
+4
*
fix bad casts, carry over r200 fix to check for null program string in r300_t...
Brian Paul
2006-08-24
1
-2
/
+5
*
silence warning
Brian Paul
2006-08-23
1
-2
/
+1
*
Added _mesa_lookup_program() and _mesa_lookup_bufferobj() functions to avoid
Brian Paul
2006-08-23
1
-3
/
+3
*
remove duplicate pieces of code.
Aapo Tahkola
2006-08-22
2
-41
/
+4
*
extend some DrawRangeElements cases to support rendering more than 65535 vert...
Aapo Tahkola
2006-08-22
3
-6
/
+39
*
fix broken write-only depth setting. use early z where possible.
Aapo Tahkola
2006-08-22
1
-126
/
+117
*
Enable support for GL_EXT_gpu_program_parameters for R300.
Ian Romanick
2006-08-15
2
-1
/
+3
*
gcc-4.1.1 compile fix
Aapo Tahkola
2006-08-12
1
-4
/
+4
*
support shorts as vertex data
Aapo Tahkola
2006-08-11
6
-582
/
+349
*
fix #6991
Aapo Tahkola
2006-07-31
2
-21
/
+10
*
r300_emit.h cleanup.
Jerome Glisse
2006-07-27
5
-217
/
+240
*
Some structure renaming. Prefix vertex/fragment-related structs with
Brian Paul
2006-07-20
5
-21
/
+25
*
A small logic error.
Rune Petersen
2006-07-15
1
-1
/
+1
*
_mesa_destroy_context() frees radeon->glCtx so we must not access it afterwards
Tilman Sauerbeck
2006-07-11
1
-5
/
+6
*
Fix #7195
Aapo Tahkola
2006-07-09
2
-2
/
+20
*
R300_RR_ROUTE_1 still needs to be initialized.
Aapo Tahkola
2006-07-05
1
-0
/
+2
*
Add R300_VAP_CNTL 0x2140 and cosmetic cleanup.
Jerome Glisse
2006-07-04
1
-395
/
+498
*
Add copyright header and minor cleanup.
Jerome Glisse
2006-07-03
1
-8
/
+37
*
initialize offset to avoid bogus warnings from valgrind
Tilman Sauerbeck
2006-07-01
1
-1
/
+1
*
Vertex/fragment program patches (Rune Petersen)
Brian Paul
2006-06-30
2
-5
/
+5
*
Fix typo.
Jerome Glisse
2006-06-29
1
-1
/
+1
*
destroy left-over VBOs on shutdown
Tilman Sauerbeck
2006-06-29
2
-3
/
+11
*
instead of messing with _TNL_LAST_GENERIC and _TNL_FIRST_GENERIC, use _TNL_NU...
Tilman Sauerbeck
2006-06-29
2
-3
/
+4
*
cleanup, avoid magic values
Tilman Sauerbeck
2006-06-29
1
-1
/
+1
*
Fix stencil clears that have caused problems with redbook/stencil, tests/sten...
Aapo Tahkola
2006-06-27
1
-40
/
+7
*
Fix generic vertex attribs (Rune Petersen)
Aapo Tahkola
2006-06-27
3
-0
/
+18
*
more cleanups
Tilman Sauerbeck
2006-06-23
1
-9
/
+7
*
no need to handle ARL in a special way, it's a generic scalar operation. only...
Tilman Sauerbeck
2006-06-18
1
-8
/
+1
*
fix broken address register reads
Aapo Tahkola
2006-06-18
1
-26
/
+26
*
Make r300 driver build with GL_APPLE_vertex_array_object changes.
Ian Romanick
2006-06-12
2
-12
/
+18
*
destroy the memory manager along with the context
Tilman Sauerbeck
2006-06-11
3
-0
/
+17
*
include tnl/tnl.h for _tnl_program_string()
Tilman Sauerbeck
2006-06-08
1
-0
/
+1
*
mark ARL operand as scalar (Roland Scheidegger)
Tilman Sauerbeck
2006-06-08
1
-1
/
+1
*
struct op_names: get rid of the 'output operands' field as it's not used (Rol...
Tilman Sauerbeck
2006-06-08
1
-32
/
+31
*
prevent possible program mix up with sw vps (Roland Scheidegger)
Aapo Tahkola
2006-06-06
1
-0
/
+2
*
prevent run_arb_vertex_program from running tnl programs unless ctx->_Maintai...
Aapo Tahkola
2006-06-06
2
-7
/
+3
[next]