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_state_init.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
radeon: Remove unnecessary headers.
Vinson Lee
2010-01-30
1
-4
/
+0
*
radeon: align for mipmap tree changes
Maciej Cencora
2009-11-17
1
-2
/
+2
*
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
-1
/
+9
*
r100: fixup cubemap domains
Dave Airlie
2009-09-01
1
-1
/
+1
*
radeon/r100/r200: actually init the OQ support properly
Dave Airlie
2009-08-26
1
-0
/
+1
*
radeon: add r100 OQ support with kms.
Dave Airlie
2009-08-26
1
-0
/
+6
*
radeon: Fix dri1 ctx emit size.
Pauli Nieminen
2009-08-24
1
-1
/
+2
*
Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/mesa into r600_st...
Pauli Nieminen
2009-08-24
1
-1
/
+1
|
\
|
*
radeon: fix incorrect loop limit (warned by -O3)
Brian Paul
2009-08-21
1
-1
/
+1
*
|
radeon: Port flush preventation code from r200 to r100.
Pauli Nieminen
2009-08-21
1
-94
/
+172
|
/
*
radeon: fix colorbuffer pitch emission regarding tiling in KMS/CS case
Jerome Glisse
2009-07-21
1
-2
/
+2
*
radeon: Differentiate 16 bpp destination formats.
Michel Dänzer
2009-07-14
1
-1
/
+10
*
radeon/r300: use base width/height.
Dave Airlie
2009-07-02
1
-2
/
+2
*
radeon: fix cube maps for non-mm path
Roland Scheidegger
2009-06-19
1
-2
/
+33
*
radeon: hopefully fixup radeon cube state emission for kms
Dave Airlie
2009-05-06
1
-3
/
+11
*
radeon: emit scissor when using cs path
Jerome Glisse
2009-04-12
1
-0
/
+11
*
radeon/r200/r300: collapse context destruction down to a common path.
Dave Airlie
2009-04-02
1
-16
/
+0
*
raedon/r200/r300: mega-FBO commits.
Dave Airlie
2009-03-23
1
-6
/
+0
*
radeon: r100 clean up CS packet size calc
Dave Airlie
2009-03-04
1
-4
/
+3
*
radeon: settexbuffer support
Dave Airlie
2009-03-04
1
-1
/
+1
*
radeon: fix texturing for r100
Dave Airlie
2009-03-04
1
-9
/
+66
*
radeon: fixup some segfaults/exit at startup
Dave Airlie
2009-03-04
1
-3
/
+1
*
r200: port over cs emit changes from radeon
Dave Airlie
2009-02-27
1
-1
/
+0
*
r100: fixup kms state emissions
Dave Airlie
2009-02-26
1
-2
/
+38
*
radeon: move CB/ZB state init into emit code
Dave Airlie
2009-02-26
1
-82
/
+51
*
radeon/r200: drop dirty state from texture object + pp_txoffset
Dave Airlie
2009-02-17
1
-1
/
+1
*
radeon: add initial cubemap support appears to work
Dave Airlie
2009-02-14
1
-1
/
+39
*
radeon/r200: make setTexOffset work again
Dave Airlie
2009-02-13
1
-2
/
+3
*
radeon/r200/r300: make build with out libdrm_radeon installed for now
Dave Airlie
2009-02-12
1
-1
/
+0
*
radeon: renaming and headers cleanup
Dave Airlie
2009-02-12
1
-1
/
+0
*
radeon/r200/r300: another big merge upheavel.
Dave Airlie
2009-02-12
1
-6
/
+6
*
r100: fix 3D texture fallback
Dave Airlie
2009-02-10
1
-5
/
+3
*
radeon: put back state emission lastcmd
Dave Airlie
2009-02-10
1
-4
/
+1
*
radeon: major cleanups removing old dead codepaths.
Dave Airlie
2009-02-10
1
-28
/
+33
*
radeon: make more r100 work
Dave Airlie
2009-02-09
1
-32
/
+351
*
r100: fixup radeon so gears seems to work
Dave Airlie
2009-02-06
1
-0
/
+2
*
r100/r200: move to new atom style emission
Dave Airlie
2009-01-15
1
-2
/
+2
*
radeon/r200/r300: attempt to move lock to common code
Dave Airlie
2009-01-14
1
-11
/
+11
*
radeon/r200/r300: initial attempt to convert to common context code
Dave Airlie
2009-01-14
1
-32
/
+32
*
radeon/r200: move state atom to common header
Dave Airlie
2009-01-14
1
-5
/
+5
*
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
-3
/
+3
*
remove vtxfmt code, switch over to vbo
Keith Whitwell
2006-10-31
1
-2
/
+1
*
cube maps on r100 require newer drm than the same feature on r200 (regression...
Roland Scheidegger
2006-01-07
1
-1
/
+1
*
First step of Radeon DRI unification:
Eric Anholt
2005-11-02
1
-2
/
+2
*
add GL_EXT_fog_coord support to radeon driver. No vtxfmt code (just uses fall...
Roland Scheidegger
2005-10-17
1
-0
/
+1
*
enable cube maps on radeon (#2241 on bugzilla). No vtxfmt code yet (just gene...
Roland Scheidegger
2005-10-15
1
-1
/
+36
*
enable 3rd texture unit on radeon (default still 2 enabled units). Disable so...
Roland Scheidegger
2005-10-13
1
-4
/
+14
*
Finish up some of the gl_renderbuffer work.
Brian Paul
2005-09-01
1
-8
/
+9
[next]