index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
r200
/
r200_context.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
radeon/r200: remove unneeded #include of colormac.h
Mark Janes
2015-10-06
1
-1
/
+0
*
radeon,r200: remove unused variable texmicrotile
Emil Velikov
2015-07-22
1
-1
/
+0
*
r200: fix some potential big endian issues
Roland Scheidegger
2015-07-16
1
-4
/
+0
*
s/Tungsten Graphics/VMware/
José Fonseca
2014-01-17
1
-1
/
+1
*
mesa/dri: Add basic plumbing for GLX_ARB_robustness reset notification strategy
Ian Romanick
2013-11-07
1
-0
/
+1
*
radeon/r200: remove use of gl_context::DriverCtx field
Brian Paul
2012-10-05
1
-1
/
+6
*
r200: get rid of dubious aux scissor bits
Roland Scheidegger
2012-08-01
1
-20
/
+15
*
dri2: Add plumbing to get context version requirements and flags to drivers
Ian Romanick
2012-01-02
1
-0
/
+4
*
dri: Remove unused dri texmem.c
Kristian Høgsberg
2011-11-02
1
-1
/
+0
*
radeon: Drop dri2 checks now that it's always true.
Eric Anholt
2011-10-28
1
-2
/
+0
*
radeon: Refactor the common texture hook setup to common code.
Eric Anholt
2011-08-29
1
-2
/
+0
*
Rename GLvisual and __GLcontextModes to struct gl_config
Kristian Høgsberg
2010-10-13
1
-1
/
+1
*
dri: Add DRI entrypoints to create a context for a given API
Kristian Høgsberg
2010-04-28
1
-1
/
+2
*
r200: add blit support
Alex Deucher
2010-01-18
1
-0
/
+2
*
Remove leftover __DRI{screen,drawable,context}Private references
Kristian Høgsberg
2010-01-04
1
-6
/
+6
*
radeon: fix r100/r200 polygon stipple under kms
Dave Airlie
2009-09-01
1
-0
/
+6
*
r100/r200: Bring back old PolygonStripple for DRI1.
Pauli Nieminen
2009-08-28
1
-1
/
+0
*
radeon/r200: OQ support for r200 in theory.
Dave Airlie
2009-08-26
1
-0
/
+3
*
r200: Add scissor to state atom list.
Pauli Nieminen
2009-08-26
1
-0
/
+10
*
r200: Remove unnecessery Elts from r200 context.
Pauli Nieminen
2009-08-21
1
-2
/
+0
*
radeon/r200/r300: collapse context destruction down to a common path.
Dave Airlie
2009-04-02
1
-6
/
+0
*
raedon/r200/r300: mega-FBO commits.
Dave Airlie
2009-03-23
1
-15
/
+0
*
r200: enable hw clears
Dave Airlie
2009-03-10
1
-0
/
+15
*
r200/r300: get up to speed on renamed files
Dave Airlie
2009-02-12
1
-4
/
+3
*
radeon/r200/r300: another big merge upheavel.
Dave Airlie
2009-02-12
1
-13
/
+1
*
r200: cleanup some bits that aren't used
Dave Airlie
2009-02-09
1
-2
/
+0
*
r200/r300: swtcl fixups to use old dma buffers on top of BOs
Dave Airlie
2009-01-31
1
-30
/
+0
*
r200: bring back single dma flush
Dave Airlie
2009-01-29
1
-3
/
+0
*
radeon/r200/r300: bring back old style DMA buffer on top of BOs.
Dave Airlie
2009-01-29
1
-4
/
+0
*
r200: fix up swtcl/tcl flushes
Dave Airlie
2009-01-22
1
-2
/
+2
*
r200: emit elts into a separate ELT bo
Dave Airlie
2009-01-23
1
-1
/
+6
*
r200: remove indexed verts
Dave Airlie
2009-01-22
1
-2
/
+0
*
r200: clear is working at least - not much else
Dave Airlie
2009-01-20
1
-3
/
+5
*
radeon/r200/r300: consolidate swap buffers
Dave Airlie
2009-01-14
1
-9
/
+1
*
radeon/r200/r300: attempt to move lock to common code
Dave Airlie
2009-01-14
1
-4
/
+1
*
radeon/r200/r300: initial attempt to convert to common context code
Dave Airlie
2009-01-14
1
-70
/
+7
*
radeon/r200: move more stuff closer together in context
Dave Airlie
2009-01-14
1
-12
/
+4
*
radeon/r200: move state atom to common header
Dave Airlie
2009-01-14
1
-80
/
+38
*
radeon/r200: start splitting out commonalities into separate headers
Dave Airlie
2009-01-13
1
-189
/
+22
*
mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...
Brian Paul
2008-09-18
1
-4
/
+4
*
replace __inline and __inline__ with INLINE macro
Brian Paul
2008-06-21
1
-1
/
+1
*
Refactor and fix core vblank support
Jesse Barnes
2007-10-29
1
-4
/
+1
*
r200: Implement SetTexOffset hook.
Chris Rankin
2007-09-29
1
-0
/
+1
*
remove CVS/XFree86 keywords
Christoff Brill
2007-05-17
1
-1
/
+0
*
r200: simplify / unify input map handling for vp and fftnl
Roland Scheidegger
2007-02-09
1
-10
/
+2
*
remove now unused vtxfmt stuff from radeon/r200 header files
Roland Scheidegger
2007-02-03
1
-124
/
+0
*
submit vertex weights to make World of Warcraft maybe happy (bug 8250)
Roland Scheidegger
2006-12-14
1
-0
/
+1
*
fix mixed conventional / generic vertex arrays which caused a wrong array ord...
Roland Scheidegger
2006-11-30
1
-0
/
+2
*
Remove use of GetBufferSize (depreciated).
Jerome Glisse
2006-11-15
1
-0
/
+1
*
enable generic arrays for r200 hw vertex programs by assigning unused color a...
Roland Scheidegger
2006-11-03
1
-2
/
+3
[next]