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
/
gallium
/
drivers
/
r300
/
r300_emit.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'mesa_7_7_branch'
Brian Paul
2010-01-04
1
-2
/
+2
|
\
|
*
r300g: Use C-style comments.
Vinson Lee
2010-01-02
1
-2
/
+2
*
|
r300g: add texture compare modes
Marek Olšák
2009-12-19
1
-4
/
+13
*
|
Move the remaining format pf_get_* functions to u_format.h.
Michal Krol
2009-12-17
1
-4
/
+4
*
|
Merge branch 'master' into pipe-format-simplify
Michal Krol
2009-12-17
1
-39
/
+107
|
\
\
|
*
|
r300g: fix emission of which textures are enabled
Marek Olšák
2009-12-15
1
-1
/
+12
|
*
|
r300g: if no colorbuffers are set, disable blending and set the color mask to 0
Marek Olšák
2009-12-15
1
-3
/
+10
|
*
|
r300g: set the number of colorbuffers in RB3D_CCTL
Marek Olšák
2009-12-15
1
-1
/
+4
|
*
|
r300g: always disable unused colorbuffers
Marek Olšák
2009-12-09
1
-1
/
+14
|
*
|
r300g: make pow(0,0) return 1 instead of NaN in the R500 fragment shader
Marek Olšák
2009-12-09
1
-1
/
+1
|
*
|
r300g: clean up r300_emit_aos
Marek Olšák
2009-12-09
1
-26
/
+45
|
*
|
r300g: remove redundant code and clean up
Marek Olšák
2009-12-06
1
-7
/
+12
|
*
|
r300g: Need to emit a hardware scissor rectangle even if scissor is disabled.
Michel Dänzer
2009-12-05
1
-2
/
+7
|
*
|
radeong: flush CS if a buffer being mapped is referenced by it
Marek Olšák
2009-12-04
1
-2
/
+0
|
*
|
r300g, radeong: fix the CS overflow
Marek Olšák
2009-12-04
1
-1
/
+8
|
*
|
gallium: adapt drivers to interface cleanups
Roland Scheidegger
2009-12-02
1
-6
/
+6
*
|
|
Move pf_get_bits/size() to u_format auxiliary module.
Michal Krol
2009-12-03
1
-6
/
+7
|
/
/
*
|
r300g,llvmpipe: fix some more merge problems
Roland Scheidegger
2009-11-27
1
-2
/
+2
*
|
r300g: use util_bitcount()
Brian Paul
2009-11-23
1
-17
/
+2
*
|
r300g: add texture lod clamping
Marek Olšák
2009-11-20
1
-1
/
+10
*
|
r300g: emit R300_TEX_ENABLE to indicate there are no textures bound
Marek Olšák
2009-11-20
1
-2
/
+13
*
|
r300g: Texrect factor cleanup.
Corbin Simpson
2009-11-20
1
-10
/
+14
*
|
r300g: fix rectangle textures on r3xx
Marek Olšák
2009-11-20
1
-2
/
+20
*
|
r300g: Clean up bitcounting function.
Corbin Simpson
2009-11-20
1
-5
/
+10
*
|
r300g: Use MAX3 and MIN3.
Corbin Simpson
2009-11-20
1
-3
/
+0
*
|
r300g: set better values in the R300_VAP_CNTL register
Marek Olšák
2009-11-20
1
-5
/
+28
|
/
*
r300g: Unify context names for counts.
Corbin Simpson
2009-11-08
1
-6
/
+10
*
r300g: Enable PSC/RS dump with new debugging flags.
Corbin Simpson
2009-11-08
1
-12
/
+16
*
r300g: Don't pass hw_prim around in the context.
Corbin Simpson
2009-11-07
1
-58
/
+0
*
r300g: VBOs WIP
Maciej Cencora
2009-11-07
1
-5
/
+103
*
r300g: add polygon mode
Marek Olšák
2009-11-04
1
-1
/
+2
*
r300g: fix the size of CS when emitting the fragprog constant buffer
Marek Olšák
2009-11-04
1
-1
/
+1
*
r300g: set the correct offset in a colorbuffer surface
Marek Olšák
2009-11-04
1
-8
/
+9
*
r300g: add color channel masking
Marek Olšák
2009-11-04
1
-3
/
+3
*
r300g: Miscellania. Avoid draw segfaults, s/true/TRUE/, etc.
Corbin Simpson
2009-11-01
1
-1
/
+1
*
r300g: fix geometry corruptions
Maciej Cencora
2009-11-01
1
-2
/
+14
*
r300g: split constant buffer and shader emittion
Maciej Cencora
2009-11-01
1
-56
/
+101
*
r300g: correct the pitch calculation for smaller mipmaps
Marek Olšák
2009-10-31
1
-1
/
+1
*
r300g: add precalculating of pixel pitch, add a new NPOT flag
Marek Olšák
2009-10-31
1
-7
/
+9
*
r300g: fix crash in r300_is_texture_referenced
Marek Olšák
2009-10-31
1
-1
/
+1
*
r300g: fix emitting the stencil-ref and alpha-ref values
Marek Olšák
2009-10-28
1
-6
/
+10
*
r300g: fix the WRAP_T mode when using 1D textures
Marek Olšák
2009-10-28
1
-1
/
+8
*
r300g: fix blending and do some optimizations
Marek Olšák
2009-10-28
1
-0
/
+1
*
r300g: Cleanup header includes.
Corbin Simpson
2009-10-21
1
-1
/
+6
*
r300g: Fix up a bunch of warnings.
Corbin Simpson
2009-10-18
1
-13
/
+11
*
r300g: Use a hash table to look up vertex info.
Corbin Simpson
2009-10-16
1
-13
/
+13
*
r300g: Set logical ID for each emitted texture/sampler.
Corbin Simpson
2009-10-15
1
-1
/
+2
*
r300g: Move ZTOP to its own state atom.
Corbin Simpson
2009-10-14
1
-1
/
+1
*
r300g: remove buffer add that should be unnecessary.
Dave Airlie
2009-10-14
1
-6
/
+0
*
r300g: port over last parts of oq support.
Dave Airlie
2009-10-14
1
-2
/
+9
[next]