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
/
r300
/
r300_swtcl.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
1
-12
/
+12
*
Remove stray defines of HAVE_RGBA
Ian Romanick
2010-03-03
1
-1
/
+0
*
mesa: Remove _mesa_exit wrapper for exit().
Eric Anholt
2009-12-22
1
-1
/
+1
*
radeon/r200/r300/r600: make bo mapping be explicit
Dave Airlie
2009-11-24
1
-4
/
+4
*
tnl: Replace deprecated ColorPtr[] with AttribPtr or new BackfaceColorPtr.
Eric Anholt
2009-11-19
1
-2
/
+2
*
tnl: Replace deprecated TexCoordPtr with AttribPtr[_TNL_ATTRIB_TEX*]
Eric Anholt
2009-11-19
1
-3
/
+3
*
r300: Convert to shared debug code.
Pauli Nieminen
2009-08-31
1
-17
/
+17
*
r300: Swtcl prediction was still missing scissors.
Pauli Nieminen
2009-08-29
1
-2
/
+3
*
r300: Add missing pre_emit_count to swtcl state size prediction.
Pauli Nieminen
2009-08-29
1
-3
/
+4
*
radeon: Fix swtcl emit pediction.
Pauli Nieminen
2009-08-29
1
-28
/
+35
*
radeon/r200/r300: Fix swtcl prediction to work after primitie change.
Pauli Nieminen
2009-08-27
1
-16
/
+31
*
radeon/r200/r300: Fix swtcl flushing not to invalidate dma region.
Pauli Nieminen
2009-08-27
1
-3
/
+34
*
radeon: Optimize memory handling for dma operations.
Pauli Nieminen
2009-08-18
1
-1
/
+2
*
r300/fragprog: Move wpos_attr and fog_attr where they belong
Nicolai Hähnle
2009-07-27
1
-4
/
+4
*
r300: Remove some dependencies on additional fragment program copies
Nicolai Hähnle
2009-07-27
1
-1
/
+1
*
r300: Detangle fragment program compiler from driver-specific structure
Nicolai Hähnle
2009-07-27
1
-4
/
+4
*
r300: fix WPOS for SWTCL
Maciej Cencora
2009-07-13
1
-14
/
+16
*
r300: rewrite FOGC and HPOS attribs handling
Maciej Cencora
2009-07-13
1
-22
/
+16
*
r300: cache translated fragment programs
Maciej Cencora
2009-07-13
1
-1
/
+1
*
r300: fix for SW TCL path
Maciej Cencora
2009-06-11
1
-1
/
+1
*
r300: don't send unused attributes for SW TCL path
Maciej Cencora
2009-06-11
1
-14
/
+14
*
r300: fix regression caused by 056bc77547c304021a0faf204897ed238a5cf424
Maciej Cencora
2009-06-08
1
-0
/
+1
*
r300: prepare for some code duplication removal
Maciej Cencora
2009-06-07
1
-5
/
+14
*
r300: prepare for different vertex data type support
Maciej Cencora
2009-06-07
1
-104
/
+29
*
r300: when using cs path emit scissor in the cmdbuffer
Jerome Glisse
2009-05-28
1
-0
/
+1
*
r300: software fallbacking handling rewrite
Maciej Cencora
2009-05-16
1
-6
/
+4
*
r300: do front/back color selection in HW for software TCL path
Maciej Cencora
2009-04-27
1
-17
/
+27
*
r300: always route 4 texcoord components to RS
Maciej Cencora
2009-04-27
1
-11
/
+8
*
r300: handle texcoords properly
Maciej Cencora
2009-04-27
1
-2
/
+6
*
r300: merge r300/r500 fragment program compiler structure
Maciej Cencora
2009-04-19
1
-0
/
+1
*
r300: general cleanup
Maciej Cencora
2009-04-19
1
-1
/
+1
*
r300: we always want non NDC coords format for swtcl
Maciej Cencora
2009-04-17
1
-22
/
+3
*
r300: reorder fog coordinate and WPOS fp attributes
Maciej Cencora
2009-04-09
1
-46
/
+18
*
r300: fix regression from swtcl rewrite
Maciej Cencora
2009-04-09
1
-7
/
+18
*
Merge remote branch 'origin/master' into radeon-rewrite
Dave Airlie
2009-04-09
1
-1
/
+1
|
\
|
*
r300: cleanup swtcl a little
Maciej Cencora
2009-03-25
1
-9
/
+1
*
|
r300: swtcl rewrite and cleanup
Maciej Cencora
2009-04-07
1
-221
/
+224
*
|
Merge remote branch 'main/master' into radeon-rewrite
Dave Airlie
2009-03-20
1
-6
/
+69
|
\
|
|
*
r300: route fog coord and W pos correctly
Maciej Cencora
2009-03-06
1
-37
/
+96
|
*
r300: don't crash on sw tcl hw if point size vertex attrib is sent
Maciej Cencora
2009-03-06
1
-2
/
+2
*
|
r300: fix swtcl codepaths
Dave Airlie
2009-03-06
1
-6
/
+18
*
|
r300: make r300 work with latest changes
Dave Airlie
2009-02-12
1
-1
/
+2
*
|
radeon/r200/r300: another big merge upheavel.
Dave Airlie
2009-02-12
1
-1
/
+1
*
|
r300: rename validate textures to validate buffers
Dave Airlie
2009-02-02
1
-1
/
+1
*
|
r200/r300: swtcl fixups to use old dma buffers on top of BOs
Dave Airlie
2009-01-31
1
-107
/
+50
*
|
r200/r300: add aperture space checks
Dave Airlie
2009-01-31
1
-0
/
+2
*
|
WIP comit
Dave Airlie
2009-01-29
1
-1
/
+1
*
|
radeon/r200/r300: bring back old style DMA buffer on top of BOs.
Dave Airlie
2009-01-29
1
-28
/
+61
*
|
r200: clear is working at least - not much else
Dave Airlie
2009-01-20
1
-7
/
+7
*
|
r300: move some more function to generic
Dave Airlie
2009-01-15
1
-2
/
+2
[next]