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_tex.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
radeon/r200: make radeon_context subclass of gl_context
Brian Paul
2012-10-05
1
-1
/
+1
*
radeon&r200: Add support for ARB_sampler_objects
Pauli Nieminen
2012-08-01
1
-16
/
+22
*
radeon: fix tex1d-border2d
Dave Airlie
2011-11-10
1
-31
/
+33
*
radeon: remove unnecessary #includes of texstore.h
Brian Paul
2011-10-23
1
-1
/
+0
*
radeon: use _mesa_unclamped_float_rgba_to_ubyte()
Brian Paul
2011-09-20
1
-1
/
+1
*
radeon: Refactor the common texture hook setup to common code.
Eric Anholt
2011-08-29
1
-27
/
+1
*
mesa: Rename FreeTexImageData to FreeTextureImageBuffer.
Eric Anholt
2011-08-29
1
-1
/
+1
*
radeon: remove radeonCopyTexImage2D()
Brian Paul
2011-07-19
1
-1
/
+0
*
mesa: move sampler state into new gl_sampler_object type
Brian Paul
2011-04-10
1
-9
/
+9
*
radeon: Include mfeatures.h in files that perform feature tests.
Vinson Lee
2011-01-09
1
-0
/
+1
*
radeon: Implement GL_OES_EGL_image
Johann Rudloff
2010-11-08
1
-0
/
+4
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
1
-5
/
+5
*
radeon: Remove unnecessary headers.
Vinson Lee
2010-01-30
1
-2
/
+0
*
r100: use common glCopyTex(Sub)Image code
Maciej Cencora
2010-01-19
1
-1
/
+6
*
mesa: make texture BorderColor a union of float/int/uint
Brian Paul
2010-01-04
1
-2
/
+2
*
radeon: align for mipmap tree changes
Maciej Cencora
2009-11-17
1
-15
/
+3
*
drivers: don't include texformat.h
Brian Paul
2009-10-05
1
-1
/
+0
*
r100: Use shared debug code.
Pauli Nieminen
2009-08-31
1
-7
/
+4
*
Merge remote branch 'origin/master' into radeon-rewrite
Dave Airlie
2009-04-09
1
-3
/
+8
|
\
|
*
dri: use BorderColor instead of _BorderChan
Brian Paul
2009-04-01
1
-3
/
+8
*
|
radeon: go back and repick texture formats.
Dave Airlie
2009-04-01
1
-1
/
+1
*
|
radeon/r200: drop dirty state from texture object + pp_txoffset
Dave Airlie
2009-02-17
1
-4
/
+0
*
|
radeon-common: Fix crash in glGetTexImage
Nicolai Haehnle
2009-02-14
1
-0
/
+2
*
|
radeon/r200/r300: another big merge upheavel.
Dave Airlie
2009-02-12
1
-1
/
+1
*
|
r100: fix 3D texture fallback
Dave Airlie
2009-02-10
1
-2
/
+8
*
|
radeon: major cleanups removing old dead codepaths.
Dave Airlie
2009-02-10
1
-1
/
+9
*
|
radeon: make more r100 work
Dave Airlie
2009-02-09
1
-1
/
+1
*
|
radeon: make compile again.
Dave Airlie
2009-02-04
1
-1
/
+2
*
|
radeon: remove even more common code
Dave Airlie
2009-01-29
1
-451
/
+34
*
|
radeon/r200/r300: initial attempt to convert to common context code
Dave Airlie
2009-01-14
1
-9
/
+9
*
|
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
-12
/
+11
*
always use argb8888 instead of rgba8888, this is far more likely to hit a fas...
Roland Scheidegger
2006-09-13
1
-4
/
+4
*
enable cube maps on radeon (#2241 on bugzilla). No vtxfmt code yet (just gene...
Roland Scheidegger
2005-10-15
1
-2
/
+19
*
Add Roland Scheidegger's S3TC patch. This patch does not implement the
Eric Anholt
2004-10-07
1
-0
/
+106
*
Big-endian texture fixes from Michel Dänzer.
Brian Paul
2004-06-19
1
-17
/
+19
*
use I8 internal format for GL_INTENSITY, GL_ALPHA and GL_LUMINANCE texture fo...
Roland Scheidegger
2004-06-17
1
-2
/
+2
*
bring over build fixes from stable branch
Alan Hourihane
2004-04-26
1
-3
/
+3
*
remove bogus check of texture target in RadeonTexParameter
Roland Scheidegger
2004-02-06
1
-4
/
+0
*
remove bogus assertion in DeleteTexture() function
Brian Paul
2004-01-26
1
-1
/
+0
*
Make the drivers using the common texmem code work with NewTextureObject
Felix Kuehling
2004-01-26
1
-5
/
+4
*
Undo some bits from last check-in related to the ctx->Driver.NewTextureObject
Brian Paul
2004-01-20
1
-13
/
+4
*
Before calling _mesa_create_context(), initialize a dd_function_table struct
Brian Paul
2004-01-20
1
-51
/
+41
*
Added support for EXT_texture_mirror_clamp.
Ian Romanick
2004-01-13
1
-4
/
+12
*
call _mesa_delete_texture_object() from in the driver's DeleteTexture function
Brian Paul
2004-01-11
1
-0
/
+3
*
Added def_max_anisotropy and no_neg_lod_bias options to radeon and r200.
Felix Kuehling
2004-01-05
1
-2
/
+24
*
xmlconfig fixes
Alan Hourihane
2003-12-05
1
-16
/
+33
*
patch to import Jon Smirl's work from Bitkeeper
Brian Paul
2003-08-22
1
-0
/
+733