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
*
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
*
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
2
-13
/
+39
*
gallium: add TGSI_SEMANTIC_VERTEXID
Christoph Bumiller
2011-11-14
4
-0
/
+6
*
util: Avoid signed/unsigned comparison in u_trim_pipe_prim().
José Fonseca
2011-11-14
1
-1
/
+1
*
draw: Handle failure to allocate aligned_constant_storage.
José Fonseca
2011-11-14
1
-3
/
+9
*
gallivm: Remove duplicate statement.
José Fonseca
2011-11-14
1
-2
/
+0
*
gallivm: Include stddef.h before the LLVM C++ headers.
José Fonseca
2011-11-14
2
-0
/
+4
*
draw: handle out of memory conditions
Brian Paul
2011-11-11
1
-3
/
+5
*
util: check for null vertex buffer object in blit code
Brian Paul
2011-11-11
1
-6
/
+10
*
draw/llvm: silence uninitialized variable warnings
Brian Paul
2011-11-10
1
-0
/
+2
*
llvmpipe/u_format: add support for EXT_texture_shared_exponent + EXT_packed_f...
Dave Airlie
2011-11-10
1
-0
/
+5
*
Remove tgsi_sse2.
José Fonseca
2011-11-08
12
-6782
/
+2
*
util: add log2f for Android
Chia-I Wu
2011-11-07
1
-0
/
+11
*
llvmpipe: fix typo in the depth sampling aos code.
Dave Airlie
2011-11-06
1
-1
/
+1
*
u_format: fix RGTC support in fits 8unorm.
Dave Airlie
2011-11-06
1
-2
/
+7
*
gallivm: change sys::getHostTriple to sys::getDefaultTargetTriple for LLVM >=...
Christian Inci
2011-11-06
1
-0
/
+4
*
g3dvl: Fix memory leaks on error paths.
Vinson Lee
2011-11-05
1
-1
/
+4
*
pp: Reorder calloc to avoid memory leak on error path.
Vinson Lee
2011-11-05
1
-3
/
+4
*
st/mesa: set geometry shader to NULL when doing internal drawing
Marek Olšák
2011-11-04
3
-1
/
+27
*
gallium/cso_cache: remove one call to pipe_sampler_view_reference
Marek Olšák
2011-11-04
1
-2
/
+4
*
u_vbuf_mgr: avoid one call to pipe_resource_reference in most cases
Marek Olšák
2011-11-04
1
-1
/
+2
*
draw: assert that we have non-null fragment shader
Brian Paul
2011-11-03
2
-0
/
+4
*
state_trackers/vdpau: Implement VdpGenerateCSCMatrix
Maarten Lankhorst
2011-11-03
2
-1
/
+21
*
g3dvl: remove some stale variable increment
Christian König
2011-11-03
1
-1
/
+1
*
gallium/util: Add macros for converting from little endian to CPU byte order.
Michel Dänzer
2011-11-02
1
-0
/
+13
[next]