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
/
radeon
/
radeon_tcl.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
dri/radeon: use ARRAY_SIZE macro
Eric Engestrom
2017-09-14
1
-1
/
+3
*
mesa: Remove unused HAVE_TRI_STRIP_1 defines
Ian Romanick
2015-09-23
1
-1
/
+0
*
radeon: replace __FUNCTION__ with __func__
Marius Predut
2015-04-21
1
-2
/
+2
*
mesa: Replace use of _ReallyEnabled as a boolean with use of _Current.
Eric Anholt
2014-04-30
1
-1
/
+1
*
s/Tungsten Graphics/VMware/
José Fonseca
2014-01-17
1
-2
/
+2
*
mesa: remove DD_SEPARATE_SPECULAR flag
Brian Paul
2013-04-17
1
-1
/
+2
*
radeon/r200: make radeon_context subclass of gl_context
Brian Paul
2012-10-05
1
-3
/
+3
*
radeon: remove use of DD_FLATSHADE
Brian Paul
2012-03-12
1
-1
/
+1
*
mesa: Push the shine table into the tnl module.
Mathias Fröhlich
2012-02-29
1
-2
/
+2
*
radeon: build fix after 9d9111108eadd65708899284b1cfa9ca425f3ac8
Alex Deucher
2012-02-10
1
-1
/
+1
*
radeon: share common fog code between radeon and r200
Alex Deucher
2012-01-17
1
-83
/
+0
*
radeon: move declarations before code
Brian Paul
2012-01-02
1
-3
/
+4
*
Build fix for -Werror=int-to-pointer-cast -Werror=pointer-to-int-cast
Jeremy Huddleston
2011-11-01
1
-2
/
+2
*
r100: revalidate after radeon_update_renderbuffers
Alex Deucher
2010-10-27
1
-0
/
+2
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
1
-10
/
+10
*
radeon: Add DRI2 flush extension support, so we synchronize properly.
Mario Kleiner
2010-08-02
1
-0
/
+2
*
Revert "radeon: Add DRI2 flush extension to so we synchronize properly."
Jerome Glisse
2010-08-02
1
-2
/
+0
*
radeon: Add DRI2 flush extension to so we synchronize properly.
Mario Kleiner
2010-08-02
1
-0
/
+2
*
radeon: Remove unnecessary headers.
Vinson Lee
2010-01-30
1
-1
/
+0
*
radeon: fix prediction for r100 inline vert/elt emits.
Dave Airlie
2010-01-11
1
-0
/
+1
*
r100: Use shared debug code.
Pauli Nieminen
2009-08-31
1
-3
/
+3
*
radeon/r200/r300/r600: Warn if we emit more than prediction was.
Pauli Nieminen
2009-08-25
1
-5
/
+16
*
radeon: Improve state emit code.
Pauli Nieminen
2009-08-21
1
-1
/
+1
*
radeon: Port flush preventation code from r200 to r100.
Pauli Nieminen
2009-08-21
1
-7
/
+65
*
radeon/r200/r300: collapse context destruction down to a common path.
Dave Airlie
2009-04-02
1
-4
/
+4
*
radeon: renaming and headers cleanup
Dave Airlie
2009-02-12
1
-1
/
+1
*
radeon/r200/r300: another big merge upheavel.
Dave Airlie
2009-02-12
1
-4
/
+4
*
r100: fix 3D texture fallback
Dave Airlie
2009-02-10
1
-1
/
+1
*
radeon: major cleanups removing old dead codepaths.
Dave Airlie
2009-02-10
1
-14
/
+0
*
radeon: make more r100 work
Dave Airlie
2009-02-09
1
-13
/
+25
*
radeon: make compile again.
Dave Airlie
2009-02-04
1
-11
/
+13
*
WIP comit
Dave Airlie
2009-01-29
1
-4
/
+3
*
radeon/r200/r300: initial attempt to convert to common context code
Dave Airlie
2009-01-14
1
-14
/
+14
*
Remove CVS keywords.
Keith Whitwell
2008-09-21
1
-1
/
+0
*
mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...
Brian Paul
2008-09-18
1
-5
/
+5
*
fix GL_LINE_LOOP with drivers using own render pipeline stage (#12410, #13527)
Roland Scheidegger
2007-12-22
1
-1
/
+1
*
remove vtxfmt code, switch over to vbo
Keith Whitwell
2006-10-31
1
-1
/
+1
*
remove code to deal with non-normalized texture coordinates for tex rect targ...
Roland Scheidegger
2006-09-10
1
-2
/
+6
*
Bug #4901: Correct secondary color emission when lighting is turned off, tested
Eric Anholt
2005-10-29
1
-3
/
+4
*
add GL_EXT_fog_coord support to radeon driver. No vtxfmt code (just uses fall...
Roland Scheidegger
2005-10-17
1
-2
/
+85
*
Remove the tcl fallback for texture rectangle (by manipulating the texture ma...
Roland Scheidegger
2005-10-05
1
-4
/
+2
*
remove duplicate "User disable" string
Brian Paul
2005-07-15
1
-1
/
+0
*
added a few more fallbackStrings (Andreas Stenglein)
Brian Paul
2005-07-14
1
-1
/
+5
*
Apply r200 tcl fix to radeon - compiles but untested.
Keith Whitwell
2005-05-16
1
-1
/
+25
*
First pass at updating these drivers with pipeline_stage struct changes.
Keith Whitwell
2005-04-22
1
-77
/
+6
*
s/0/NULL/ (Jeff Muizelaar)
Brian Paul
2005-02-16
1
-2
/
+2
*
uint*t -> u_int*t changes
Alan Hourihane
2004-12-14
1
-1
/
+1
*
silence warnings
Alan Hourihane
2004-12-02
1
-4
/
+9
*
brown paper bag, r100 can't do hardware quads.
Adam Jackson
2004-11-12
1
-1
/
+1
*
make render_quads_verts call EMIT_PRIM with the arguments in the right order,
Adam Jackson
2004-11-12
1
-1
/
+1
[next]