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
/
r200
/
r200_state_init.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: Drop _EnabledUnits.
Eric Anholt
2014-04-30
1
-2
/
+2
*
mesa: Change many Type P MESA_FORMATs to meet naming spec
Mark Mueller
2014-01-27
1
-3
/
+3
*
radeon / r200: Eliminate BEGIN_BATCH_NO_AUTOSTATE
Ian Romanick
2014-01-23
1
-9
/
+9
*
s/Tungsten Graphics/VMware/
José Fonseca
2014-01-17
1
-1
/
+1
*
r200: fix broken tcl lighting
smoki
2012-12-10
1
-10
/
+10
*
radeon/r200: make radeon_context subclass of gl_context
Brian Paul
2012-10-05
1
-1
/
+1
*
mesa: s/CALLOC/calloc/
Brian Paul
2012-09-01
1
-2
/
+2
*
r200: get rid of dubious aux scissor bits
Roland Scheidegger
2012-08-01
1
-4
/
+0
*
radeon/r200: remove ClearColor driver functions
Brian Paul
2012-03-12
1
-2
/
+0
*
radeon/r200: remove ClearDepth() and ClearStencil() driver hooks
Brian Paul
2012-03-12
1
-12
/
+0
*
radeon: derive radeon_renderbuffer from swrast_renderbuffer
Brian Paul
2012-01-24
1
-1
/
+1
*
r200: fix cb microtile setup
Dave Airlie
2011-12-06
1
-0
/
+3
*
radeon/r200: drop remains of r300/r600 support along with old drm 1.x kernel
Dave Airlie
2011-10-30
1
-122
/
+55
*
r200: Drop the non-kernel-memory-manager and DRI1 code.
Eric Anholt
2011-10-28
1
-311
/
+65
*
radeon/r200: fix fbo-clearmipmap + gen-teximage
Dave Airlie
2011-01-19
1
-1
/
+1
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
1
-26
/
+26
*
r200: Fix UMS notto emit stp.
Pauli Nieminen
2010-02-09
1
-1
/
+4
*
r200: Fix lod bias correction.
Pauli Nieminen
2010-02-07
1
-1
/
+1
*
r200: Optimize polygon stipple emit.
Pauli Nieminen
2010-02-05
1
-1
/
+10
*
r200: Remove unnecessary headers.
Vinson Lee
2010-01-30
1
-4
/
+0
*
r200: fix CS section size mismatch
Roland Scheidegger
2010-01-21
1
-1
/
+2
*
Merge commit 'mesa_7_6_branch' into mesa_7_7_branch
Jakob Bornecrantz
2009-12-02
1
-9
/
+6
|
\
|
*
r200: fix polygon stipple
Alex Deucher
2009-12-03
1
-9
/
+6
*
|
r200: align for mipmap tree changes
Maciej Cencora
2009-11-17
1
-1
/
+1
*
|
mesa: remove a bunch of gl_renderbuffer fields
Brian Paul
2009-10-08
1
-4
/
+6
|
/
*
radeon: fix r100/r200 polygon stipple under kms
Dave Airlie
2009-09-01
1
-0
/
+9
*
r200: emit cube for kms correctly + fix tex emit reset
Dave Airlie
2009-09-01
1
-2
/
+2
*
radeon/r200: OQ support for r200 in theory.
Dave Airlie
2009-08-26
1
-0
/
+7
*
r200: Add scissor to state atom list.
Pauli Nieminen
2009-08-26
1
-2
/
+22
*
r200: Fix atom->check call to return emit size for atom.
Pauli Nieminen
2009-08-21
1
-158
/
+301
*
r200: emit colorpitch
Dave Airlie
2009-08-05
1
-2
/
+2
*
r200: fix off-by-one errors causing 6th texture unit to not work
Roland Scheidegger
2009-08-05
1
-2
/
+2
*
r200: fix compiler warning (unused var)
Roland Scheidegger
2009-08-05
1
-2
/
+0
*
radeon: Differentiate 16 bpp destination formats.
Michel Dänzer
2009-07-14
1
-1
/
+10
*
r200: only emit unitneeded textures
Dave Airlie
2009-06-26
1
-0
/
+2
*
r200: fix cube maps for non-mm path
Roland Scheidegger
2009-06-19
1
-1
/
+28
*
r200: fix multitexturing in dri2 path
Jerome Glisse
2009-05-25
1
-1
/
+1
*
r200: fix indexed draw color order and cs missmatch
Jerome Glisse
2009-05-20
1
-2
/
+4
*
r200: fix cubic emission.
Dave Airlie
2009-05-06
1
-3
/
+4
*
r200: fix some cube map issues
Roland Scheidegger
2009-05-05
1
-24
/
+12
*
r200: fix another section size mismatch
Roland Scheidegger
2009-05-05
1
-1
/
+0
*
r200: fix CS section size mismatch (bug 21565)
Roland Scheidegger
2009-05-05
1
-0
/
+2
*
radeon/r200/r300: collapse context destruction down to a common path.
Dave Airlie
2009-04-02
1
-16
/
+0
*
r200: fix veclinear emission
Dave Airlie
2009-03-31
1
-4
/
+5
*
raedon/r200/r300: mega-FBO commits.
Dave Airlie
2009-03-23
1
-6
/
+0
*
r200: cs emit state fixups
Dave Airlie
2009-03-06
1
-4
/
+6
*
r200: remove depth check for dri2
Dave Airlie
2009-03-06
1
-4
/
+1
*
r200: port over state emits for kms from radeon
Dave Airlie
2009-03-05
1
-10
/
+67
*
r200: fixup emit sizes for kms
Dave Airlie
2009-02-27
1
-0
/
+6
*
r200: port over cs emit changes from radeon
Dave Airlie
2009-02-27
1
-88
/
+48
[next]