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_texstate.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa/drivers: use _mesa_get_format_bytes()
Brian Paul
2009-09-27
1
-1
/
+1
*
radeon: oops remove debugging left on in previous patch
Dave Airlie
2009-09-16
1
-2
/
+0
*
radeon: use txformat to decide to emit rect tex state.
Dave Airlie
2009-09-16
1
-4
/
+8
*
r100: Use shared debug code.
Pauli Nieminen
2009-08-31
1
-4
/
+4
*
radeon: set texture in state properly.
Dave Airlie
2009-07-11
1
-2
/
+4
*
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
*
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: fix warnings
Dave Airlie
2009-03-24
1
-7
/
+0
*
radeon/r200/r300: add support for new tfp interface
Dave Airlie
2009-03-22
1
-4
/
+16
*
Merge remote branch 'main/master' into radeon-rewrite
Dave Airlie
2009-03-20
1
-12
/
+12
|
\
|
*
mesa: re-org texgen state
Brian Paul
2009-02-21
1
-12
/
+12
*
|
radeon/r200/r300: cleanup some of the renderbuffer code
Dave Airlie
2009-03-19
1
-1
/
+1
*
|
radeon: remove unused lines
Dave Airlie
2009-03-10
1
-3
/
+0
*
|
radeon: use t->bo to figure out of settexbuffer override is in action
Dave Airlie
2009-03-05
1
-1
/
+1
*
|
radeon: settexbuffer support
Dave Airlie
2009-03-04
1
-0
/
+111
*
|
radeon/r200: drop dirty state from texture object + pp_txoffset
Dave Airlie
2009-02-17
1
-9
/
+4
*
|
radeon: fix not emitting texture state correctly
Dave Airlie
2009-02-17
1
-0
/
+2
*
|
radeon: move YUV on first texunit check after hw state is setup
Dave Airlie
2009-02-17
1
-5
/
+4
*
|
radeon: remove old cube code
Dave Airlie
2009-02-14
1
-12
/
+1
*
|
radeon/r200: fix set tex offset functions
Dave Airlie
2009-02-13
1
-3
/
+1
*
|
r100: remove debug code
Dave Airlie
2009-02-10
1
-3
/
+0
*
|
r100: fix 3D texture fallback
Dave Airlie
2009-02-10
1
-1
/
+5
*
|
radeon: major cleanups removing old dead codepaths.
Dave Airlie
2009-02-10
1
-518
/
+105
*
|
radeon: make more r100 work
Dave Airlie
2009-02-09
1
-8
/
+38
*
|
radeon: make compile again.
Dave Airlie
2009-02-04
1
-10
/
+11
*
|
WIP comit
Dave Airlie
2009-01-29
1
-2
/
+90
*
|
radeon/r200/r300: initial attempt to convert to common context code
Dave Airlie
2009-01-14
1
-20
/
+20
*
|
radeon/r200: start splitting out commonalities into separate headers
Dave Airlie
2009-01-13
1
-1
/
+1
|
/
*
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
-8
/
+8
*
radeon: SetTexOffset support
Chris Rankin
2008-07-14
1
-20
/
+63
*
s/GLuint/int/ to silence warnings
Brian Paul
2006-11-02
1
-2
/
+2
*
fix handling of textures with a base internal format that does not have all f...
Roland Scheidegger
2006-10-15
1
-10
/
+27
*
Always mark tex state atom as dirty when the texture image is dirty, this ens...
Roland Scheidegger
2006-09-13
1
-4
/
+6
*
remove code to deal with non-normalized texture coordinates for tex rect targ...
Roland Scheidegger
2006-09-10
1
-18
/
+28
*
cause a raster fallback if a yuv texture is used on texture unit > 0 as yuv c...
Roland Scheidegger
2006-09-10
1
-0
/
+3
*
fix broken assertion to make radeon driver compile with -DDEBUG...
Roland Scheidegger
2006-01-30
1
-1
/
+1
*
enable cube maps on radeon (#2241 on bugzilla). No vtxfmt code yet (just gene...
Roland Scheidegger
2005-10-15
1
-5
/
+115
*
enable 3rd texture unit on radeon (default still 2 enabled units). Disable so...
Roland Scheidegger
2005-10-13
1
-22
/
+6
*
make sure texture matrix is updated often enough with texture rectangles
Roland Scheidegger
2005-10-13
1
-0
/
+2
*
Remove the tcl fallback for texture rectangle (by manipulating the texture ma...
Roland Scheidegger
2005-10-05
1
-37
/
+76
*
In gl_texture_image replace IntFormat with InternalFormat and Format with
Brian Paul
2005-10-05
1
-1
/
+1
*
remove identity check for texgen planes (which was just plain wrong).
Roland Scheidegger
2005-09-26
1
-16
/
+12
*
Explain the reason for TCL fallback when GL_SPHERE_MAP happens with
Eric Anholt
2005-06-26
1
-1
/
+2
*
Put some fallback debugging output under DEBUG_FALLBACKS.
Eric Anholt
2005-05-28
1
-2
/
+4
*
add texture micro and macro tiling to radeon/r200 driver. This can improve pe...
Roland Scheidegger
2005-02-10
1
-14
/
+56
*
Add Roland Scheidegger's S3TC patch. This patch does not implement the
Eric Anholt
2004-10-07
1
-2
/
+29
*
revert accidental change from rev. 1.10
Roland Scheidegger
2004-06-23
1
-1
/
+1
[next]