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
*
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
*
vl: improve vlc functions and handling
Maarten Lankhorst
2011-12-23
2
-59
/
+156
*
gallivm: Close a memory leak
Lauri Kasanen
2011-12-22
1
-0
/
+1
*
vl: Remove unused declaration
Maarten Lankhorst
2011-12-20
1
-1
/
+1
*
vl: Use pipe clear_render_target instead of util_clear_render_target
Maarten Lankhorst
2011-12-20
1
-2
/
+2
*
softpipe: fix shadow1d tests.
Dave Airlie
2011-12-19
1
-1
/
+13
*
softpipe: fix shadow 2d texture array sampling
Dave Airlie
2011-12-19
1
-1
/
+10
*
gallium/draw: fix two side handling
Dave Airlie
2011-12-19
1
-18
/
+9
*
softpipe: fix texture sampling from 1D texture array
Dave Airlie
2011-12-19
1
-0
/
+13
*
gallivm: Fix build with llvm-3.1svn.
Vinson Lee
2011-12-16
2
-1
/
+15
*
gallium: fix a crash in drivers that don't support stream output
Fredrik Höglund
2011-12-15
1
-1
/
+2
*
st/mesa: implement EXT_transform_feedback and ARB_transform_feedback2
Marek Olšák
2011-12-15
4
-0
/
+118
*
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
7
-7
/
+66
*
gallium: interface changes necessary to implement transform feedback (v5)
Marek Olšák
2011-12-15
7
-9
/
+30
*
g3dvl/compositor: improve dirty area handling
Christian König
2011-12-14
2
-42
/
+70
*
gallium: implement ARB_conservative_depth
Marek Olšák
2011-12-10
3
-0
/
+22
*
util: Add strings.h include on unices
José Fonseca
2011-12-09
1
-0
/
+4
*
llvmpipe: Trim the fragment shader cached based on LLVM IR instruction count.
José Fonseca
2011-12-08
2
-0
/
+29
*
llvmpipe,draw,gallivm: Ensure we don't walk beyond the end of the shader vari...
José Fonseca
2011-12-08
1
-2
/
+7
*
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
7
-2
/
+162
*
u_vbuf: Silence uninitialized variable warnings.
Vinson Lee
2011-12-01
1
-0
/
+2
*
gallium/cell: Remove the driver.
Kai Wasserbäch
2011-11-29
4
-1514
/
+2
*
Remove windows kernel support code.
José Fonseca
2011-11-29
10
-420
/
+9
*
gallium/auxiliary: Remove os_stream.
José Fonseca
2011-11-29
11
-753
/
+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
3
-24
/
+24
*
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
*
gallium: add PIPE_SHADER_CAP_OUTPUT_READ
Vadim Girlin
2011-11-21
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
[next]