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_tcl.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
r200: fix r200 large points
Roland Scheidegger
2010-11-10
1
-3
/
+2
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
1
-10
/
+10
*
r200: revalidate after radeon_update_renderbuffers
Daniel Vetter
2010-10-11
1
-0
/
+2
*
radeon: Add DRI2 flush extension support, so we synchronize properly.
Mario Kleiner
2010-08-02
1
-0
/
+2
*
Revert "radeon: Add DRI2 flush extension to so we synchronize properly."
Jerome Glisse
2010-08-02
1
-2
/
+0
*
radeon: Add DRI2 flush extension to so we synchronize properly.
Mario Kleiner
2010-08-02
1
-0
/
+2
*
r200: Fix emit size prediction to account elt splitting.
Pauli Nieminen
2010-03-21
1
-2
/
+3
*
r200: Fix swtnl fallback to flush pending rendering before transition.
Pauli Nieminen
2010-03-21
1
-4
/
+14
*
r200: Fix mixed indetion in r200TclFallback.
Pauli Nieminen
2010-03-21
1
-21
/
+20
*
r200: Remove unnecessary headers.
Vinson Lee
2010-01-30
1
-1
/
+0
*
Merge branch 'outputswritten64'
Ian Romanick
2009-11-17
1
-7
/
+8
*
r200: emit max vtx info for index buffer.
Dave Airlie
2009-09-01
1
-0
/
+1
*
r200: Convert r200 to use new style debug code.
Pauli Nieminen
2009-08-31
1
-7
/
+7
*
r200: Add scissor to state atom list.
Pauli Nieminen
2009-08-26
1
-1
/
+0
*
r200: Addd missing parameter to debug output.
Pauli Nieminen
2009-08-25
1
-1
/
+1
*
r200: Fix commit size prediction.
Pauli Nieminen
2009-08-25
1
-1
/
+4
*
radeon/r200/r300/r600: Warn if we emit more than prediction was.
Pauli Nieminen
2009-08-25
1
-5
/
+16
*
radeon: Improve state emit code.
Pauli Nieminen
2009-08-21
1
-1
/
+1
*
r200: Remove unnecessery Elts from r200 context.
Pauli Nieminen
2009-08-21
1
-4
/
+2
*
r200: Remove unnecessary calls to rcommonEnsureCmdBufSpace.
Pauli Nieminen
2009-08-21
1
-5
/
+0
*
r200: Prevent flush in middle of rendering.
Pauli Nieminen
2009-08-21
1
-0
/
+54
*
r200: Fix missing offset from elt buffer pointer.
Pauli Nieminen
2009-08-18
1
-1
/
+1
*
radeon/r200/r300: collapse context destruction down to a common path.
Dave Airlie
2009-04-02
1
-8
/
+8
*
radeon/r200/r300: another big merge upheavel.
Dave Airlie
2009-02-12
1
-3
/
+3
*
r200: cleanup some bits that aren't used
Dave Airlie
2009-02-09
1
-1
/
+0
*
r200/r300: swtcl fixups to use old dma buffers on top of BOs
Dave Airlie
2009-01-31
1
-2
/
+2
*
r200/r300: add aperture space checks
Dave Airlie
2009-01-31
1
-1
/
+2
*
r200: bring back single dma flush
Dave Airlie
2009-01-29
1
-7
/
+8
*
r200: fix up swtcl/tcl flushes
Dave Airlie
2009-01-22
1
-4
/
+4
*
r200: disable some debug
Dave Airlie
2009-01-23
1
-2
/
+2
*
r200: emit elts into a separate ELT bo
Dave Airlie
2009-01-23
1
-10
/
+9
*
r200: remove indexed verts
Dave Airlie
2009-01-22
1
-4
/
+0
*
r200: make tri render on my r200.
Dave Airlie
2009-01-21
1
-0
/
+2
*
r200: clear is working at least - not much else
Dave Airlie
2009-01-20
1
-10
/
+8
*
radeon/r200/r300: initial attempt to convert to common context code
Dave Airlie
2009-01-14
1
-7
/
+7
*
mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...
Brian Paul
2008-09-18
1
-6
/
+6
*
fix GL_LINE_LOOP with drivers using own render pipeline stage (#12410, #13527)
Roland Scheidegger
2007-12-22
1
-1
/
+1
*
remove CVS/XFree86 keywords
Christoff Brill
2007-05-17
1
-1
/
+0
*
r200: simplify / unify input map handling for vp and fftnl
Roland Scheidegger
2007-02-09
1
-16
/
+26
*
Merge branch 'master' of git+ssh://
[email protected]
/git/mesa/mesa i...
Keith Whitwell
2007-01-16
1
-2
/
+5
|
\
|
*
fix vp lockups due to incorrectly set up / emitted attrib inputs.
Roland Scheidegger
2006-11-05
1
-1
/
+2
|
*
enable generic arrays for r200 hw vertex programs by assigning unused color a...
Roland Scheidegger
2006-11-03
1
-1
/
+3
*
|
remove vtxfmt code, switch over to vbo
Keith Whitwell
2006-10-31
1
-1
/
+1
|
/
*
fix (per-vertex) fog when using ARB_vp by incorporating fog factor computatio...
Roland Scheidegger
2006-10-24
1
-25
/
+6
*
implement ARB_point_parameters and ARB_point_sprite on r200. The code is near...
Roland Scheidegger
2006-10-13
1
-2
/
+15
*
make really sure R200_VAP_PROG_VTX_SHADER_ENABLE is never set when we're alre...
Roland Scheidegger
2006-09-07
1
-1
/
+0
*
implement arb_vertex_program in hw for r200. Code contains still some hacks, ...
Roland Scheidegger
2006-06-02
1
-15
/
+79
*
Bug #4901: Correct secondary color emission when lighting is turned off, tested
Eric Anholt
2005-10-29
1
-3
/
+4
*
on r200, don't emit fog coords when fog isn't actually enabled. Fix bug with ...
Roland Scheidegger
2005-10-18
1
-1
/
+1
*
enable point sizes larger than 1 (for aliased points only) by using the hw po...
Roland Scheidegger
2005-10-05
1
-1
/
+2
[next]