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: also revalidate the SWTCL vertex buffer after its reallocation
Marek Olšák
2010-12-07
1
-0
/
+1
*
r300g: validate buffers only if any of bound buffers is changed
Marek Olšák
2010-12-07
1
-5
/
+21
*
r300g: optimize looping over atoms
Marek Olšák
2010-12-05
1
-5
/
+5
*
r300g: cleanup winsys
Marek Olšák
2010-12-05
1
-2
/
+2
*
r300g: one more r500_index_bias_supported leftover
Marek Olšák
2010-12-03
1
-2
/
+1
*
r300g: add capability bit index_bias_supported
Marek Olšák
2010-12-03
1
-9
/
+2
*
gallium: support for array textures and related changes
Roland Scheidegger
2010-12-02
1
-7
/
+15
*
r300g: fix rendering with no vertex elements
Marek Olšák
2010-11-20
1
-4
/
+0
*
r300g: clean up redundancy in draw functions
Marek Olšák
2010-11-14
1
-57
/
+45
*
r300g/swtcl: fix CS overrun
Marek Olšák
2010-09-16
1
-8
/
+27
*
r300g/swtcl: unlock VBO after draw_flush
Marek Olšák
2010-09-13
1
-4
/
+1
*
r300g: fix SWTCL
Marek Olšák
2010-09-13
1
-35
/
+89
*
r300g: skip rendering if CS space validation fails
Marek Olšák
2010-09-13
1
-36
/
+64
*
r300g: remove u_upload_flush from r300_draw_arrays
Marek Olšák
2010-09-13
1
-1
/
+0
*
r300g: skip draw calls with no vertex elements, fixing hardlocks
Marek Olšák
2010-09-04
1
-0
/
+3
*
gallium: Use draw_set_index_buffer and others.
Chia-I Wu
2010-08-25
1
-11
/
+3
*
r300g: reset the index bias to 0 at the end of CS
Marek Olšák
2010-08-25
1
-4
/
+4
*
r300g: Remove unused variable.
Vinson Lee
2010-08-23
1
-2
/
+0
*
r300g: avoid stall in no-tcl drawing when mapping vbo
Dave Airlie
2010-08-23
1
-15
/
+20
*
r300g: separate num_cs_end_dwords out from prepare_for_rendering
Marek Olšák
2010-08-15
1
-24
/
+13
*
r300g: fix cbzb clears when hyperz is off
Marek Olšák
2010-08-07
1
-2
/
+1
*
r300g: implement hyper-z support. (v4)
Dave Airlie
2010-08-05
1
-1
/
+2
*
r300g/swtcl: fix crash in ETQW and minor fixups
Marek Olšák
2010-07-29
1
-8
/
+14
*
r300g/swtcl: fix crash after the draw_vbo merge
Marek Olšák
2010-07-29
1
-1
/
+1
*
gallium: Avoid void pointer arithmetic.
Chia-I Wu
2010-07-29
1
-1
/
+1
*
gallium: Keep only pipe_context::draw_vbo.
Chia-I Wu
2010-07-29
1
-69
/
+0
*
gallium: Implement draw_vbo and set_index_buffer for all drivers.
Chia-I Wu
2010-07-29
1
-51
/
+91
*
r300g: u_upload optimisation
Dave Airlie
2010-07-18
1
-4
/
+4
*
r300g: Remove unnecessary header.
Vinson Lee
2010-07-16
1
-1
/
+0
*
r300g: rebuild winsys and command submission to support multiple contexts
Marek Olšák
2010-07-16
1
-37
/
+37
*
r300g: extend and clean up debug logging
Marek Olšák
2010-07-13
1
-2
/
+4
*
r300g: rework the draw_rectangle hook
Marek Olšák
2010-07-13
1
-89
/
+23
*
r300g: implement fast color clear
Marek Olšák
2010-07-12
1
-0
/
+1
*
r300g: clear and copy a resource with a rectangular point sprite
Marek Olšák
2010-07-12
1
-0
/
+147
*
r300g: do not use immediate mode if there is a VBO in VRAM
Marek Olšák
2010-07-12
1
-3
/
+5
*
r300g: immediate mode cleanup
Marek Olšák
2010-06-26
1
-16
/
+12
*
r300g: move AA registers into the new AA state
Marek Olšák
2010-06-24
1
-13
/
+15
*
r300g: index buffer range checking
Marek Olšák
2010-06-23
1
-0
/
+6
*
r300g: optimize the immediate mode emission path a bit
Marek Olšák
2010-06-22
1
-21
/
+19
*
r300g: fix surface leaks
Marek Olšák
2010-06-17
1
-0
/
+3
*
r300g: Fix up resolve.
Corbin Simpson
2010-06-16
1
-12
/
+8
*
r300g: Finish resolve function.
Corbin Simpson
2010-06-16
1
-6
/
+14
*
r300g: Add resource resolve function.
Corbin Simpson
2010-06-16
1
-0
/
+35
*
r300g: replace r300_cs_info with simplier get_cs_free_dwords
Marek Olšák
2010-06-13
1
-3
/
+3
*
r300g: move two-sided stencilref fallback to its own file
Marek Olšák
2010-06-13
1
-130
/
+1
*
r300g: move index buffer translate functions to their new home
Marek Olšák
2010-06-13
1
-127
/
+2
*
r300g: add fallback for unaligned/unsupported vertex stride/offset/format
Marek Olšák
2010-06-13
1
-8
/
+20
*
r300g: skip rendering for unsupported vertex formats instead of aborting
Marek Olšák
2010-06-08
1
-1
/
+11
*
r300g: workaround index bias on chipsets that do not support it
Marek Olšák
2010-06-06
1
-45
/
+162
*
r300g: use the stored GEM domain in add_buffer/write_reloc
Marek Olšák
2010-06-02
1
-1
/
+1
[next]