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_swtcl.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
r200: fix r200 large points
Roland Scheidegger
2010-11-10
1
-4
/
+3
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
1
-16
/
+16
*
r200: revalidate after radeon_update_renderbuffers
Daniel Vetter
2010-10-11
1
-0
/
+3
*
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
*
Remove stray defines of HAVE_RGBA
Ian Romanick
2010-03-03
1
-1
/
+0
*
r200: Remove unnecessary headers.
Vinson Lee
2010-01-30
1
-1
/
+0
*
radeon/r200/r300/r600: make bo mapping be explicit
Dave Airlie
2009-11-24
1
-1
/
+1
*
tnl: Replace deprecated TexCoordPtr with AttribPtr[_TNL_ATTRIB_TEX*]
Eric Anholt
2009-11-19
1
-1
/
+1
*
r200: Convert r200 to use new style debug code.
Pauli Nieminen
2009-08-31
1
-6
/
+6
*
radeon: Fix swtcl emit pediction.
Pauli Nieminen
2009-08-29
1
-5
/
+14
*
radeon/r200/r300: Fix swtcl prediction to work after primitie change.
Pauli Nieminen
2009-08-27
1
-12
/
+25
*
radeon/r200/r300: Fix swtcl flushing not to invalidate dma region.
Pauli Nieminen
2009-08-27
1
-3
/
+19
*
radeon: Fix all compiler warnings.
Pauli Nieminen
2009-08-25
1
-1
/
+1
*
radeon: Improve state emit code.
Pauli Nieminen
2009-08-21
1
-1
/
+1
*
r200: Make swtcl use state size prediction for flush.
Pauli Nieminen
2009-08-21
1
-1
/
+1
*
radeon: Optimize memory handling for dma operations.
Pauli Nieminen
2009-08-18
1
-1
/
+2
*
radeon: Remove drawable & readable from radeon_dri_mirror
Nicolai Hähnle
2009-05-24
1
-18
/
+18
*
radeon/r200/r300: collapse context destruction down to a common path.
Dave Airlie
2009-04-02
1
-4
/
+0
*
radeon/r200/r300: make build with out libdrm_radeon installed for now
Dave Airlie
2009-02-12
1
-1
/
+0
*
radeon/r200/r300: another big merge upheavel.
Dave Airlie
2009-02-12
1
-7
/
+3
*
r200/r300: swtcl fixups to use old dma buffers on top of BOs
Dave Airlie
2009-01-31
1
-76
/
+37
*
r200: fix swtcl - slow but works
Dave Airlie
2009-01-30
1
-0
/
+4
*
r200: bring back single dma flush
Dave Airlie
2009-01-29
1
-3
/
+3
*
r200: unref swtcl buffer correctly
Dave Airlie
2009-01-29
1
-0
/
+1
*
r200: fix up swtcl/tcl flushes
Dave Airlie
2009-01-22
1
-5
/
+1
*
r200: remove indexed verts
Dave Airlie
2009-01-22
1
-2
/
+0
*
r200: clear is working at least - not much else
Dave Airlie
2009-01-20
1
-45
/
+25
*
radeon/r200/r300: attempt to move lock to common code
Dave Airlie
2009-01-14
1
-2
/
+2
*
radeon/r200/r300: initial attempt to convert to common context code
Dave Airlie
2009-01-14
1
-18
/
+19
*
radeon/r200: move more stuff closer together in context
Dave Airlie
2009-01-14
1
-1
/
+1
*
radeon/r200: start splitting out commonalities into separate headers
Dave Airlie
2009-01-13
1
-8
/
+8
*
mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...
Brian Paul
2008-09-18
1
-7
/
+7
*
remove CVS/XFree86 keywords
Christoff Brill
2007-05-17
1
-1
/
+0
*
remove vtxfmt code, switch over to vbo
Keith Whitwell
2006-10-31
1
-8
/
+0
*
implement ARB_point_parameters and ARB_point_sprite on r200. The code is near...
Roland Scheidegger
2006-10-13
1
-1
/
+19
*
More GLSL code:
Michal Krol
2006-04-11
1
-14
/
+17
*
Reinstate vertex format after a rasterization fallback for both r200 and rade...
Roland Scheidegger
2006-02-16
1
-0
/
+3
*
fix problems found with gcc 2.96 (bug 4934)
Brian Paul
2005-10-31
1
-2
/
+4
*
enable point sizes larger than 1 (for aliased points only) by using the hw po...
Roland Scheidegger
2005-10-05
1
-14
/
+20
*
s/__inline/INLINE/
Brian Paul
2005-09-01
1
-2
/
+2
*
Fix crashes during rasterization fallback by avoiding _tnl_need_projected_coords
Eric Anholt
2005-06-26
1
-1
/
+7
*
Correct the descriptions of the glBlend{Equation,Func} fallbacks in r128, and
Eric Anholt
2005-05-31
1
-2
/
+0
*
Remove unused CTX_ARG2 define.
Eric Anholt
2005-05-31
1
-1
/
+0
*
s/0/NULL/ (Jeff Muizelaar)
Brian Paul
2005-02-17
1
-1
/
+1
*
(Andreas Stenglein) fix projected textures with swtcl, they need the w coordi...
Roland Scheidegger
2005-02-10
1
-2
/
+10
*
revert enabling of hw quads for swtcl. It lead to problems with quad_strips, ...
Roland Scheidegger
2004-11-23
1
-2
/
+2
*
enable hw quad primitive for swtcl
Roland Scheidegger
2004-11-12
1
-2
/
+2
*
GL_(UN)PACK_SKIP_IMAGES should only be applied to 3D texture pack/unpacking
Brian Paul
2004-11-10
1
-2
/
+2
[next]