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
*
Squash-merge branch 'gallium-clip-state'
Marek Olšák
2012-01-10
17
-77
/
+48
*
draw: Fail if we fail to enable llvm when asked for it
Jakob Bornecrantz
2012-01-09
1
-5
/
+11
*
draw: Make it possible to create a llvm free context
Jakob Bornecrantz
2012-01-09
2
-15
/
+35
*
vl: replace decode_buffers with auxiliary data field
Christian König
2012-01-09
6
-72
/
+112
*
gallium: add an IABS opcode to TGSI
Bryan Cain
2012-01-07
2
-0
/
+5
*
util: silence some MSVC type conversion warnings
Brian Paul
2012-01-07
1
-5
/
+5
*
draw: replace assert(0) with debug_warn_once()
Brian Paul
2012-01-07
3
-6
/
+6
*
util: add debug_warn_once() macro
Brian Paul
2012-01-07
1
-0
/
+19
*
draw: whitespace fixes, etc.
Brian Paul
2012-01-07
4
-173
/
+160
*
gallium: make vbuf_render::set_primitive() return void
Brian Paul
2012-01-07
4
-29
/
+10
*
u_vbuf: don't unroll indices if mapping vertex buffers blocks
Marek Olšák
2012-01-07
1
-1
/
+35
*
draw: fix missing include for u_format.
Dave Airlie
2012-01-07
1
-0
/
+1
*
gallium: add new semantic for clip vertex.
Dave Airlie
2012-01-07
1
-1
/
+2
*
draw: don't translate non-floats to float.
Dave Airlie
2012-01-07
1
-0
/
+22
*
draw: fix piglit base vertex + user vertex array tests
Dave Airlie
2012-01-06
1
-1
/
+1
*
gallium: add support for clip distances
Bryan Cain
2012-01-05
3
-10
/
+37
*
u_vbuf: use cso_cache to cache vertex element states
Marek Olšák
2012-01-05
1
-10
/
+47
*
u_vbuf: implement another upload codepath which unrolls indices
Marek Olšák
2012-01-05
2
-27
/
+120
*
u_vbuf: cleanup variable names to be consistent
Marek Olšák
2012-01-05
1
-13
/
+11
*
u_vbuf: cleanup the computation of how many vertices to upload/translate
Marek Olšák
2012-01-05
1
-16
/
+23
*
u_vbuf: convert min_index,max_index to start,count
Marek Olšák
2012-01-05
1
-19
/
+26
*
util: add helper function util_dump_draw_info
Marek Olšák
2012-01-05
2
-0
/
+34
*
translate: implement translation of 10_10_10_2 types
Marek Olšák
2012-01-05
1
-0
/
+148
*
translate: implement translation of (pure) integer formats
Marek Olšák
2012-01-05
1
-94
/
+252
*
u_format: implement fetch_rgba_uint and fetch_rgba_sint for integer formats
Marek Olšák
2012-01-05
3
-4
/
+32
*
gallium: remove deprecated PIPE_TRANSFER_DISCARD
Marek Olšák
2012-01-05
5
-11
/
+11
*
u_vbuf: translate per-vertex, per-instance, and constant attribs separately
Marek Olšák
2012-01-05
1
-104
/
+236
*
u_vbuf: take start_instance into account when uploading instanced attribs
Marek Olšák
2012-01-05
1
-2
/
+4
*
u_upload_mgr: remove the 'flushed' parameter
Marek Olšák
2012-01-05
3
-20
/
+8
*
u_vbuf: don't map user buffers, just obtain a pointer to them
Marek Olšák
2012-01-05
1
-6
/
+11
*
u_vbuf: only map a subrange of buffers to translate
Marek Olšák
2012-01-05
1
-9
/
+8
*
gallium: fix behavior of pipe_buffer_map_range
Marek Olšák
2012-01-05
2
-6
/
+5
*
u_vbuf: remove the workaround for half floats and translate
Marek Olšák
2012-01-05
1
-20
/
+1
*
translate: implement translation of half floats in the generic codepath
Marek Olšák
2012-01-05
1
-0
/
+21
*
tgsi: consolidate TGSI string arrays in new tgsi_strings.h
Brian Paul
2012-01-05
7
-232
/
+255
*
gallium/util: fix argument cast in x32_s8_get_tile_rgba() call
Brian Paul
2012-01-04
1
-1
/
+1
*
vl/mpeg2: simple fix to get xine running again
Christian König
2012-01-04
1
-4
/
+5
*
tgsi/softpipe: disable FAST_MATH
Dave Airlie
2012-01-03
1
-1
/
+1
*
softpipe: remove the 32bits limitation on depth(-stencil) formats
Morgan Armand
2012-01-03
1
-0
/
+28
*
gallium: use Haiku provided debug_printf in OS.h
Alexander von Gluck
2012-01-03
1
-1
/
+4
*
vl: seperate shader buffers from components
Christian König
2012-01-02
7
-64
/
+38
*
u_blitter: expose functions for setting default views and surfaces for copying
Marek Olšák
2012-01-01
2
-18
/
+65
*
softpipe: reorder LIT to fix fp-lit-src-equals-dst
Dave Airlie
2011-12-31
1
-8
/
+8
*
u_format: fix latc fetches.
Dave Airlie
2011-12-30
1
-1
/
+6
*
u_format/rgtc: fix alpha values in returned texels.
Dave Airlie
2011-12-30
1
-1
/
+10
*
u_format: fix inv_swizzles generation
Dave Airlie
2011-12-30
1
-1
/
+2
*
gallium: use Mesa pthread_barrier_t on Haiku, as it is incomplete under Haiku
Alexander von Gluck
2011-12-27
1
-1
/
+1
*
gallium/u_pack: fix l8/i8 pack color ub
Dave Airlie
2011-12-27
1
-1
/
+1
*
vl: call decode_bitstream only once
Christian König
2011-12-26
3
-5
/
+9
*
vl: Fix inverted logic in vlc checks
Maarten Lankhorst
2011-12-24
1
-4
/
+4
[next]