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
2011-03-08
r300g: decide whether a flush should be asynchronous when calling it
Marek Olšák
2011-03-05
r300g: implement instanced arrays
Marek Olšák
2011-03-05
r300g: cleanup parameters of draw functions
Marek Olšák
2011-03-02
r300g: require DRM 2.3.0 (kernel 2.6.34)
Marek Olšák
2011-03-01
r300g: update derived state before uploading vertex buffers
Marek Olšák
2011-02-18
r300g: remove tracking whether vertex buffers need to be validated
Marek Olšák
2011-02-15
gallium: add usage parameter to pipe_buffer_create
Marek Olšák
2011-02-15
r300g: inline some of the pipe_buffer_map/unmap calls
Marek Olšák
2011-02-14
r300g: put indices in CS if there's just a few of them and are in user memory
Marek Olšák
2011-02-14
r300g: cleanup the draw functions
Marek Olšák
2011-02-14
r300g: do not create a user buffer struct for misaligned ushort indices fallback
Marek Olšák
2011-02-14
r300g: fix fallback for misaligned ushort indices with num vertices >= 65535
Marek Olšák
2011-02-14
r300g: consolidate emission of common draw regs
Marek Olšák
2011-02-14
r300g: emit 3D_LOAD_VBPNTR only when necessary
Marek Olšák
2011-02-14
r300g: remove the relocation after AARESOLVE_PITCH
Marek Olšák
2011-02-11
r300g: fix warning
Marek Olšák
2011-02-11
r300g: import the last bits of libdrm and cleanup the whole thing
Marek Olšák
2011-02-10
r300g: consolidate buffers and textures to r300_resource
Marek Olšák
2011-02-10
r300g: simplify WRITE_RELOC API and cleanup
Marek Olšák
2011-02-07
r300g: use the new vertex buffer manager
Marek Olšák
2011-01-30
r300g: rework vertex format fallback
Marek Olšák
2011-01-09
r300g: fix crash when flushing ZMASK
Marek Olšák
2011-01-08
r300g: rework command submission and resource space checking
Marek Olšák
2011-01-07
r300g: derive user buffer sizes at draw time
Marek Olšák
2011-01-06
r300g: skip buffer validation of upload buffers when appropriate
Marek Olšák
2010-12-28
r300g: rename aos to vertex arrays
Marek Olšák
2010-12-25
r300g: simplify the code for buffer uploads
Marek Olšák
2010-12-25
r300g: user index buffers are always aligned
Marek Olšák
2010-12-25
r300g: increase the size of upload buffers
Marek Olšák
2010-12-23
r300g: use a simpler fallback for misaligned ushort indices with triangles
Marek Olšák
2010-12-20
gallium: remove unused 'buf' parameter in pipe_buffer_unmap
Marek Olšák
2010-12-19
r300g: optimize the fallback for misaligned ushort indices
Marek Olšák
2010-12-07
r300g: also revalidate the SWTCL vertex buffer after its reallocation
Marek Olšák
2010-12-07
r300g: validate buffers only if any of bound buffers is changed
Marek Olšák
2010-12-05
r300g: optimize looping over atoms
Marek Olšák
2010-12-05
r300g: cleanup winsys
Marek Olšák
2010-12-03
r300g: one more r500_index_bias_supported leftover
Marek Olšák
2010-12-03
r300g: add capability bit index_bias_supported
Marek Olšák
2010-12-02
gallium: support for array textures and related changes
Roland Scheidegger
2010-11-20
r300g: fix rendering with no vertex elements
Marek Olšák
2010-11-14
r300g: clean up redundancy in draw functions
Marek Olšák
2010-09-16
r300g/swtcl: fix CS overrun
Marek Olšák
2010-09-13
r300g/swtcl: unlock VBO after draw_flush
Marek Olšák
2010-09-13
r300g: fix SWTCL
Marek Olšák
2010-09-13
r300g: skip rendering if CS space validation fails
Marek Olšák
2010-09-13
r300g: remove u_upload_flush from r300_draw_arrays
Marek Olšák
2010-09-04
r300g: skip draw calls with no vertex elements, fixing hardlocks
Marek Olšák
2010-08-25
gallium: Use draw_set_index_buffer and others.
Chia-I Wu
2010-08-25
r300g: reset the index bias to 0 at the end of CS
Marek Olšák
2010-08-23
r300g: Remove unused variable.
Vinson Lee
[next]