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
Commit message (
Expand
)
Author
Age
Files
Lines
*
tgsi/ureg: make the dst register match the src indirection
Zack Rusin
2013-05-03
2
-4
/
+11
*
vl/idct: fix for commit 7d2f2a0c890b1993532a45c8c392c28950ddc06e
Christian König
2013-05-03
3
-16
/
+21
*
vl/buffers: fix typo in function name
Christian König
2013-05-03
2
-13
/
+13
*
draw: Update for u_assembled_primitive -> u_assembled_prim rename.
José Fonseca
2013-05-03
1
-1
/
+1
*
util/prim: add u_reduced_prims_for_vertices()
Chia-I Wu
2013-05-03
1
-0
/
+20
*
util/prim: assorted fixes for u_decomposed_prims_for_vertices()
Chia-I Wu
2013-05-03
1
-11
/
+11
*
util/prim: use vertex count info in u_validate_pipe_prim()
Chia-I Wu
2013-05-03
1
-32
/
+2
*
util/prim: fix the name of the include guard
Chia-I Wu
2013-05-03
1
-2
/
+2
*
draw: use u_assembled_prim() instead of u_assembled_primitive()
Chia-I Wu
2013-05-03
3
-11
/
+3
*
util/prim: clean up and add comments
Chia-I Wu
2013-05-03
1
-60
/
+107
*
util/prim: fix primitive trimming for triangles with adjacency
Chia-I Wu
2013-05-03
1
-2
/
+2
*
draw/gs: don't crash when vs/gs signatures don't match
Zack Rusin
2013-05-02
1
-39
/
+54
*
tgsi: allow negation of all integer types
Zack Rusin
2013-05-02
2
-3
/
+2
*
gallivm: Fix build with LLVM 3.3
Armin K
2013-05-02
1
-1
/
+3
*
gallivm: Fix altivec intrinsics for 8xi16 add/sub
Adam Jackson
2013-05-02
1
-2
/
+2
*
vl/buffer: use 2D_ARRAY instead of 3D textures
Christian König
2013-05-01
3
-20
/
+22
*
vl/compositor: cleanup background clearing
Christian König
2013-05-01
2
-4
/
+6
*
build: Remove HAVE_PIPE_LOADER_SW.
Matt Turner
2013-04-30
1
-4
/
+0
*
build: Rename PIPE_LOADER_HAVE_XCB to HAVE_PIPE_LOADER_XCB.
Matt Turner
2013-04-30
1
-2
/
+2
*
draw: don't crash if GS doesn't emit anything
Zack Rusin
2013-04-27
2
-0
/
+18
*
Gallium: Use mmap on Haiku for executable memory vs malloc
Alexander von Gluck IV
2013-04-29
1
-1
/
+1
*
draw/so: fix overflow calculation
Zack Rusin
2013-04-27
1
-8
/
+18
*
draw/so: indicate overflow when buffer is missing
Zack Rusin
2013-04-27
1
-0
/
+4
*
gallivm: fix indirect addressing of temps in soa mode
Zack Rusin
2013-04-27
1
-0
/
+11
*
tgsi/ureg: Add a function to return the number of outputs
Zack Rusin
2013-04-26
2
-0
/
+15
*
draw/so: Fix overflow calculations
Zack Rusin
2013-04-26
1
-3
/
+8
*
draw/llvm: fix viewport transformations
Zack Rusin
2013-04-26
1
-4
/
+5
*
Revert "draw: Yield zeros for LLVM fetches of non-existing vertex elements."
José Fonseca
2013-04-26
1
-16
/
+10
*
gallivm: Fix trivial out-of-bounds indirection in lp_build_cube_lookup().
José Fonseca
2013-04-26
1
-1
/
+1
*
draw: Yield zeros for LLVM fetches of non-existing vertex elements.
José Fonseca
2013-04-25
1
-21
/
+28
*
util/u_sse: Fix _mm_shuffle_epi8 prototype for clang.
José Fonseca
2013-04-25
1
-1
/
+6
*
draw/gs: preserve leading vertex info for gs
Zack Rusin
2013-04-23
1
-1
/
+1
*
mesa: Restore 78-column wrapping of license text in C-style comments.
Kenneth Graunke
2013-04-23
9
-28
/
+37
*
mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.
Kenneth Graunke
2013-04-23
20
-20
/
+20
*
mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.
Kenneth Graunke
2013-04-23
9
-9
/
+9
*
gallium: Replace gl_rasterization_rules with lower_left_origin and half_pixel...
José Fonseca
2013-04-23
18
-27
/
+39
*
gallium/u_blitter: implement buffer clearing
Marek Olšák
2013-04-23
2
-8
/
+97
*
gallivm: Fix build with LLVM >= r180063
Tom Stellard
2013-04-23
2
-0
/
+8
*
draw: use the prim count for ia primitives
Zack Rusin
2013-04-22
1
-1
/
+2
*
tgsi/scan: set correct input limits for geometry shader
Zack Rusin
2013-04-22
1
-0
/
+17
*
draw: add code to reset instance dependent data
Zack Rusin
2013-04-22
5
-1
/
+31
*
gallium: Add a new clip_halfz rasterizer state.
José Fonseca
2013-04-22
6
-24
/
+19
*
gallivm: Fix assignment of unsigned values to OUT register.
José Fonseca
2013-04-22
1
-77
/
+52
*
Revert "gallivm: Emit vector selects."
José Fonseca
2013-04-21
1
-2
/
+14
*
gallivm: Disable LLVM 2.7 workaround on other versions.
José Fonseca
2013-04-20
1
-2
/
+1
*
gallivm: Emit vector selects.
José Fonseca
2013-04-20
1
-12
/
+2
*
gallivm: implement switch opcode
Roland Scheidegger
2013-04-20
3
-12
/
+340
*
gallivm: use uint build context for mask instead of float
Roland Scheidegger
2013-04-20
1
-1
/
+1
*
gallivm/tgsi: fix up breakc
Roland Scheidegger
2013-04-20
3
-2
/
+6
*
gallivm: increase nesting limit to 66
Roland Scheidegger
2013-04-20
1
-2
/
+4
[next]