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
/
r200
/
r200_state.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
radeon/r200: fix color masking under dri2
Dave Airlie
2009-07-14
1
-7
/
+18
*
radeon/r200/r300: port to new space checking code in libdrm
Dave Airlie
2009-07-06
1
-12
/
+12
*
radeon: Remove drawable & readable from radeon_dri_mirror
Nicolai Hähnle
2009-05-24
1
-76
/
+76
*
radeon: glReadBuffer set _NEW_BUFFERS, not _NEW_PIXEL
Jerome Glisse
2009-05-12
1
-1
/
+1
*
Merge commit 'origin/master' into radeon-rewrite
Jerome Glisse
2009-05-10
1
-1
/
+2
|
\
|
*
mesa: in glReadBufer() set _NEW_BUFFERS, not _NEW_PIXEL
Brian Paul
2009-05-01
1
-1
/
+1
|
*
r200/r300/r500: add _NEW_PROGRAM_CONSTANTS flag
Brian Paul
2009-04-22
1
-1
/
+2
*
|
Merge remote branch 'origin/master' into radeon-rewrite
Dave Airlie
2009-04-09
1
-4
/
+4
|
\
|
|
*
mesa: rename some gl_light fields to be clearer
Brian Paul
2009-04-03
1
-4
/
+4
*
|
radeon/r200/r300: fix missing dma buffer validation
Dave Airlie
2009-04-07
1
-0
/
+3
*
|
radeon/r200/r300: fix up the whole buffer space checking.
Dave Airlie
2009-04-02
1
-33
/
+15
*
|
raedon/r200/r300: mega-FBO commits.
Dave Airlie
2009-03-23
1
-10
/
+21
*
|
radeon/r200: add fbo state changes
Dave Airlie
2009-03-21
1
-2
/
+12
*
|
r300: move firevertices out into the main place its needed.
Dave Airlie
2009-03-09
1
-1
/
+0
*
|
radeon: refactor framebuffer code like intel
Dave Airlie
2009-03-03
1
-85
/
+9
*
|
r200: use correct finish interface
Dave Airlie
2009-02-13
1
-1
/
+1
*
|
radeon/r200/r300: make build with out libdrm_radeon installed for now
Dave Airlie
2009-02-12
1
-2
/
+1
*
|
r100/r200: fix front rendering issue.
Dave Airlie
2009-02-12
1
-0
/
+1
*
|
radeon/r200/r300: another big merge upheavel.
Dave Airlie
2009-02-12
1
-24
/
+5
*
|
r200/r300: add aperture space checks
Dave Airlie
2009-01-31
1
-3
/
+68
*
|
r200: clear is working at least - not much else
Dave Airlie
2009-01-20
1
-16
/
+17
*
|
r300: start moving new r300 cmdbuf into common code
Dave Airlie
2009-01-14
1
-2
/
+2
*
|
radeon/r200/r300: attempt to move lock to common code
Dave Airlie
2009-01-14
1
-142
/
+15
*
|
radeon/r200/r300: initial attempt to convert to common context code
Dave Airlie
2009-01-14
1
-41
/
+41
*
|
radeon/r200: move more stuff closer together in context
Dave Airlie
2009-01-14
1
-6
/
+6
*
|
radeon/r200: start splitting out commonalities into separate headers
Dave Airlie
2009-01-13
1
-4
/
+4
|
/
*
mesa: standardize on C99's uint*_t instead of u_int*_t
Keith Whitwell
2008-09-21
1
-1
/
+1
*
mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...
Brian Paul
2008-09-18
1
-7
/
+7
*
Replace gl_framebuffer's _ColorDrawBufferMask with _ColorDrawBufferIndexes
Brian
2008-01-06
1
-12
/
+12
*
Remove ctx->Point._Size and ctx->Line._Width.
Brian
2007-07-21
1
-1
/
+3
*
remove CVS/XFree86 keywords
Christoff Brill
2007-05-17
1
-1
/
+0
*
r200: Simplify r200SetCliprects like radeonSetCliprects in radeon and r300.
Alan Swanson
2007-03-12
1
-16
/
+19
*
r200: Adapt cliprect fixes from r300.
Alan Swanson
2007-03-12
1
-0
/
+2
*
disable r200 materials-between-begin-end check if vertex progs are enabled
Roland Scheidegger
2007-02-03
1
-5
/
+7
*
Merge branch 'master' of git+ssh://
[email protected]
/git/mesa/mesa i...
Keith Whitwell
2007-01-16
1
-8
/
+27
|
\
|
*
Remove use of GetBufferSize (depreciated).
Jerome Glisse
2006-11-15
1
-8
/
+27
*
|
remove vtxfmt code, switch over to vbo
Keith Whitwell
2006-10-31
1
-4
/
+2
|
/
*
fix (per-vertex) fog when using ARB_vp by incorporating fog factor computatio...
Roland Scheidegger
2006-10-24
1
-4
/
+5
*
Remove a bunch of "ctx->Driver.function = _swrast_Function" lines since
Brian Paul
2006-10-15
1
-7
/
+0
*
implement ARB_point_parameters and ARB_point_sprite on r200. The code is near...
Roland Scheidegger
2006-10-13
1
-3
/
+95
*
don't use derived value _ColorLogicOpEnabled as it's not current by the time ...
Roland Scheidegger
2006-09-13
1
-2
/
+2
*
fix GL_REFLECTION_MAP texgen by not using tex matrix negation when lighting i...
Roland Scheidegger
2006-09-13
1
-0
/
+2
*
make sure vertex programs are only enabled on the hw when they are really ena...
Roland Scheidegger
2006-09-01
1
-9
/
+6
*
implement arb_vertex_program in hw for r200. Code contains still some hacks, ...
Roland Scheidegger
2006-06-02
1
-1
/
+78
*
preparation for r200 hw vertex programs. Increase R200_CMD_BUF_SZ to 16k inst...
Roland Scheidegger
2006-05-27
1
-3
/
+3
*
updates to dri drivers for recent stencil changes
Keith Whitwell
2006-05-08
1
-5
/
+5
*
fix missing *_STATECHANGE in *UpdateViewportOffset for radeon, r200 and r300 ...
Roland Scheidegger
2006-03-28
1
-23
/
+28
*
No need to call *_FIREVERTICES twice.
Aapo Tahkola
2006-02-28
1
-1
/
+0
*
do not set format of the incoming vertices needed for fog_coord in the generi...
Roland Scheidegger
2005-10-08
1
-6
/
+1
*
fix problems with some texgen modes by putting the chip into LOCAL_VIEWER mod...
Roland Scheidegger
2005-10-05
1
-7
/
+21
[next]