index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
/
r300
/
r300_render.c
Age
Commit message (
Expand
)
Author
2010-05-12
r300g: Add VBO dumper for SW TCL.
Corbin Simpson
2010-05-12
r300g: Immediate mode won't work with SW TCL right now.
Corbin Simpson
2010-05-08
r300g: consolidate common render code into one function
Marek Olšák
2010-05-05
gallium: rename draw() to draw_elements() in vbuf code
Brian Paul
2010-04-27
r300g: compensate for non-atomized emit_query_end in the CS
Marek Olšák
2010-04-27
r300g: reserve CS space for index offset
Marek Olšák
2010-04-26
r300g: support index bias on r500 and DRM 2.3.0
Marek Olšák
2010-04-26
r300g: support rendering more than 65535 vertices in one batch on r500
Marek Olšák
2010-04-26
r300g: force prefetch for non-indexed vertices
Marek Olšák
2010-04-20
Merge branch 'gallium-index-bias'
José Fonseca
2010-04-19
r300g: Adapt for index bias interface change.
José Fonseca
2010-04-18
r300g: more solid is_buffer_referenced implementation
Marek Olšák
2010-04-18
r300g: do not tell st that a buffer is referenced by hw
Marek Olšák
2010-04-18
r300g: various other cleanups
Marek Olšák
2010-04-18
r300g: add debugging options "notiling" and "noimmd" (for testing)
Marek Olšák
2010-04-11
r300g: revisit some assertions and fix potential failures
Marek Olšák
2010-04-10
Squashed commit of the following:
Keith Whitwell
2010-04-05
r300g: add fallback for back stencil reference value and masks for r3xx-r4xx
Marek Olšák
2010-04-05
r300g: simplify accessing screen from context
Marek Olšák
2010-04-05
r300g: enable conditional rendering also for SWTCL
Marek Olšák
2010-04-04
r300g: add conditional rendering
Marek Olšák
2010-03-29
r300g: Bind constantbuf to Draw immediately, don't wait for render.
Corbin Simpson
2010-03-21
r300g: put common defines into one file
Marek Olšák
2010-03-21
r300g: align misaligned ushort vertex indices
Marek Olšák
2010-03-21
r300g: fix misaligned generated offset for ubyte vertex indices
Marek Olšák
2010-03-20
r300g: Bump immediate limits.
Corbin Simpson
2010-03-20
r300g: Correctly hax max_index on pipe_vertex_buffers.
Corbin Simpson
2010-03-15
r300g: rebuild screen/winsys interface
Dave Airlie
2010-03-13
r300g: refrain from using immediate mode if it causes slowdown
Marek Olšák
2010-03-12
r300g: Forcibly sanitize max index.
Corbin Simpson
2010-03-12
r300g: Properly clamp index limits.
Corbin Simpson
2010-03-09
r300g: Reorder regs, save one dword.
Corbin Simpson
2010-03-09
r300g: fix gallium-vertexlementcso merge damage
Roland Scheidegger
2010-03-09
Merge branch 'gallium-vertexelementcso'
Roland Scheidegger
2010-03-07
r300g: validate buffers when using SWTCL
Marek Olšák
2010-03-06
r300g: clamp vertex max index according to currently bound buffers
Marek Olšák
2010-03-04
r300g: Fix indexbuf upper limits.
Corbin Simpson
2010-03-01
r300g: adapt to new vertex element cso
Roland Scheidegger
2010-02-28
r300g: decouple vertex stream setup (PSC) and VS output mapping (VAP_OUT)
Marek Olšák
2010-02-28
r300g: put validating buffers after flushing
Marek Olšák
2010-02-27
r300g: always emit the correct max vertex index to avoid DRM errors
Marek Olšák
2010-02-27
r300g: remove pointless "while"
Marek Olšák
2010-02-24
r300g: prevent CS overflow when emitting the draw packets
Marek Olšák
2010-02-23
r300g: fix draw_elements for "start" != 0
Marek Olšák
2010-02-22
Revert "r300g: rebuild winsys/pipe buffer handling and add buffer map"
Dave Airlie
2010-02-22
r300g: rebuild winsys/pipe buffer handling and add buffer map
Dave Airlie
2010-02-22
r3OOg: support rendering of more than 65535 vertices per draw call (almost)
Marek Olšák
2010-02-02
gallium: pipe/p_inlines.h -> util/u_inlines.h
José Fonseca
2010-01-30
r300g: Silence uninitialized variable warning.
Vinson Lee
2010-01-28
gallium: Enable multiple constant buffers for vertex and geometry shaders.
Michal Krol
[next]