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_tex.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: separate legacy stuff from gl_texture_unit into gl_fixedfunc_texture_unit
Marek Olšák
2018-02-13
1
-1
/
+2
*
xmlconfig: move into src/util
Nicolai Hähnle
2017-07-31
1
-1
/
+1
*
r200: remove unneeded #include "util/simple_list.h"
Brian Paul
2016-11-20
1
-1
/
+0
*
mesa: remove 'params' parameter from ctx->Driver.TexParameter()
Brian Paul
2016-10-13
1
-3
/
+3
*
radeon/r200: remove unneeded #include of colormac.h
Mark Janes
2015-10-06
1
-1
/
+0
*
mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string().
Kenneth Graunke
2015-07-20
1
-9
/
+9
*
radeon: replace __FUNCTION__ with __func__
Marius Predut
2015-04-21
1
-7
/
+7
*
mesa: Move simple_list.h to src/util.
Eric Anholt
2015-01-28
1
-1
/
+1
*
radeon: Drop the remaining driver usage of _ReallyEnabled.
Eric Anholt
2014-04-30
1
-1
/
+1
*
mesa: remove target param from ctx->Driver.TexParameter()
Brian Paul
2014-02-02
1
-3
/
+2
*
s/Tungsten Graphics/VMware/
José Fonseca
2014-01-17
1
-1
/
+1
*
mesa: default DEPTH_TEXTURE_MODE should be RED in the core profile
Marek Olšák
2013-07-30
1
-1
/
+1
*
mesa: remove #include "mfeatures.h" from numerous source files
Brian Paul
2013-04-17
1
-1
/
+0
*
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
-11
/
+22
*
r200: Don't use driIsTextureResident helper
Kristian Høgsberg
2011-11-02
1
-1
/
+0
*
radeon: remove unnecessary #includes of texstore.h
Brian Paul
2011-10-23
1
-1
/
+0
*
r200: 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
-38
/
+3
*
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
*
r200: 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
*
r200: Fix lod bias correction.
Pauli Nieminen
2010-02-07
1
-3
/
+4
*
r200: Add some debug output to texture function.
Pauli Nieminen
2010-02-06
1
-15
/
+30
*
r200: Remove unnecessary headers.
Vinson Lee
2010-01-30
1
-2
/
+0
*
r200: 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
*
r200: align for mipmap tree changes
Maciej Cencora
2009-11-17
1
-16
/
+5
*
drivers: don't include texformat.h
Brian Paul
2009-10-05
1
-1
/
+0
*
r200: Convert r200 to use new style debug code.
Pauli Nieminen
2009-08-31
1
-4
/
+4
*
Merge remote branch 'origin/master' into radeon-rewrite
Dave Airlie
2009-04-09
1
-7
/
+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
*
|
r200: invalidate texture paths in some more places
Dave Airlie
2009-02-10
1
-3
/
+8
*
|
r200: move to new mipmap interface
Dave Airlie
2009-02-04
1
-1
/
+1
*
|
r200/r300: port r200 texture handling to common code
Dave Airlie
2009-01-22
1
-753
/
+66
*
|
radeon/r200/r300: initial attempt to convert to common context code
Dave Airlie
2009-01-14
1
-4
/
+4
*
|
radeon/r200: start splitting out commonalities into separate headers
Dave Airlie
2009-01-13
1
-11
/
+11
|
/
*
mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...
Brian Paul
2008-09-18
1
-11
/
+12
*
r200: Do not set second coordinate clamping for 1D textures
Nicolai Haehnle
2008-07-26
1
-31
/
+33
*
change max anisotropy test
Christoff Brill
2007-05-17
1
-1
/
+1
*
use R200_DEBUG for debug output
Christoff Brill
2007-05-17
1
-2
/
+2
*
remove CVS/XFree86 keywords
Christoff Brill
2007-05-17
1
-1
/
+0
*
fix handling of textures with a base internal format that does not have all f...
Roland Scheidegger
2006-10-15
1
-1
/
+3
[next]