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
*
hud: add float casts to silence MSVC warnings
Brian Paul
2013-06-26
1
-49
/
+49
*
hud: include stdio.h since we use fprintf(), fscanf(), etc
Brian Paul
2013-06-26
1
-0
/
+2
*
hud: add cast to silence MSVC warning
Brian Paul
2013-06-26
1
-1
/
+1
*
os: add cast in os_time_sleep() to silence MSVC warning
Brian Paul
2013-06-26
1
-1
/
+1
*
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
*
vl/mpeg12: handle mpeg-1 bitstreams more correctly
Maarten Lankhorst
2013-06-26
1
-5
/
+16
*
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
*
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
*
gallium/hud: do not use free() for the free_query_data hook
Brian Paul
2013-06-24
3
-3
/
+23
*
draw: check for out-of-memory conditions in the AA line module.
Matthew McClure
2013-06-24
1
-7
/
+34
*
gallium: Fix llvmpipe on big-endian machines
Adam Jackson
2013-06-24
15
-256
/
+160
*
vl/mpeg12: fix mpeg-1 bytestream parsing
Maarten Lankhorst
2013-06-22
1
-6
/
+24
*
util: (trivial) add has_popcnt field
Roland Scheidegger
2013-06-19
2
-0
/
+2
*
indices: add some comments
Brian Paul
2013-06-19
2
-4
/
+28
*
Revert "draw: clear the draw buffers in draw"
Zack Rusin
2013-06-17
2
-25
/
+3
*
gallium: add condition parameter to render_condition
Roland Scheidegger
2013-06-18
8
-9
/
+21
*
tgsi: text parser: fix parsing of array in declaration
Dave Airlie
2013-06-18
1
-3
/
+9
*
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
*
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
3
-5
/
+10
*
util: new util_fill_box helper
Roland Scheidegger
2013-06-13
2
-10
/
+37
*
gallivm: (trivial) remove duplicated code block (including comment)
Roland Scheidegger
2013-06-13
1
-7
/
+0
*
draw: implement distance culling
Zack Rusin
2013-06-10
8
-31
/
+198
*
gallium: add a cull distance semantic
Zack Rusin
2013-06-10
3
-1
/
+7
*
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
6
-2
/
+22
*
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
*
util: Use sizeof(void *) rather than 0 as the fallback cache line size
Richard Sandiford
2013-06-10
1
-0
/
+5
*
llvmpipe: Use saturating add/sub for UNORM formats
Richard Sandiford
2013-06-10
1
-0
/
+8
*
gallivm: work around slow code generated for interleaving 128bit vectors
Roland Scheidegger
2013-06-08
1
-0
/
+22
*
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
*
gallium: Remove draw_arrays() and draw_arrays_instanced() functions
Arnas Milasevicius
2013-06-07
2
-51
/
+0
*
tgsi: replace tgsi_file_names tgsi_file_names[] with tgsi_file_name() function
Brian Paul
2013-06-07
5
-14
/
+26
*
u_vbuf: fix index buffer leak
Chia-I Wu
2013-06-07
1
-0
/
+3
*
draw: trivial fix comment typo
Roland Scheidegger
2013-06-06
1
-1
/
+1
*
gallium/tgsi: add missing string for layer semantic
Roland Scheidegger
2013-06-06
3
-1
/
+8
[next]