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_state.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'r300-vertprog-branch' of ssh://people.freedesktop.org/~z3ro/mesa
Oliver McFadden
2008-03-29
1
-4
/
+4
|
\
|
*
r300: Cleaned up the default vertex program code with longer lines.
Oliver McFadden
2008-03-26
1
-28
/
+4
|
*
r300: Renamed the destination-and-opcode/source macros to more appropriate na...
Oliver McFadden
2008-03-26
1
-4
/
+4
|
*
r300: Merged the Vector and Math Engine opcode macros.
Oliver McFadden
2008-03-24
1
-2
/
+6
|
*
r300: Removed duplicate component selection defines.
Oliver McFadden
2008-03-01
1
-12
/
+12
|
*
r300: Removed duplicate source register class defines.
Oliver McFadden
2008-03-01
1
-3
/
+3
|
*
r300: Renamed the vertex program source register macro.
Oliver McFadden
2008-03-01
1
-3
/
+3
|
*
r300: Removed the (obsolete) special source register macros.
Oliver McFadden
2008-03-01
1
-4
/
+24
|
*
r300: Renamed the Vector Engine opcode macro.
Oliver McFadden
2008-03-01
1
-1
/
+1
|
*
r300: Converted to the new Vector Engine defines.
Oliver McFadden
2008-03-01
1
-1
/
+1
|
*
r300: Removed the duplicate dest register defines.
Oliver McFadden
2008-03-01
1
-1
/
+1
|
*
r300: Removed the duplicate "easy" vertex program macros.
Oliver McFadden
2008-03-01
1
-1
/
+1
*
|
r300: finish conversion of RS_INST regs
Dave Airlie
2008-03-28
1
-3
/
+3
*
|
r300: move to using RS_INST names
Dave Airlie
2008-03-28
1
-8
/
+8
*
|
r300: replace some hard coded mask by define in stencil area
Christoph Brill
2008-03-04
1
-6
/
+6
*
|
r300: Fix some issues with masks in stencil buffer area
Christoph Brill
2008-03-04
1
-4
/
+4
|
/
*
r300: R5xx and R3xx use different registers for RS_IP and RS_INST
Christoph Brill
2008-02-28
1
-5
/
+5
*
r300: properly handle GL_POINT in glPolygonMode
Christoph Brill
2008-02-27
1
-5
/
+10
*
[r300] fix wow-pinkness regression. Fixed by Markus Amsler
Christoph Brill
2008-02-26
1
-5
/
+5
*
[r300] Document based on chapter 10.4 and 10.5
Christoph Brill
2008-02-26
1
-7
/
+4
*
r300: Moved the state code into separate functions.
Oliver McFadden
2008-02-25
1
-83
/
+95
*
[r300] Document POLY_MODE and add some TODOs that might have triggered some bugs
Christoph Brill
2008-02-25
1
-9
/
+9
*
[r300] Sync fog register names to the AMD spec
Christoph Brill
2008-02-25
1
-8
/
+8
*
[r300] Further document FG_ALPHA_FUNC (renamed from R300_PP_ALPHA_TEST) and f...
Christoph Brill
2008-02-25
1
-9
/
+9
*
[r300] Document R300_RB3D_COLORMASK properly and rename it to RB3D_COLOR_CHAN...
Christoph Brill
2008-02-25
1
-3
/
+4
*
[r300] Sync the names for Z-Buffer registers with the AMD spec
Christoph Brill
2008-02-25
1
-19
/
+16
*
[r300] Add more struct names for r300_hw_state
Christoph Brill
2008-02-25
1
-6
/
+6
*
[r300] rename all unkown structs r300_hw_state to readable names
Christoph Brill
2008-02-25
1
-37
/
+37
*
r300: fixup some more names
Dave Airlie
2008-02-23
1
-3
/
+3
*
r300: some initial register info from doc drop
Dave Airlie
2008-02-23
1
-1
/
+1
*
r300: fix isosurf on rs690
Dave Airlie
2008-02-04
1
-2
/
+9
*
Replace gl_framebuffer's _ColorDrawBufferMask with _ColorDrawBufferIndexes
Brian
2008-01-06
1
-2
/
+2
*
Renamed the R300_VAP_UNKNOWN_221C to R300_VAP_CLIP_CNTL.
Oliver McFadden
2007-11-05
1
-4
/
+4
*
r300: initial user clipping for TCL paths
Dave Airlie
2007-11-05
1
-1
/
+59
*
r300: move more vap registers out of non tcl paths
Dave Airlie
2007-11-03
1
-7
/
+7
*
Remove ctx->Point._Size and ctx->Line._Width.
Brian
2007-07-21
1
-4
/
+5
*
r300: Cleaned up vertprog construction.
Oliver McFadden
2007-07-18
1
-14
/
+15
*
r300: Use the R300_PVS_UPLOAD_* defines.
Oliver McFadden
2007-07-16
1
-2
/
+2
*
r300: Major vertex program code clean up and rework.
Oliver McFadden
2007-07-16
1
-1
/
+1
*
r300: Moved some hardware initialization into appropriate functions.
Oliver McFadden
2007-07-13
1
-27
/
+26
*
r300: Use a switch statement in r300UpdateCulling.
Oliver McFadden
2007-07-13
1
-7
/
+22
*
r300: Corrected r300UpdateCulling; would only set font face if culling was set.
Tommy Schultz Lassen
2007-07-11
1
-5
/
+4
*
Merge branch 'r300-swtcl'
Dave Airlie
2007-07-01
1
-7
/
+9
|
\
|
*
r300: 2288 is a tcl only reg
Dave Airlie
2007-06-24
1
-7
/
+9
*
|
r300: Initial work on merging the real and generated vertex program functions.
Oliver McFadden
2007-06-24
1
-73
/
+40
*
|
r300: Should use inst_count not 0 for R300_PVS_CNTL_3_PROGRAM_UNKNOWN_SHIFT.
Oliver McFadden
2007-06-24
1
-1
/
+1
*
|
r300: The vpi, vpp, and vps counts are already initialized; don't do it twice.
Oliver McFadden
2007-06-24
1
-5
/
+0
*
|
r300: Clean up the vertex program state code slightly; still needs lots of work.
Oliver McFadden
2007-06-24
1
-64
/
+51
*
|
r300: Vertex program position end bits are known.
Oliver McFadden
2007-06-24
1
-5
/
+5
*
|
r300: Removed unused vap_param structure.
Oliver McFadden
2007-06-24
1
-1
/
+0
[next]