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
/
auxiliary
/
draw
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
draw: cleanup and fix instance id computation
Zack Rusin
2013-07-25
2
-7
/
+7
*
draw: always call util_cpu_detect() in draw context creation.
Roland Scheidegger
2013-07-24
1
-1
/
+4
*
tgsi: rename the TGSI fragment kill opcodes
Brian Paul
2013-07-12
2
-6
/
+6
*
util: treat denorm'ed floats like zero
Zack Rusin
2013-07-09
1
-0
/
+8
*
gallivm: do per-pixel lod calculations for explicit lod
Roland Scheidegger
2013-07-04
1
-1
/
+2
*
draw: fix overflows in the indexed rendering paths
Zack Rusin
2013-07-03
4
-43
/
+159
*
draw/llvm: index overflows if it's greater than elt max
Zack Rusin
2013-07-03
1
-1
/
+1
*
draw/translate: fix instancing
Zack Rusin
2013-06-28
9
-9
/
+47
*
draw: fix incorrect clipper invocation statistics
Zack Rusin
2013-06-28
1
-6
/
+0
*
draw/gallivm: export overflow arithmetic to its own file
Zack Rusin
2013-06-28
1
-44
/
+11
*
draw: check for integer overflows in instance computation
Zack Rusin
2013-06-28
2
-0
/
+7
*
draw: check for an integer overflow when computing stride
Zack Rusin
2013-06-28
1
-10
/
+43
*
draw: account for elem size when computing overflow
Zack Rusin
2013-06-28
1
-7
/
+23
*
draw: allow overflows in the llvm paths
Zack Rusin
2013-06-25
1
-4
/
+8
*
draw: avoid overflows in the llvm draw loop
Zack Rusin
2013-06-25
1
-8
/
+6
*
draw: check for out-of-memory conditions in the AA line module.
Matthew McClure
2013-06-24
1
-7
/
+34
*
Revert "draw: clear the draw buffers in draw"
Zack Rusin
2013-06-17
2
-25
/
+3
*
draw: fix a regression in computing max elt
Zack Rusin
2013-06-17
1
-0
/
+1
*
draw: clear the draw buffers in draw
Zack Rusin
2013-06-17
2
-3
/
+25
*
gallium/draw: add limits to the clip and cull distances
Zack Rusin
2013-06-13
5
-14
/
+16
*
draw: cleanup the distance culling code a bit
Zack Rusin
2013-06-13
1
-48
/
+41
*
draw: implement distance culling
Zack Rusin
2013-06-10
8
-31
/
+198
*
draw: fix clipper invocation statistics
Zack Rusin
2013-06-10
5
-6
/
+33
*
draw: enable user plane clipping when clipdistance is used
Zack Rusin
2013-06-10
2
-7
/
+20
*
draw: make sure clipdistances work with geometry shaders
Zack Rusin
2013-06-10
5
-1
/
+21
*
draw: Add A8R8G8B8 to draw_print_arrays
Richard Sandiford
2013-06-10
1
-0
/
+7
*
draw: Fix type mismatch between draw_private.h and LLVM
Richard Sandiford
2013-06-10
1
-1
/
+1
*
gallium: Remove draw_arrays() and draw_arrays_instanced() functions
Arnas Milasevicius
2013-06-07
2
-51
/
+0
*
draw: trivial fix comment typo
Roland Scheidegger
2013-06-06
1
-1
/
+1
*
mesa: remove outdated version lines in comments
Rico Schüller
2013-06-05
4
-4
/
+0
*
draw: fix vs/fs input/output mismatches
Zack Rusin
2013-05-30
1
-0
/
+7
*
draw: add cast in debug_printf() to silence warning
Brian Paul
2013-05-29
1
-1
/
+1
*
draw: make sure viewport index is fetched from leading vertex
Zack Rusin
2013-05-25
6
-28
/
+54
*
draw: clamp the viewports to always be between 0 and max
Zack Rusin
2013-05-25
5
-16
/
+24
*
draw: fixup draw_find_shader_output
Zack Rusin
2013-05-25
2
-6
/
+7
*
draw: implement support for multiple viewports
Zack Rusin
2013-05-25
9
-33
/
+105
*
gallium: Add support for multiple viewports
Zack Rusin
2013-05-25
2
-4
/
+9
*
draw: More defensive coding in DRAW_GET_IDX.
José Fonseca
2013-05-15
1
-2
/
+2
*
draw: Fix vsplit regression when the ib can be used directly.
José Fonseca
2013-05-15
1
-1
/
+1
*
draw/gs: fix extracting of the clip
Zack Rusin
2013-05-14
1
-2
/
+4
*
draw: try to prevent overflows on index buffers
Zack Rusin
2013-05-14
8
-54
/
+110
*
draw: use the total number of vertices for statistics
Zack Rusin
2013-05-14
2
-2
/
+2
*
draw: don't crash on vertex buffer overflow
Zack Rusin
2013-05-14
10
-31
/
+122
*
draw/gs: don't bind the tgsi state if we're using llvm paths
Zack Rusin
2013-05-14
1
-1
/
+6
*
draw: Fix io_ptr/num_prims name in IR.
José Fonseca
2013-05-14
1
-1
/
+1
*
draw/pt: adjust overflow calculations
Zack Rusin
2013-05-03
1
-2
/
+1
*
draw: Update for u_assembled_primitive -> u_assembled_prim rename.
José Fonseca
2013-05-03
1
-1
/
+1
*
draw: use u_assembled_prim() instead of u_assembled_primitive()
Chia-I Wu
2013-05-03
2
-3
/
+3
*
draw/gs: don't crash when vs/gs signatures don't match
Zack Rusin
2013-05-02
1
-39
/
+54
*
draw: don't crash if GS doesn't emit anything
Zack Rusin
2013-04-27
2
-0
/
+18
[prev]
[next]