index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
auxiliary
/
util
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium/util: use explicily sized types for {un, }pack_rgba_{s, u}int
Emil Velikov
2013-07-17
2
-8
/
+8
*
util/u_format: Comment out half float denormal test case.
José Fonseca
2013-07-12
1
-0
/
+5
*
tgsi: rename the TGSI fragment kill opcodes
Brian Paul
2013-07-12
1
-5
/
+5
*
util: add casts to silence MSVC warnings in u_blit.c
Brian Paul
2013-07-12
1
-14
/
+14
*
util/u_math: Use xmmintrin.h whenever possible.
José Fonseca
2013-07-10
1
-9
/
+17
*
util: treat denorm'ed floats like zero
Zack Rusin
2013-07-09
2
-0
/
+63
*
draw/translate: fix instancing
Zack Rusin
2013-06-28
1
-4
/
+4
*
st/mesa: handle SNORM formats in generic CopyPixels path
Marek Olšák
2013-06-30
2
-0
/
+23
*
util: int/unsigned changes to silence some MSVC warnings
Brian Paul
2013-06-26
2
-3
/
+3
*
util: add some casts to silence some MSVC warnings
Brian Paul
2013-06-26
1
-2
/
+2
*
util: s/int/unsigned/ to silence some MSVC warnings
Brian Paul
2013-06-26
1
-2
/
+2
*
util/debug: Cleanup/improve debug_symbol_name_dbghelp.
José Fonseca
2013-06-25
1
-78
/
+161
*
util/debug: Make debug_backtrace_capture work for 64bit windows.
José Fonseca
2013-06-25
2
-2
/
+61
*
gallium: Fix llvmpipe on big-endian machines
Adam Jackson
2013-06-24
5
-48
/
+56
*
util: (trivial) add has_popcnt field
Roland Scheidegger
2013-06-19
2
-0
/
+2
*
gallium: add condition parameter to render_condition
Roland Scheidegger
2013-06-18
4
-3
/
+7
*
mesa: Fix bug in unclamped float to ubyte conversion.
Manfred Ernst
2013-06-12
1
-2
/
+1
*
gallium/u_format: add a new helper for initializing pipe_blit_info::mask
Marek Olšák
2013-06-13
2
-25
/
+29
*
gallium/u_blitter: make clearing independent of the colorbuffer format
Marek Olšák
2013-06-13
2
-43
/
+4
*
gallium/u_blitter: make clearing independent of the number of bound colorbuffers
Marek Olšák
2013-06-13
4
-56
/
+41
*
gallium/util: make WRITES_ALL_CBUFS optional in the passthrough fragment shader
Marek Olšák
2013-06-13
2
-4
/
+8
*
util: new util_fill_box helper
Roland Scheidegger
2013-06-13
2
-10
/
+37
*
util: Use sizeof(void *) rather than 0 as the fallback cache line size
Richard Sandiford
2013-06-10
1
-0
/
+5
*
util: add comment about bogus transfer flags
Roland Scheidegger
2013-06-07
1
-0
/
+1
*
util: fix util_clear_render_target and util_clear_depth_stencil layer handling
Roland Scheidegger
2013-06-07
1
-87
/
+103
*
util: add util_resource_is_array_texture()
Chia-I Wu
2013-06-08
1
-1
/
+19
*
u_vbuf: fix index buffer leak
Chia-I Wu
2013-06-07
1
-0
/
+3
*
mesa: remove outdated version lines in comments
Rico Schüller
2013-06-05
1
-1
/
+0
*
gallium: Add support for multiple viewports
Zack Rusin
2013-05-25
1
-4
/
+4
*
gallium: fix build on uclibc system
Anthony G. Basile
2013-05-29
1
-4
/
+2
*
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
1
-8
/
+0
*
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
*
util/u_sse: Fix _mm_shuffle_epi8 prototype for clang.
José Fonseca
2013-04-25
1
-1
/
+6
*
mesa: Restore 78-column wrapping of license text in C-style comments.
Kenneth Graunke
2013-04-23
4
-12
/
+16
*
mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.
Kenneth Graunke
2013-04-23
4
-4
/
+4
*
mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.
Kenneth Graunke
2013-04-23
4
-4
/
+4
*
gallium: Replace gl_rasterization_rules with lower_left_origin and half_pixel...
José Fonseca
2013-04-23
5
-6
/
+9
*
gallium/u_blitter: implement buffer clearing
Marek Olšák
2013-04-23
2
-8
/
+97
*
draw: implement primitive assembler
Zack Rusin
2013-04-18
1
-0
/
+21
*
util/prim: fix decomposed counts for adjacency primitives
Zack Rusin
2013-04-18
1
-4
/
+4
*
st/mesa: optionally apply texture swizzle to border color v2
Christoph Bumiller
2013-04-18
2
-0
/
+46
*
draw: implement pipeline statistics in the draw module
Zack Rusin
2013-04-16
1
-15
/
+20
*
gallium/util: add const to a parameter of util_max_layer
Marek Olšák
2013-04-06
1
-1
/
+1
*
util: add ETC as compressed format
Wladimir
2013-04-05
1
-0
/
+1
*
gallium/u_blitter: fix is_blit_generic_supported() stencil checking
Brian Paul
2013-04-05
1
-12
/
+14
[next]