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
/
r300
/
r300_render.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
r300: move fallback warnings inside fallback debugging
Dave Airlie
2009-07-12
1
-1
/
+2
*
r300: fix vertex limits
Maciej Cencora
2009-07-05
1
-18
/
+1
*
r300: use vbo_split_prims to split up large vertex buffers.
Dave Airlie
2009-06-18
1
-2
/
+2
*
r300: fix indexed primitive rendering when using memory manager
Jerome Glisse
2009-06-11
1
-2
/
+2
*
r300: make sure indexed rendering doesn't try to use more than the num of ver...
Jerome Glisse
2009-06-10
1
-0
/
+7
*
r300: Endianness fixes for recent vertex path changes.
Michel Dänzer
2009-06-07
1
-4
/
+4
*
r300: rewrite vertex setup for software T&L path using functions from softwar...
Maciej Cencora
2009-06-07
1
-0
/
+19
*
r300: add hw accelerated support for different vertex data formats
Maciej Cencora
2009-06-07
1
-50
/
+27
*
r300: when using cs path emit scissor in the cmdbuffer
Jerome Glisse
2009-05-28
1
-0
/
+2
*
r300: software fallbacking handling rewrite
Maciej Cencora
2009-05-16
1
-58
/
+79
*
r300: r300EmitArrays should never fail
Maciej Cencora
2009-05-16
1
-2
/
+1
*
r300: further cleanup
Maciej Cencora
2009-05-16
1
-9
/
+5
*
r300: fallback only if stencil test is enabled
Maciej Cencora
2009-04-27
1
-8
/
+3
*
r300: move common fp functions to seperate file
Maciej Cencora
2009-04-19
1
-2
/
+3
*
r300: merge r300/r500 fragment program structures
Maciej Cencora
2009-04-19
1
-17
/
+4
*
r300: r300/r500 fp shader merge WIP
Maciej Cencora
2009-04-19
1
-6
/
+4
*
r300: cleanup frag prog setup a little
Maciej Cencora
2009-04-17
1
-16
/
+16
*
radeon/r200/r300: collapse context destruction down to a common path.
Dave Airlie
2009-04-02
1
-49
/
+49
*
r300: check buffer sizes in non-tcl case + set correct VRAM limits
Dave Airlie
2009-03-26
1
-0
/
+3
*
radeon: refactor framebuffer code like intel
Dave Airlie
2009-03-03
1
-1
/
+2
*
Merge remote branch 'origin/master' into radeon-rewrite
Dave Airlie
2009-02-13
1
-8
/
+14
|
\
|
*
Track two sets of back-face stencil state
Ian Romanick
2009-01-23
1
-6
/
+10
|
*
R300: missing semicolon
Alex Deucher
2008-12-29
1
-1
/
+1
|
*
r300: remove the unknowns from the indx_buffer code
Dave Airlie
2008-12-28
1
-1
/
+2
*
|
r200/r300: get up to speed on renamed files
Dave Airlie
2009-02-12
1
-2
/
+1
*
|
radeon/r200/r300: another big merge upheavel.
Dave Airlie
2009-02-12
1
-2
/
+0
*
|
r300: fix some autostate batch setups
Dave Airlie
2009-02-06
1
-2
/
+2
*
|
r300: fix up CS for modesetting - gears under kms works
Dave Airlie
2009-02-04
1
-7
/
+14
*
|
r300: rename validate textures to validate buffers
Dave Airlie
2009-02-02
1
-1
/
+1
*
|
r200/r300: add aperture space checks
Dave Airlie
2009-01-31
1
-0
/
+3
*
|
radeon/r200/r300: bring back old style DMA buffer on top of BOs.
Dave Airlie
2009-01-29
1
-4
/
+2
*
|
r200: clear is working at least - not much else
Dave Airlie
2009-01-20
1
-3
/
+3
*
|
r300: move some more function to generic
Dave Airlie
2009-01-15
1
-110
/
+110
*
|
r300: start moving new r300 cmdbuf into common code
Dave Airlie
2009-01-14
1
-5
/
+5
*
|
radeon: remove start/end offset + cleanup some whitespace
Dave Airlie
2008-12-22
1
-8
/
+0
*
|
radeon: make DRI1 one work with new CS mechanism
Dave Airlie
2008-12-01
1
-2
/
+2
*
|
r300: convert to new relocations format (see libdrm-radeon)
Jerome Glisse
2008-11-14
1
-20
/
+40
*
|
r300: cs + DRI2 support
Jerome Glisse
2008-11-14
1
-1
/
+61
*
|
r300: bo and cs abstraction.
Jerome Glisse
2008-11-14
1
-56
/
+60
|
/
*
mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...
Brian Paul
2008-09-18
1
-9
/
+9
*
r300: Implement hardware acceleration for ColorLogicOp
Nicolai Haehnle
2008-07-27
1
-2
/
+0
*
r300: Always emit LOAD_VBPNTR immediately before index-based rendering
Nicolai Haehnle
2008-07-26
1
-1
/
+12
*
mesa: fix issues around multisample enable
Roland Scheidegger
2008-07-02
1
-1
/
+1
*
r300: Do not include r300_fragprog.h from r300_context.h and other cleanups
Nicolai Haehnle
2008-06-14
1
-0
/
+1
*
Initial r5xx fragment program compiler support.
Corbin Simpson
2008-05-02
1
-6
/
+19
*
r300: oops wrong logic for swtcl
Dave Airlie
2007-07-01
1
-1
/
+1
*
r300: cleanup some of the swtcl code
Dave Airlie
2007-07-01
1
-0
/
+5
*
clean up cache flush emission into one place
Dave Airlie
2007-06-22
1
-14
/
+2
*
fixup packet setup - still hangs
Dave Airlie
2007-06-17
1
-3
/
+3
*
move clip to r300 emit
Dave Airlie
2007-06-13
1
-2
/
+1
[next]