index
:
Mesa
glamo
glamo-old
My Mesa repository
Thomas White
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
r200
/
r200_state.c
Age
Commit message (
Expand
)
Author
2009-04-09
Merge remote branch 'origin/master' into radeon-rewrite
Dave Airlie
2009-04-07
radeon/r200/r300: fix missing dma buffer validation
Dave Airlie
2009-04-03
mesa: rename some gl_light fields to be clearer
Brian Paul
2009-04-02
radeon/r200/r300: fix up the whole buffer space checking.
Dave Airlie
2009-03-23
raedon/r200/r300: mega-FBO commits.
Dave Airlie
2009-03-21
radeon/r200: add fbo state changes
Dave Airlie
2009-03-09
r300: move firevertices out into the main place its needed.
Dave Airlie
2009-03-03
radeon: refactor framebuffer code like intel
Dave Airlie
2009-02-13
r200: use correct finish interface
Dave Airlie
2009-02-12
radeon/r200/r300: make build with out libdrm_radeon installed for now
Dave Airlie
2009-02-12
r100/r200: fix front rendering issue.
Dave Airlie
2009-02-12
radeon/r200/r300: another big merge upheavel.
Dave Airlie
2009-01-31
r200/r300: add aperture space checks
Dave Airlie
2009-01-20
r200: clear is working at least - not much else
Dave Airlie
2009-01-14
r300: start moving new r300 cmdbuf into common code
Dave Airlie
2009-01-14
radeon/r200/r300: attempt to move lock to common code
Dave Airlie
2009-01-14
radeon/r200/r300: initial attempt to convert to common context code
Dave Airlie
2009-01-14
radeon/r200: move more stuff closer together in context
Dave Airlie
2009-01-13
radeon/r200: start splitting out commonalities into separate headers
Dave Airlie
2008-09-21
mesa: standardize on C99's uint*_t instead of u_int*_t
Keith Whitwell
2008-09-18
mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...
Brian Paul
2008-01-06
Replace gl_framebuffer's _ColorDrawBufferMask with _ColorDrawBufferIndexes
Brian
2007-07-21
Remove ctx->Point._Size and ctx->Line._Width.
Brian
2007-05-17
remove CVS/XFree86 keywords
Christoff Brill
2007-03-12
r200: Simplify r200SetCliprects like radeonSetCliprects in radeon and r300.
Alan Swanson
2007-03-12
r200: Adapt cliprect fixes from r300.
Alan Swanson
2007-02-03
disable r200 materials-between-begin-end check if vertex progs are enabled
Roland Scheidegger
2007-01-16
Merge branch 'master' of git+ssh://keithw@git.freedesktop.org/git/mesa/mesa i...
Keith Whitwell
2006-11-15
Remove use of GetBufferSize (depreciated).
Jerome Glisse
2006-10-31
remove vtxfmt code, switch over to vbo
Keith Whitwell
2006-10-24
fix (per-vertex) fog when using ARB_vp by incorporating fog factor computatio...
Roland Scheidegger
2006-10-15
Remove a bunch of "ctx->Driver.function = _swrast_Function" lines since
Brian Paul
2006-10-13
implement ARB_point_parameters and ARB_point_sprite on r200. The code is near...
Roland Scheidegger
2006-09-13
don't use derived value _ColorLogicOpEnabled as it's not current by the time ...
Roland Scheidegger
2006-09-13
fix GL_REFLECTION_MAP texgen by not using tex matrix negation when lighting i...
Roland Scheidegger
2006-09-01
make sure vertex programs are only enabled on the hw when they are really ena...
Roland Scheidegger
2006-06-02
implement arb_vertex_program in hw for r200. Code contains still some hacks, ...
Roland Scheidegger
2006-05-27
preparation for r200 hw vertex programs. Increase R200_CMD_BUF_SZ to 16k inst...
Roland Scheidegger
2006-05-08
updates to dri drivers for recent stencil changes
Keith Whitwell
2006-03-28
fix missing *_STATECHANGE in *UpdateViewportOffset for radeon, r200 and r300 ...
Roland Scheidegger
2006-02-28
No need to call *_FIREVERTICES twice.
Aapo Tahkola
2005-10-08
do not set format of the incoming vertices needed for fog_coord in the generi...
Roland Scheidegger
2005-10-05
fix problems with some texgen modes by putting the chip into LOCAL_VIEWER mod...
Roland Scheidegger
2005-10-05
enable point sizes larger than 1 (for aliased points only) by using the hw po...
Roland Scheidegger
2005-09-14
Instead of calling _mesa_ResizeBuffersMESA() in the Viewport function,
Brian Paul
2005-09-13
Replace ctx->Driver.StencilOp/Func/Mask() functions with
Brian Paul
2005-09-12
add complete support for ATI_fragment_shader for the r200. Most of the new co...
Roland Scheidegger
2005-09-09
Fix wrong fallback bit being set by the tcl fallback caused by ARB_vertex_pro...
Roland Scheidegger
2005-09-03
remove dead code
Brian Paul
2005-09-01
Finish up some of the gl_renderbuffer work.
Brian Paul
[next]