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_texstate.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
r200: emit cube for kms correctly + fix tex emit reset
Dave Airlie
2009-09-01
1
-0
/
+2
*
r200: Convert r200 to use new style debug code.
Pauli Nieminen
2009-08-31
1
-5
/
+5
*
radeon/r200/r300: drop radeon renderbuffer private width/height
Dave Airlie
2009-07-02
1
-3
/
+3
*
R1xx/r2xx: Don't use an alpha texture format for GLX_TEXTURE_FORMAT_RGB_EXT
Alex Deucher
2009-05-13
1
-1
/
+4
*
r300: remove unused debugging in set tex buffer paths
Dave Airlie
2009-04-28
1
-1
/
+0
*
r200: fix texture level for compiz case
Jerome Glisse
2009-04-12
1
-2
/
+2
*
radeon: go back and repick texture formats.
Dave Airlie
2009-04-01
1
-1
/
+1
*
radeon/r200/r300: set correct row stride for rbs
Dave Airlie
2009-03-26
1
-0
/
+1
*
radeon/r200/r300: add support for new tfp interface
Dave Airlie
2009-03-22
1
-3
/
+16
*
Merge remote branch 'main/master' into radeon-rewrite
Dave Airlie
2009-03-20
1
-19
/
+23
|
\
|
*
mesa: re-org texgen state
Brian Paul
2009-02-21
1
-19
/
+23
*
|
radeon/r200/r300: cleanup some of the renderbuffer code
Dave Airlie
2009-03-19
1
-1
/
+1
*
|
radeon: use t->bo to figure out of settexbuffer override is in action
Dave Airlie
2009-03-05
1
-0
/
+4
*
|
r200: add set tex buffer support
Dave Airlie
2009-03-06
1
-0
/
+104
*
|
radeon/r200: drop dirty state from texture object + pp_txoffset
Dave Airlie
2009-02-17
1
-20
/
+3
*
|
r200: align with r100 code
Dave Airlie
2009-02-17
1
-3
/
+2
*
|
radeon/r200: fix set tex offset functions
Dave Airlie
2009-02-13
1
-3
/
+1
*
|
r200: update with changes from r100 driver for texture state
Dave Airlie
2009-02-13
1
-2
/
+44
*
|
r200/r300: get up to speed on renamed files
Dave Airlie
2009-02-12
1
-2
/
+2
*
|
r200r300: start merging span code
Dave Airlie
2009-01-22
1
-253
/
+0
*
|
radeon: fix 1D textures
Dave Airlie
2009-01-22
1
-1
/
+2
*
|
r200: fix cubemaps
Dave Airlie
2009-01-22
1
-9
/
+0
*
|
r200/r300: port r200 texture handling to common code
Dave Airlie
2009-01-22
1
-253
/
+137
*
|
radeon/r200/r300: initial attempt to convert to common context code
Dave Airlie
2009-01-14
1
-10
/
+10
*
|
radeon/r200: move more stuff closer together in context
Dave Airlie
2009-01-14
1
-3
/
+3
*
|
radeon/r200: start splitting out commonalities into separate headers
Dave Airlie
2009-01-13
1
-14
/
+14
|
/
*
mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...
Brian Paul
2008-09-18
1
-7
/
+7
*
r200: fix state submission issue causing bogus textures (bug 15730)
Ove Kaaven
2008-04-29
1
-0
/
+6
*
DRI interface changes and DRI2 direct rendering support.
Kristian Høgsberg
2008-03-31
1
-3
/
+1
*
r200: Fix texture format regression on big endian systems.
Michel Dänzer
2007-11-28
1
-3
/
+6
*
r200: Fix SetTexOffset format for 16 bit pixmaps/textures.
Michel Dänzer
2007-11-06
1
-6
/
+6
*
r200: Implement SetTexOffset hook.
Chris Rankin
2007-09-29
1
-29
/
+65
*
remove CVS/XFree86 keywords
Christoff Brill
2007-05-17
1
-1
/
+0
*
casting, type changes to silence warnings
Brian Paul
2006-11-02
1
-2
/
+2
*
try to use a 8888 texture format which will result in only a memcopy in mesa'...
Roland Scheidegger
2006-09-20
1
-5
/
+45
*
fix mixed texgen/non-texgen with texgen modes requiring plane parameters (GL_...
Roland Scheidegger
2006-09-20
1
-4
/
+89
*
Always mark tex state atom as dirty when the texture image is dirty, this ens...
Roland Scheidegger
2006-09-13
1
-4
/
+7
*
fix GL_REFLECTION_MAP texgen by not using tex matrix negation when lighting i...
Roland Scheidegger
2006-09-13
1
-5
/
+7
*
First step of Radeon DRI unification:
Eric Anholt
2005-11-02
1
-1
/
+1
*
add complete support for ATI_fragment_shader for the r200. Most of the new co...
Roland Scheidegger
2005-09-12
1
-35
/
+80
*
enable GL_ARB_texture_env_crossbar on r200, separate the enable bits for text...
Roland Scheidegger
2005-08-31
1
-69
/
+341
*
Bugzilla #2708: Disable the fallback on GL_SPHERE_MAP. It appears to hurt more
Eric Anholt
2005-05-31
1
-2
/
+1
*
add texture micro and macro tiling to radeon/r200 driver. This can improve pe...
Roland Scheidegger
2005-02-10
1
-20
/
+53
*
Fix compile errors when DEBUG is defined.
Ian Romanick
2004-10-18
1
-2
/
+2
*
Add code to support projective texturing and fix mixed enabling of texture
Eric Anholt
2004-10-16
1
-104
/
+135
*
Always turn on the TAM_DEBUG3=0x6 workaround on real r200s. It appears that
Eric Anholt
2004-10-16
1
-2
/
+8
*
This statechange is vtx state, not tcl.
Eric Anholt
2004-10-09
1
-1
/
+1
*
Add Roland Scheidegger's S3TC patch. This patch does not implement the
Eric Anholt
2004-10-07
1
-2
/
+29
*
-O -Wall warnings cleanups in r200.
Eric Anholt
2004-09-24
1
-1
/
+0
*
Big-endian texture fixes from Michel Dänzer.
Brian Paul
2004-06-19
1
-0
/
+10
[next]