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: add casts in fprintf() calls to silence warnings
Brian Paul
2011-12-03
1
-4
/
+6
*
gallium: add PIPE_FORMAT_ETC1_RGB8
Chia-I Wu
2011-12-02
6
-2
/
+161
*
u_vbuf: Silence uninitialized variable warnings.
Vinson Lee
2011-12-01
1
-0
/
+2
*
Remove windows kernel support code.
José Fonseca
2011-11-29
5
-127
/
+3
*
gallium/auxiliary: Remove os_stream.
José Fonseca
2011-11-29
4
-96
/
+91
*
gallium: add B10G10R10A2_UINT format
Dave Airlie
2011-11-27
1
-0
/
+1
*
u_vbuf_mgr: rename to u_vbuf
Marek Olšák
2011-11-22
2
-23
/
+23
*
u_vbuf_mgr: better way to find a free VB slot + check errors early
Marek Olšák
2011-11-22
1
-41
/
+62
*
u_vbuf_mgr: remove a useless variable
Marek Olšák
2011-11-22
1
-4
/
+4
*
u_vbuf_mgr: remove redundant memset
Marek Olšák
2011-11-22
1
-3
/
+1
*
u_vbuf_mgr: don't reference non-native vertex buffers as native
Marek Olšák
2011-11-22
1
-1
/
+2
*
u_vbuf_mgr: rename translate_vb_slot -> fallback_vb_slot
Marek Olšák
2011-11-22
1
-15
/
+14
*
gallium: separate out floating-point CAPs into its own enum
Marek Olšák
2011-11-22
1
-1
/
+1
*
gallium: remove PIPE_CAP_GLSL and enable GLSL unconditionally
Marek Olšák
2011-11-22
1
-1
/
+0
*
u_vbuf_mgr: correctly compute max vertex count from hw buffers
Marek Olšák
2011-11-20
2
-26
/
+34
*
u_vbuf_mgr: correctly obtain min/max_index for uploads and translate
Marek Olšák
2011-11-20
1
-7
/
+146
*
u_vbuf_mgr: add set_index_buffer function
Marek Olšák
2011-11-20
2
-0
/
+18
*
u_vbuf_mgr: add comments
Marek Olšák
2011-11-20
1
-5
/
+15
*
u_vbuf_mgr: don't upload user buffers which have been uploaded by translate
Marek Olšák
2011-11-20
1
-19
/
+33
*
util/draw: replace assertions with conditionals in util_draw_max_index()
Brian Paul
2011-11-15
1
-8
/
+24
*
util: Avoid signed/unsigned comparison in u_trim_pipe_prim().
José Fonseca
2011-11-14
1
-1
/
+1
*
util: check for null vertex buffer object in blit code
Brian Paul
2011-11-11
1
-6
/
+10
*
llvmpipe/u_format: add support for EXT_texture_shared_exponent + EXT_packed_f...
Dave Airlie
2011-11-10
1
-0
/
+5
*
util: add log2f for Android
Chia-I Wu
2011-11-07
1
-0
/
+11
*
u_format: fix RGTC support in fits 8unorm.
Dave Airlie
2011-11-06
1
-2
/
+7
*
st/mesa: set geometry shader to NULL when doing internal drawing
Marek Olšák
2011-11-04
2
-0
/
+9
*
u_vbuf_mgr: avoid one call to pipe_resource_reference in most cases
Marek Olšák
2011-11-04
1
-1
/
+2
*
gallium/util: Add macros for converting from little endian to CPU byte order.
Michel Dänzer
2011-11-02
1
-0
/
+13
*
util: Add missing initializer.
José Fonseca
2011-10-31
1
-1
/
+1
*
u_format: Fix -NaN handling for packing of 10F_11F_11F_REV to match GL specs.
Eric Anholt
2011-10-28
1
-11
/
+31
*
u_format: Fix clamping of overflow in 10F_11F_11F_REV to match GL specs.
Eric Anholt
2011-10-28
1
-4
/
+18
*
u_format: Fix bitshifting for unpacking from 10F.
Eric Anholt
2011-10-28
1
-2
/
+2
*
u_format: Fix bit definition of UF10_MANTISSA_BITS.
Eric Anholt
2011-10-28
1
-1
/
+1
*
gallium/auxiliary/util: Solaris also has standard Unix sockets
Alan Coopersmith
2011-10-27
2
-4
/
+8
*
util: handle failed mapping in u_upload_alloc()
Brian Paul
2011-10-24
1
-0
/
+5
*
util: handle failed mapping in u_upload_alloc_buffer()
Brian Paul
2011-10-24
1
-1
/
+6
*
util: remove gotos in u_upload_mgr.c
Brian Paul
2011-10-24
1
-16
/
+8
*
u_blitter: accept overriden width0 and height0
Marek Olšák
2011-10-23
2
-79
/
+57
*
u_blitter: add a copy_texture function which uses views and not resources
Marek Olšák
2011-10-23
2
-115
/
+117
*
gallium: rename ZS stencil type to UINT (v2)
Dave Airlie
2011-10-11
10
-135
/
+136
*
u_blitter: clean up velem setup
Dave Airlie
2011-10-10
1
-16
/
+8
*
u_blitter: query vertex shader caps instead of geometry for int vertices
Marek Olšák
2011-10-09
1
-1
/
+1
*
u_blitter: don't create integer vertex elements unless shader supports them
Dave Airlie
2011-10-09
1
-20
/
+29
*
u_blitter: add integer clear support
Dave Airlie
2011-10-09
2
-21
/
+69
*
gallium: add initial pure integer support (v2)
Dave Airlie
2011-10-08
8
-19
/
+518
*
u_format: add inline helper to find first non void channel
Dave Airlie
2011-10-08
2
-8
/
+22
*
u_blitter: bind a NULL geometry shader
Marek Olšák
2011-10-08
2
-1
/
+32
*
u_blitter: cleanup checking for and restoring saved states
Marek Olšák
2011-10-08
2
-98
/
+172
*
gallium: add polygon offset clamp state
Christoph Bumiller
2011-09-28
1
-0
/
+1
*
gallium: move border color to be a color union
Dave Airlie
2011-09-27
1
-1
/
+1
[prev]
[next]