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
/
r300_context.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Initial r300 modes for swtcl it compiles!!
Dave Airlie
2007-06-14
1
-1
/
+66
*
r300: Document registers 0x2220 to 0x2230.
Oliver McFadden
2007-05-30
1
-1
/
+1
*
r300: Removed the (completely broken since new VBO branch) OPTIMIZE_ELTS path.
Oliver McFadden
2007-05-30
1
-2
/
+0
*
r300: Removed duplicate AOS format defines; already defined in r300_reg.h.
Oliver McFadden
2007-05-26
1
-5
/
+0
*
r300: Removed unused aos_reg variable.
Oliver McFadden
2007-05-26
1
-1
/
+0
*
r300: Cleaned up t_vir0 and t_vir1 slightly.
Oliver McFadden
2007-05-25
1
-1
/
+1
*
r300: Implement SetTexOffset hook.
Michel Dänzer
2007-05-22
1
-0
/
+2
*
r300: Just use "inline" rather than "__inline__".
Oliver McFadden
2007-05-20
1
-2
/
+2
*
r300: Removed the radeon_vertex_buffer structure.
Tommy Schultz Lassen
2007-05-17
1
-23
/
+0
*
r300: Enable the non-user-buffers code to compile.
Oliver McFadden
2007-05-13
1
-1
/
+2
*
r300: Removed the unused r300_aos_rec (replaced by r300_dma_region) structure.
Oliver McFadden
2007-05-13
1
-13
/
+0
*
r300: Removed unused FORCE_32BITS_ELTS define.
Oliver McFadden
2007-05-11
1
-5
/
+0
*
r300: Removed the unused CPT macro.
Oliver McFadden
2007-05-11
1
-6
/
+0
*
r300: Moved r300PackFloat24 near r300PackFloat32.
Oliver McFadden
2007-05-11
1
-0
/
+31
*
r300: Added some more Doxygen documentation and made some functions static.
Oliver McFadden
2007-05-09
1
-6
/
+0
*
r300: Removed the "texmicrotile" variable; the tiling code is disabled via a
Oliver McFadden
2007-05-09
1
-1
/
+0
*
r300: Cleaned up radeon_context.h slightly; mostly Indent.
Oliver McFadden
2007-05-09
1
-1
/
+0
*
r300: Renamed the R300 memory manager from "radeon" to "r300"; it's R300
Oliver McFadden
2007-05-09
1
-1
/
+1
*
r300: Removed the dangerous R300_SPAN_DISABLE_LOCKING flag.
Oliver McFadden
2007-05-09
1
-1
/
+0
*
r300: Added some Doxygen comments.
Christoph Bill
2007-05-09
1
-18
/
+10
*
r300: Removed the deprecated VTXFMT code.
Oliver McFadden
2007-05-09
1
-19
/
+0
*
r300: Fixed some more function names.
Oliver McFadden
2007-05-09
1
-2
/
+2
*
r300: Changed r300_run_vb_render calls to r300RunRender in some conditionally
Oliver McFadden
2007-05-09
1
-2
/
+2
*
r300: Indented r300_context.[ch].
Oliver McFadden
2007-05-09
1
-98
/
+95
*
r300: Removed the ugly CARD32 type.
Oliver McFadden
2007-05-09
1
-4
/
+0
*
r300: Renamed vertex_shader.h to r300_vertprog.h
Oliver McFadden
2007-05-09
1
-1
/
+1
*
r300: Renamed the VBO functions to the R300 name format.
Oliver McFadden
2007-05-08
1
-2
/
+2
*
r300: fix broken vbos
Aapo Tahkola
2007-05-06
1
-0
/
+2
*
don't use hw to perform vertex transform etc. when using swtcl. This for comp...
Aapo Tahkola
2007-05-05
1
-5
/
+0
*
r300: Fix texture coordinate calculation for rectangle textures
Nicolai Haehnle
2007-03-24
1
-0
/
+1
*
r300: No assertion when accessing incomplete texture images.
Nicolai Haehnle
2007-03-24
1
-6
/
+0
*
r300: Remove the program-global const_sin index
Nicolai Haehnle
2007-03-21
1
-3
/
+0
*
r300: Whitespace cleanup (remove trailing spaces)
Nicolai Haehnle
2007-03-20
1
-26
/
+26
*
r300: Cleanup fragment program constant allocation, share constants
Nicolai Haehnle
2007-03-19
1
-11
/
+9
*
r300: Fix fragment program reordering
Nicolai Haehnle
2007-03-19
1
-0
/
+5
*
r300: Fix fragment program instruction pairing and register allocation
Nicolai Haehnle
2007-03-19
1
-24
/
+70
*
Guess another unknown register in R300 command buffer initialization. (Oliver...
Aapo Tahkola
2007-03-11
1
-1
/
+1
*
Renamed some of the unkXXX variables in the command buffer init
Oliver McFadden
2007-03-11
1
-9
/
+10
*
r300: get rid of CB_DPATH legacy
Dave Airlie
2007-02-22
1
-1
/
+0
*
r300: Fix cos & add scs to fragment program.
Rune Peterson
2007-02-14
1
-1
/
+1
*
r300: Add proper support for sin/cos instruction in fragment program
Rune Peterson
2007-02-12
1
-0
/
+5
*
Merge branch 'master' of git+ssh://
[email protected]
/git/mesa/mesa i...
Keith Whitwell
2007-01-16
1
-5
/
+21
|
\
|
*
fragment.position support
Rune Petersen
2006-11-17
1
-0
/
+2
|
*
r300_select_vertex_shader4:
Rune Petersen
2006-11-17
1
-5
/
+19
*
|
disable vtxfmt_a code, switch over to vbo
Keith Whitwell
2006-10-31
1
-2
/
+5
|
/
*
Removing some of r200 dependency, cleaning up code a bit,
Jerome Glisse
2006-09-12
1
-0
/
+4
*
Give the user posibility to choose speed over correctness.
Rune Petersen
2006-08-31
1
-0
/
+1
*
extend some DrawRangeElements cases to support rendering more than 65535 vert...
Aapo Tahkola
2006-08-22
1
-0
/
+2
*
support shorts as vertex data
Aapo Tahkola
2006-08-11
1
-14
/
+2
*
Some structure renaming. Prefix vertex/fragment-related structs with
Brian Paul
2006-07-20
1
-3
/
+3
[next]