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_render.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
r300g: add fallback for back stencil reference value and masks for r3xx-r4xx
Marek Olšák
2010-04-05
1
-30
/
+172
*
r300g: simplify accessing screen from context
Marek Olšák
2010-04-05
1
-2
/
+2
*
r300g: enable conditional rendering also for SWTCL
Marek Olšák
2010-04-05
1
-0
/
+8
*
r300g: add conditional rendering
Marek Olšák
2010-04-04
1
-0
/
+8
*
r300g: Bind constantbuf to Draw immediately, don't wait for render.
Corbin Simpson
2010-03-29
1
-14
/
+0
*
r300g: put common defines into one file
Marek Olšák
2010-03-21
1
-5
/
+2
*
r300g: align misaligned ushort vertex indices
Marek Olšák
2010-03-21
1
-1
/
+29
*
r300g: fix misaligned generated offset for ubyte vertex indices
Marek Olšák
2010-03-21
1
-1
/
+5
*
r300g: Bump immediate limits.
Corbin Simpson
2010-03-20
1
-3
/
+2
*
r300g: Correctly hax max_index on pipe_vertex_buffers.
Corbin Simpson
2010-03-20
1
-1
/
+1
*
r300g: rebuild screen/winsys interface
Dave Airlie
2010-03-15
1
-7
/
+13
*
r300g: refrain from using immediate mode if it causes slowdown
Marek Olšák
2010-03-13
1
-2
/
+31
*
r300g: Forcibly sanitize max index.
Corbin Simpson
2010-03-12
1
-3
/
+3
*
r300g: Properly clamp index limits.
Corbin Simpson
2010-03-12
1
-1
/
+1
*
r300g: Reorder regs, save one dword.
Corbin Simpson
2010-03-09
1
-11
/
+14
*
r300g: fix gallium-vertexlementcso merge damage
Roland Scheidegger
2010-03-09
1
-25
/
+0
*
Merge branch 'gallium-vertexelementcso'
Roland Scheidegger
2010-03-09
1
-4
/
+29
|
\
|
*
r300g: adapt to new vertex element cso
Roland Scheidegger
2010-03-01
1
-6
/
+6
*
|
r300g: validate buffers when using SWTCL
Marek Olšák
2010-03-07
1
-3
/
+5
*
|
r300g: clamp vertex max index according to currently bound buffers
Marek Olšák
2010-03-06
1
-1
/
+1
*
|
r300g: Fix indexbuf upper limits.
Corbin Simpson
2010-03-04
1
-1
/
+6
*
|
r300g: decouple vertex stream setup (PSC) and VS output mapping (VAP_OUT)
Marek Olšák
2010-02-28
1
-1
/
+1
*
|
r300g: put validating buffers after flushing
Marek Olšák
2010-02-28
1
-48
/
+6
*
|
r300g: always emit the correct max vertex index to avoid DRM errors
Marek Olšák
2010-02-27
1
-2
/
+5
*
|
r300g: remove pointless "while"
Marek Olšák
2010-02-27
1
-1
/
+1
*
|
r300g: prevent CS overflow when emitting the draw packets
Marek Olšák
2010-02-24
1
-4
/
+38
*
|
r300g: fix draw_elements for "start" != 0
Marek Olšák
2010-02-23
1
-7
/
+2
*
|
Revert "r300g: rebuild winsys/pipe buffer handling and add buffer map"
Dave Airlie
2010-02-22
1
-24
/
+9
*
|
r300g: rebuild winsys/pipe buffer handling and add buffer map
Dave Airlie
2010-02-22
1
-9
/
+24
*
|
r3OOg: support rendering of more than 65535 vertices per draw call (almost)
Marek Olšák
2010-02-22
1
-29
/
+80
|
/
*
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
[next]