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
*
android: pass -std=c99 by default
Chia-I Wu
2011-11-26
4
-7
/
+0
*
st/xa: Kill a couple of compilation warnings
Thomas Hellstrom
2011-11-25
2
-1
/
+6
*
st/xa, xa/vmwgfx: Generate exported symbol list from the st/xa symbols.
Thomas Hellstrom
2011-11-25
2
-33
/
+7
*
st/xa, xa/vmwgfx: Use XA_EXPORT attribute to indicate global visibility
Thomas Hellstrom
2011-11-25
7
-36
/
+43
*
st/xa, xa/vmwgfx: Set the right version on library suffix
Thomas Hellstrom
2011-11-25
2
-4
/
+1
*
android: add support for ICS
Chia-I Wu
2011-11-25
4
-32
/
+50
*
st/egl: fix a crash in Android backend
Chia-I Wu
2011-11-25
1
-3
/
+4
*
softpipe: s/int/unsigned/ to be consistent in alpha test code
Brian Paul
2011-11-23
1
-2
/
+2
*
softpipe: remove pointless break stmt
Brian Paul
2011-11-23
1
-1
/
+0
*
i915g: don't set alpha to 1 for RGBX and BGRX
Vasily Khoruzhick
2011-11-23
1
-2
/
+1
*
gallium: remove trailing comma and unneeded comments in p_defines.h
Brian Paul
2011-11-22
1
-4
/
+4
*
r600g: handle all remaining CAPs
Marek Olšák
2011-11-22
1
-0
/
+6
*
r600g: remove default case statements in get_param
Marek Olšák
2011-11-22
1
-9
/
+3
*
r300g: re-order shaders CAPs
Marek Olšák
2011-11-22
1
-7
/
+6
*
r300g: handle SHADER_CAP_OUTPUT_READ
Marek Olšák
2011-11-22
1
-0
/
+2
*
r300g: remove default case statements in get_param
Marek Olšák
2011-11-22
1
-8
/
+2
*
u_vbuf_mgr: rename to u_vbuf
Marek Olšák
2011-11-22
7
-30
/
+30
*
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
21
-124
/
+146
*
gallium: remove PIPE_CAP_GLSL and enable GLSL unconditionally
Marek Olšák
2011-11-22
14
-35
/
+0
*
i915g: implement RGBX and BGRX render targets
Vasily Khoruzhick
2011-11-22
2
-2
/
+7
*
r600g: handle PIPE_SHADER_CAP_OUTPUT_READ
Vadim Girlin
2011-11-21
1
-0
/
+2
*
gallium: add PIPE_SHADER_CAP_OUTPUT_READ
Vadim Girlin
2011-11-21
2
-2
/
+2
*
r300g: set max_index to 0xffffff if there are no per-vertex attribs
Marek Olšák
2011-11-20
1
-2
/
+11
*
u_vbuf_mgr: correctly compute max vertex count from hw buffers
Marek Olšák
2011-11-20
3
-27
/
+42
*
u_vbuf_mgr: correctly obtain min/max_index for uploads and translate
Marek Olšák
2011-11-20
1
-7
/
+146
*
r600g: use u_vbuf_mgr to set/get the index buffer
Marek Olšák
2011-11-20
2
-14
/
+5
*
r300g: use u_vbuf_mgr to set/get the index buffer
Marek Olšák
2011-11-20
3
-24
/
+12
*
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
*
r600g: set MIN/MAX_VTX_INDX to 0 and ~0, respectively
Marek Olšák
2011-11-20
1
-10
/
+4
*
r300g: always set VF_MIN_VTX_INDX to 0
Marek Olšák
2011-11-20
1
-11
/
+10
*
gallium/docs: remove obsolete documentation
Marek Olšák
2011-11-19
1
-14
/
+0
*
r600g: don't change the order of writes in merge_inst_group
Vadim Girlin
2011-11-17
1
-1
/
+14
*
nvc0: add support for GF119 (NVD9)
Ben Skeggs
2011-11-17
2
-0
/
+2
*
util/draw: replace assertions with conditionals in util_draw_max_index()
Brian Paul
2011-11-15
2
-13
/
+39
*
r600g: fix the representation of control-flow instructions
Marek Olšák
2011-11-15
9
-426
/
+536
*
gallium: add TGSI_SEMANTIC_VERTEXID
Christoph Bumiller
2011-11-14
5
-2
/
+9
*
r600g: mask write for fake VS export components
Vadim Girlin
2011-11-14
1
-4
/
+4
*
r600g: fix op3 & write in merge_inst_groups
Vadim Girlin
2011-11-14
1
-1
/
+1
*
r600g: set max max tex/vtx instructions count to 16 for cayman
Alex Deucher
2011-11-14
1
-3
/
+1
*
r600g: set max tex/vtx instructions count to 16 for evergreen
Vadim Girlin
2011-11-14
1
-1
/
+1
*
llvmpipe: Silent warnings about undeclared llvmpipe_check_render_cond.
José Fonseca
2011-11-14
2
-0
/
+2
*
util: Avoid signed/unsigned comparison in u_trim_pipe_prim().
José Fonseca
2011-11-14
1
-1
/
+1
*
llvmpipe: Remove unused variables.
José Fonseca
2011-11-14
1
-2
/
+0
[next]