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
/
gallium
/
drivers
/
r300
/
r300_render.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium: pipe/p_inlines.h -> util/u_inlines.h
José Fonseca
2010-02-02
1
-1
/
+1
*
r300g: Silence uninitialized variable warning.
Vinson Lee
2010-01-30
1
-1
/
+1
*
gallium: Enable multiple constant buffers for vertex and geometry shaders.
Michal Krol
2010-01-28
1
-0
/
+2
*
r300g: Fix bizarre half-flushes with immd mode.
Corbin Simpson
2010-01-28
1
-1
/
+2
*
r300g: Make vertex_format into an atom.
Corbin Simpson
2010-01-26
1
-1
/
+1
*
r300g: Finish and enable immediate mode.
Corbin Simpson
2010-01-25
1
-31
/
+84
*
Revert "r300g,radeong: finish and enable the immediate mode"
Corbin Simpson
2010-01-25
1
-111
/
+30
*
r300g,radeong: finish and enable the immediate mode
Marek Olšák
2010-01-24
1
-30
/
+111
*
r300g: fix flushing harder.
Dave Airlie
2010-01-24
1
-2
/
+2
*
r300: fix wrong call in last commit
Dave Airlie
2010-01-23
1
-1
/
+1
*
r300g: fix up buffer emission ordering.
Dave Airlie
2010-01-23
1
-0
/
+4
*
r300g: Stop using indices.
Corbin Simpson
2010-01-16
1
-37
/
+17
*
r300g: Respect fill modes in indices fallback.
Corbin Simpson
2010-01-16
1
-2
/
+15
*
r300g: Cleanup from last few commits.
Corbin Simpson
2010-01-14
1
-5
/
+1
*
r300g: Really destroy translated buffer at the end.
Łukasz Krotowski
2010-01-14
1
-3
/
+5
*
r300g: Use indices to translate index buffers of ubytes.
Corbin Simpson
2010-01-13
1
-7
/
+58
*
r300g: Disable immediate mode rendering for now.
Corbin Simpson
2010-01-13
1
-1
/
+1
*
r300g: Lower the immd mode threshold.
Corbin Simpson
2010-01-12
1
-3
/
+8
*
r300g: Switch to immediate mode for tiny renders.
Corbin Simpson
2010-01-12
1
-4
/
+40
*
r300g: Don't bother testing for empty scissors.
Corbin Simpson
2010-01-10
1
-22
/
+0
*
r300g: Atomize scissors.
Corbin Simpson
2010-01-10
1
-1
/
+1
*
r300g: Atomize rasterizer.
Corbin Simpson
2010-01-10
1
-3
/
+4
*
Merge commit 'origin/gallium-draw-retval'
Keith Whitwell
2010-01-05
1
-32
/
+30
|
\
|
*
gallium: propogate draw retval changes into more drivers
Keith Whitwell
2009-12-21
1
-32
/
+30
*
|
r300: Fix scons build.
José Fonseca
2010-01-01
1
-3
/
+4
*
|
r300g: fixup for GS additions
Dave Airlie
2009-12-26
1
-2
/
+4
|
/
*
r300g: Fix provoking vertex for non-quads.
Corbin Simpson
2009-12-18
1
-6
/
+25
*
r300g: Respect provoking vertex for trifans.
Corbin Simpson
2009-12-18
1
-2
/
+31
*
r300g: Eliminate a couple more asserts.
Corbin Simpson
2009-12-18
1
-3
/
+2
*
r300g: Nuke r300_vbo.
Corbin Simpson
2009-12-18
1
-2
/
+8
*
r300g: clamp vertex indices to [min,max] everywhere
Marek Olšák
2009-12-15
1
-3
/
+5
*
r300g: don't render if everything is culled by scissoring
Marek Olšák
2009-12-06
1
-0
/
+23
*
r300g: Begin separating HW TCL and SW TCL state and setup.
Corbin Simpson
2009-11-20
1
-4
/
+0
*
r300g: Fix up SW TCL rendering functions.
Corbin Simpson
2009-11-08
1
-20
/
+48
*
r300g: Unify context names for counts.
Corbin Simpson
2009-11-08
1
-1
/
+1
*
r300g: Minor code cleanup to avoid confusion.
Corbin Simpson
2009-11-07
1
-2
/
+1
*
r300g: Comments.
Corbin Simpson
2009-11-07
1
-1
/
+2
*
r300g: Don't assert on oversized VBOs, just return FALSE.
Corbin Simpson
2009-11-07
1
-4
/
+12
*
r300g: s/false/FALSE/
Corbin Simpson
2009-11-07
1
-2
/
+2
*
r300g: Clean up indexbuf render, switch to RELOC macro.
Corbin Simpson
2009-11-07
1
-15
/
+17
*
r300g: Clean up r300_setup_vertex_buffers.
Corbin Simpson
2009-11-07
1
-15
/
+13
*
r300g: Don't pass hw_prim around in the context.
Corbin Simpson
2009-11-07
1
-8
/
+68
*
r300g: don't hang GPU on misbehaving apps
Maciej Cencora
2009-11-07
1
-0
/
+6
*
r300g: VBOs WIP
Maciej Cencora
2009-11-07
1
-75
/
+60
*
r300g: move vborender context function to seperate file
Maciej Cencora
2009-11-07
1
-1
/
+4
*
r300g: Use u_trim_pipe_prim to prevent lockups from incorrect vert counts.
Corbin Simpson
2009-10-28
1
-0
/
+9
*
r300g: fix scons build yet again
Joakim Sindholt
2009-10-24
1
-1
/
+2
*
r300g: Clean up duplicate code in r300_render.
Corbin Simpson
2009-10-22
1
-45
/
+4
*
r300g: Move render functions to r300_render.
Corbin Simpson
2009-10-22
1
-0
/
+192
*
r300g: Cleanup header includes.
Corbin Simpson
2009-10-21
1
-1
/
+4
[next]