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
/
util
Commit message (
Expand
)
Author
Age
Files
Lines
*
util: replace format equality test with compatibility test in blit code
Brian Paul
2012-02-29
1
-1
/
+21
*
util: better comment for util_is_format_compatible()
Brian Paul
2012-02-29
1
-2
/
+3
*
util: fix assertions in u_blitter.c code
Brian Paul
2012-02-29
1
-11
/
+11
*
gallium/util: add fast path for buffers in u_default_transfer_inline_write
Marek Olšák
2012-02-27
1
-14
/
+23
*
gallium/util: set correct usage flags in u_default_transfer_inline_write
Marek Olšák
2012-02-27
1
-0
/
+12
*
u_blitter: decrease minimum buffer range alignment to 4 for copy_buffer
Marek Olšák
2012-02-24
1
-5
/
+5
*
u_blitter: check for invalid values in copy_buffer
Marek Olšák
2012-02-24
1
-0
/
+11
*
gallium/u_slab: fix possible crash in util_slab_destroy
Marek Olšák
2012-02-23
1
-3
/
+5
*
util: add mutex lock in u_debug_memory.c code
Brian Paul
2012-02-23
1
-0
/
+9
*
gallium: added pipe_sampler_view_release() function
Brian Paul
2012-02-23
1
-0
/
+22
*
gallium/util: remove u_simple_screen
Marek Olšák
2012-02-21
1
-180
/
+0
*
util: fix typo in debug_printf_once comment
Brian Paul
2012-02-06
1
-1
/
+1
*
vl: remove assert on unknown video profile
Christian König
2012-02-06
1
-1
/
+0
*
svga: set POINTSIZEMIN to 1.0 for non-sprite non-aa points
Marek Olšák
2012-01-31
1
-0
/
+11
*
util: Silence GCC unused-but-set-variable warning.
Vinson Lee
2012-01-16
1
-0
/
+2
*
gallium: improve the pipe_stream_output_info struct (v2)
Marek Olšák
2012-01-15
2
-4
/
+6
*
mesa/gallium: add FFS_DEFINED to protect ffs() from multiple definitions
Brian Paul
2012-01-12
1
-0
/
+5
*
util: use memset() to initialize surface, sampler_view templates
Brian Paul
2012-01-10
2
-7
/
+16
*
Squash-merge branch 'gallium-clip-state'
Marek Olšák
2012-01-10
5
-29
/
+8
*
util: silence some MSVC type conversion warnings
Brian Paul
2012-01-07
1
-5
/
+5
*
util: add debug_warn_once() macro
Brian Paul
2012-01-07
1
-0
/
+19
*
u_vbuf: don't unroll indices if mapping vertex buffers blocks
Marek Olšák
2012-01-07
1
-1
/
+35
*
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
*
u_format: implement fetch_rgba_uint and fetch_rgba_sint for integer formats
Marek Olšák
2012-01-05
3
-4
/
+32
*
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
*
gallium/util: fix argument cast in x32_s8_get_tile_rgba() call
Brian Paul
2012-01-04
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
*
u_blitter: expose functions for setting default views and surfaces for copying
Marek Olšák
2012-01-01
2
-18
/
+65
*
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/u_pack: fix l8/i8 pack color ub
Dave Airlie
2011-12-27
1
-1
/
+1
*
st/mesa: implement EXT_transform_feedback and ARB_transform_feedback2
Marek Olšák
2011-12-15
2
-0
/
+9
*
u_blitter: implement copy_buffer using stream output
Marek Olšák
2011-12-15
2
-2
/
+96
*
u_blitter: restore stream output targets
Marek Olšák
2011-12-15
2
-0
/
+36
*
gallium: utility helper functions for stream output
Marek Olšák
2011-12-15
5
-1
/
+45
*
gallium: interface changes necessary to implement transform feedback (v5)
Marek Olšák
2011-12-15
1
-0
/
+19
*
util: Add strings.h include on unices
José Fonseca
2011-12-09
1
-0
/
+4
[next]