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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Squash-merge branch 'gallium-clip-state'
Marek Olšák
2012-01-10
72
-299
/
+313
*
softpipe: Don't use llvm in draw
Jakob Bornecrantz
2012-01-09
1
-1
/
+4
*
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
*
radeon/winsys: fix get info ioctl error checking
Jerome Glisse
2012-01-09
1
-3
/
+5
*
vl: replace decode_buffers with auxiliary data field
Christian König
2012-01-09
19
-158
/
+146
*
nvfx: remove unused-but-set variables
Marek Olšák
2012-01-08
2
-5
/
+0
*
gallium: add an IABS opcode to TGSI
Bryan Cain
2012-01-07
4
-1
/
+20
*
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
9
-52
/
+27
*
svga: fix assorted whitespace issues, add copyright comment
Brian Paul
2012-01-07
3
-78
/
+85
*
svga: add switch cases for PIPE_SHADER_CAP_OUTPUT_READ
Brian Paul
2012-01-07
1
-0
/
+4
*
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
2
-2
/
+4
*
draw: don't translate non-floats to float.
Dave Airlie
2012-01-07
1
-0
/
+22
*
r600g: remove obsolete MULTIWRITE comment
Alex Deucher
2012-01-06
1
-1
/
+0
*
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
4
-11
/
+39
*
r300/compiler: fix buffer underflow when setting SEM_WAIT on last instruction
Marek Olšák
2012-01-05
2
-4
/
+4
*
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
3
-28
/
+121
*
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
*
trace: dump primitive restart info
Marek Olšák
2012-01-05
1
-0
/
+3
*
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: add flag PIPE_TRANSFER_MAP_PERMANENTLY
Marek Olšák
2012-01-05
12
-6
/
+57
*
gallium: remove deprecated PIPE_TRANSFER_DISCARD
Marek Olšák
2012-01-05
11
-17
/
+16
*
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
9
-39
/
+18
*
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
3
-6
/
+6
*
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
*
svga: Trim the dri binary a bit on scons release builds
Jakob Bornecrantz
2012-01-05
1
-1
/
+5
*
svga: Fix texture cube param cap
Jakob Bornecrantz
2012-01-05
1
-2
/
+2
*
tgsi: consolidate TGSI string arrays in new tgsi_strings.h
Brian Paul
2012-01-05
7
-232
/
+255
*
gallium: add STATIC_ASSERT macro
Brian Paul
2012-01-05
1
-0
/
+11
*
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
[next]