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
*
Move stuff common to vertex/fragment_program into the base class, including:
Brian Paul
2005-11-12
1
-1
/
+1
*
Use ctx->VertexProgram._Current .
Aapo Tahkola
2005-11-02
1
-1
/
+1
*
First step of Radeon DRI unification:
Eric Anholt
2005-11-02
1
-1
/
+1
*
Re-enable fallbacks.
Aapo Tahkola
2005-11-01
1
-0
/
+1
*
-Fix first frame -bug
Aapo Tahkola
2005-11-01
1
-12
/
+2
*
Compiled arrays for vtxfmt_a path.
Aapo Tahkola
2005-10-28
1
-0
/
+1
*
Correct the ordering of the blend constant color.
Eric Anholt
2005-10-28
1
-1
/
+1
*
Sync with my local tree.
Aapo Tahkola
2005-10-26
1
-2
/
+55
*
Fix invalid vsf temp count for rv350.
Aapo Tahkola
2005-10-26
1
-3
/
+3
*
Clean up warnings in r300 code by making some symbols static, adding prototypes
Eric Anholt
2005-07-20
1
-0
/
+1
*
Make sure texture base addresses are used correctly.
Nicolai Haehnle
2005-06-21
1
-1
/
+1
*
Up MAX_AOS_ARRAYS to 16. Do we need more?
Ben Skeggs
2005-05-28
1
-1
/
+1
*
Programmable per-vertex point sizes and proper result reg assigns.
Aapo Tahkola
2005-05-28
1
-2
/
+2
*
constant tracking
Ben Skeggs
2005-05-26
1
-6
/
+11
*
Implement enough of ARB_fragment_program for Keith's texenv program
Ben Skeggs
2005-05-23
1
-1
/
+70
*
Ditch unused code and features that arent in subject to get supported any nea...
the_perfect_frag
Aapo Tahkola
2005-05-19
1
-3
/
+0
*
VBOs.
Aapo Tahkola
2005-05-11
1
-1
/
+1
*
Getting rusty... 4278 was already there.
Aapo Tahkola
2005-05-05
1
-4
/
+0
*
Flat shading and bunch of clarifications to r300_reg.h .
Aapo Tahkola
2005-05-05
1
-0
/
+4
*
Pack tex coord regs at vertex program backend.
Aapo Tahkola
2005-05-05
1
-1
/
+2
*
r300 side support for fixed function pipeline. This isnt functional with curr...
Aapo Tahkola
2005-04-30
1
-7
/
+9
*
Reorganized shader stuff.
Aapo Tahkola
2005-04-19
1
-1
/
+2
*
Fixes for bugs that were nailed down when compairing against software vertex ...
Aapo Tahkola
2005-04-19
1
-1
/
+2
*
Misc fixes.
Aapo Tahkola
2005-03-18
1
-0
/
+3
*
Proper VAP output configuration as R300_RS_ROUTE_0_COLOR became optional and ...
Aapo Tahkola
2005-03-16
1
-0
/
+1
*
Initial multitexturing support. Old behaviour can be re-enabled by changing ...
Ben Skeggs
2005-03-15
1
-1
/
+6
*
Stencil support
Peter Zubaj
2005-03-14
1
-1
/
+9
*
Unlike radeon and r200 drivers r300AllocCmdBuf allocs dwords not bytes.
Aapo Tahkola
2005-03-12
1
-2
/
+5
*
fix for 'nasty bug' and some sanity checks to avoid buffer overruns. Bumping ...
before_upgrade_03_01_05
Aapo Tahkola
2005-02-28
1
-8
/
+2
*
Another nasty struct size bug found.
Aapo Tahkola
2005-02-24
1
-1
/
+7
*
New elt buffer code should be fairly stable.
Aapo Tahkola
2005-02-22
1
-1
/
+5
*
Add code to autogenerate vertex shaders.
Vladimir Dergachev
2005-02-21
1
-1
/
+4
*
Minor fix to border and blend color.
Aapo Tahkola
2005-02-19
1
-0
/
+13
*
Fix for buffer overrun caused by ALLOC_STATE not having args surrounded by pa...
Aapo Tahkola
2005-02-19
1
-2
/
+0
*
Reset nr_released_bufs to 0 after the command buffer has been submitted.
Nicolai Haehnle
2005-02-18
1
-1
/
+5
*
Support for idx buffers. Leaving it on by default as it doesnt seem to cause ...
Aapo Tahkola
2005-02-16
1
-1
/
+2
*
Share routing code between immd/vb. Fix breakage of vertex programs in vb mode.
Ben Skeggs
2005-02-15
1
-8
/
+0
*
Port of r200 VB code. VB path should be as fast as the immediate path now, t...
Ben Skeggs
2005-02-11
1
-4
/
+19
*
Removing some regs that are wrong and adding some comments to r300_reg.h .
Aapo Tahkola
2005-02-10
1
-3
/
+0
*
Turns out unknown5 was border color. texwrap looks good now.
Aapo Tahkola
2005-02-10
1
-2
/
+1
*
Adding support for selecting line width. Stipple patterns still cause lots of...
Aapo Tahkola
2005-02-10
1
-0
/
+8
*
Fix the bug and get zbias back into shape. There might still be some problems...
Aapo Tahkola
2005-02-08
1
-4
/
+2
*
BIG FAT NOTE: Theres a nasty bug somewhere thats causing vb color buffer clea...
Aapo Tahkola
2005-02-08
1
-2
/
+4
*
Implemented checks that prevent r300 from locking up when bad number of verts...
Aapo Tahkola
2005-02-08
1
-2
/
+6
*
To cut the long and boring story short, polygon offsets should now work. vb m...
Aapo Tahkola
2005-02-08
1
-7
/
+9
*
Start beginning of pixel shader generator..
Vladimir Dergachev
2005-02-03
1
-1
/
+4
*
Get vertex programs supplied by the user work properly with immediate mode - ...
Vladimir Dergachev
2005-02-03
1
-0
/
+2
*
Get Polygon offset fill to work.
Vladimir Dergachev
2005-02-03
1
-3
/
+9
*
Vertex programs work now with some restrictions. I expect arbvptorus to work
Aapo Tahkola
2005-02-01
1
-1
/
+6
*
Make WARN_ONCE messages more informative.
jump_and_click
Vladimir Dergachev
2005-02-01
1
-1
/
+2
[next]