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
*
translate: s/varient/variant/
Brian Paul
2011-04-15
1
-44
/
+44
*
gallium: add and use generic function for querying patented format support (v2)
Marek Olšák
2011-04-15
2
-0
/
+59
*
gallium: add A/L/LA/I floating point formats
Luca Barbieri
2011-04-15
1
-0
/
+8
*
u_vbuf_mgr: fixed vbo max_index calculation
pepp
2011-04-11
1
-1
/
+1
*
u_vbuf_mgr: fix crash with unsupported vertex format in hw VBOs
Marek Olšák
2011-04-08
2
-2
/
+6
*
llvmpipe: Take the sampler view's first_level into account when sampling.
Fabian Bieler
2011-04-08
9
-30
/
+65
*
util: add cpu detection for sse 4.2 and avx
Brian Paul
2011-04-07
2
-0
/
+6
*
util: simplify bit shifting in util_cpu_detect()
Brian Paul
2011-04-07
1
-11
/
+11
*
draw: Fix thinko in debug warnings.
José Fonseca
2011-04-06
1
-3
/
+3
*
translate: Respect translate_buffer::max_index.
José Fonseca
2011-04-01
3
-2
/
+28
*
draw: Prevent out-of-bounds vertex buffer access.
José Fonseca
2011-04-01
11
-7
/
+157
*
draw: Revert code reorg in previous change.
José Fonseca
2011-03-31
1
-4
/
+4
*
draw: implement vertex color clamping, and disable SSE and PPC paths
Luca Barbieri
2011-03-31
4
-9
/
+58
*
gallium: list use inline function to avoid macro shot coming
Jerome Glisse
2011-03-30
1
-43
/
+67
*
draw: Forgot to remove one istart usage.
José Fonseca
2011-03-30
1
-1
/
+1
*
draw: Fix bug when drawing ushort indices.
José Fonseca
2011-03-30
1
-6
/
+8
*
gallium: add EXT_texture_snorm support
Marek Olšák
2011-03-29
1
-0
/
+8
*
gallivm: Fix build with llvm-2.9.
Vinson Lee
2011-03-28
1
-2
/
+2
*
gallivm: Fix build with llvm-2.9
Tobias Droste
2011-03-28
1
-3
/
+9
*
gallivm: Fix build with llvm-2.9.
Vinson Lee
2011-03-25
1
-0
/
+5
*
gallium/util: Use PIPE_TRANSFER_DISCARD_RANGE in pipe_buffer_write.
Mathias Fröhlich
2011-03-15
1
-0
/
+2
*
gallivm: Fix build with llvm 2.6 on 32bit platforms
José Fonseca
2011-03-13
1
-2
/
+4
*
gallivm: Use LLVM MC disassembler, instead of udis86.
José Fonseca
2011-03-13
6
-206
/
+367
*
util: Silence gcc unitialized member warning
José Fonseca
2011-03-13
1
-0
/
+1
*
draw: Fix draw_variant_output::format's type.
José Fonseca
2011-03-13
2
-3
/
+4
*
tgsi: Fix parsing of properties with digits in the name
Jakob Bornecrantz
2011-03-13
1
-1
/
+1
*
rbug: Remove flags from flush
Jakob Bornecrantz
2011-03-13
2
-6
/
+0
*
gallium: Delay the creation of simple helper shaders
Jakob Bornecrantz
2011-03-12
2
-80
/
+116
*
u_blitter: Do blits in linear color space.
Henri Verbeet
2011-03-12
2
-22
/
+38
*
gallium: remove the geom_flags param from is_format_supported
Marek Olšák
2011-03-11
6
-17
/
+15
*
gallium: kill is_resource_referenced
Marek Olšák
2011-03-11
3
-27
/
+0
*
util: Fix typo in u_upload_flush().
José Fonseca
2011-03-11
1
-2
/
+2
*
draw: remove unnecessary flush
Marek Olšák
2011-03-11
1
-7
/
+0
*
st/mesa: remove unnecessary flushes
Marek Olšák
2011-03-11
1
-2
/
+0
*
gallium/util: new polygon stipple utility helper
Brian Paul
2011-03-10
4
-0
/
+492
*
util: Use PIPE_TRANSFER_DISCARD_WHOLE_RESOURCE in pipe_buffer_write.
José Fonseca
2011-03-09
1
-1
/
+6
*
util: add ensure_sanity checks, fix a bug
Keith Whitwell
2011-03-09
1
-2
/
+56
*
util: improve cache collision behaviour
Keith Whitwell
2011-03-09
1
-18
/
+76
*
util: Add remove to util_cache
Alex Corscadden
2011-03-09
2
-0
/
+26
*
util: Allow util_draw_texquad to draw quads with non-integer coordinates.
Alex Corscadden
2011-03-09
1
-2
/
+2
*
gallium: add timeout parameter to fence_finish
Marek Olšák
2011-03-08
1
-1
/
+2
*
gallium/util: add LATC support
Marek Olšák
2011-03-08
8
-4
/
+467
*
llvmpipe: clamp texcoords in lp_build_sample_compare()
Brian Paul
2011-03-07
1
-0
/
+5
*
pb: Add is_buffer_busy for malloc buffers.
José Fonseca
2011-03-06
1
-1
/
+10
*
os: Fix pipe_static_mutex on Windows.
José Fonseca
2011-03-06
1
-1
/
+2
*
draw: Silence tgsi_emit_sse2 failed messages.
José Fonseca
2011-03-04
1
-1
/
+2
*
tgsi: Disable SSE2 code generation.
José Fonseca
2011-03-04
1
-3
/
+20
*
tgsi: Update assert.
José Fonseca
2011-03-03
1
-1
/
+1
*
tgsi: defer allocation of huge inputs/outputs until we have a gs
Zack Rusin
2011-03-02
2
-6
/
+45
*
gallium: Add u_format_rgtc.c to SConscript.
Vinson Lee
2011-03-01
1
-0
/
+1
[next]