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
Commit message (
Expand
)
Author
Age
Files
Lines
*
make: Use C++ compiler to link stdc++ library.
Brian Paul
2010-08-24
1
-1
/
+2
*
r600g: Add support for PIPE_FORMAT_R32_FLOAT.
Henri Verbeet
2010-08-24
1
-0
/
+3
*
nvfx: Remove unnecessary headers.
Vinson Lee
2010-08-23
3
-4
/
+0
*
r300g: Remove unused variable.
Vinson Lee
2010-08-23
1
-2
/
+0
*
st/egl: Fix r300/r600 support in KMS backend.
Chia-I Wu
2010-08-24
2
-3
/
+32
*
targets/egl: Check against drm_driver_descriptor::name.
Chia-I Wu
2010-08-24
3
-16
/
+15
*
targets/egl: add pipe_r600
Benjamin Franzke
2010-08-24
2
-0
/
+40
*
targets/egl: rename pipe_radeon to pipe_r300
Benjamin Franzke
2010-08-24
2
-8
/
+8
*
st/dri: Remove unnecessary main/mtype.h.
Chia-I Wu
2010-08-24
1
-1
/
+0
*
st/wgl: Include main/core.h.
Chia-I Wu
2010-08-24
4
-7
/
+3
*
st/glx: Include main/core.h.
Chia-I Wu
2010-08-24
5
-21
/
+38
*
translate_sse: clear state for each function emission
Luca Barbieri
2010-08-24
1
-3
/
+3
*
r600g: add XPD support
Dave Airlie
2010-08-24
1
-1
/
+124
*
r600g: add CMP support.
Dave Airlie
2010-08-24
1
-1
/
+50
*
nvfx: don't emit dummy commands on nv30
Luca Barbieri
2010-08-24
1
-4
/
+8
*
translate_sse: fix x86-64
Luca Barbieri
2010-08-23
1
-0
/
+1
*
r600g: Add support for PIPE_CAP_DEPTH_CLAMP.
Henri Verbeet
2010-08-23
2
-3
/
+4
*
auxiliary: fix nvfx/nv50 primitive splitting for line loops
Luca Barbieri
2010-08-23
1
-1
/
+1
*
r600g: export one component per pixel + r7xx uncompression shader
Jerome Glisse
2010-08-23
5
-5
/
+89
*
nvfx: improve fp temp accounting
Luca Barbieri
2010-08-23
1
-2
/
+4
*
tgsi: fix false CondStackTop==0 assertion
Brian Paul
2010-08-23
1
-0
/
+5
*
util: fix util_fill_rect to take util_color instead of u32 param
Roland Scheidegger
2010-08-23
4
-61
/
+47
*
nvfx: emit bo relocations only when needed
Luca Barbieri
2010-08-23
8
-20
/
+65
*
nvfx: match Gallium's gl_PointCoord brokenness
Luca Barbieri
2010-08-23
1
-2
/
+5
*
nvfx: support clip planes sensibly and fix them on nv30
Luca Barbieri
2010-08-23
8
-116
/
+166
*
r300g: avoid stall in no-tcl drawing when mapping vbo
Dave Airlie
2010-08-23
3
-15
/
+26
*
util: implement depth blitting in u_blit
Marek Olšák
2010-08-22
1
-17
/
+43
*
nvfx: fix minor memory leak
Luca Barbieri
2010-08-23
1
-1
/
+1
*
nvfx: support both sprite coord origins
Luca Barbieri
2010-08-23
3
-43
/
+108
*
nvfx: use 64-bit bitmasks for temps
Luca Barbieri
2010-08-23
1
-8
/
+8
*
r600g: fix DB decompression
Jerome Glisse
2010-08-22
6
-75
/
+97
*
nvfx: Include missing header in nvfx_vertprog.c.
Vinson Lee
2010-08-22
1
-0
/
+2
*
translate_sse: add R32G32B32A32_FLOAT -> X8X8X8X8_UNORM for EMIT_4UB
Jakob Bornecrantz
2010-08-22
1
-0
/
+26
*
translate_sse: refactor constant management
Luca Barbieri
2010-08-22
1
-81
/
+76
*
nvfx: refactor to support multiple fragment program versions
Luca Barbieri
2010-08-22
5
-76
/
+127
*
nvfx: move stuff around
Luca Barbieri
2010-08-22
5
-84
/
+95
*
r600g: depth buffer likely needs decompression when used as texture
Jerome Glisse
2010-08-22
8
-34
/
+919
*
glx/xlib: configurable strict/non-strict buffer size invalidate
Keith Whitwell
2010-08-22
3
-4
/
+42
*
llvmpipe: reduce size of fragment shader variant key
Keith Whitwell
2010-08-22
2
-6
/
+22
*
llvmpipe: remove unused member from lp_fragment_shader_variant_key
Keith Whitwell
2010-08-22
1
-4
/
+0
*
llvmpipe: don't clear unused bins
Keith Whitwell
2010-08-22
1
-2
/
+5
*
draw: reduce the size of the llvm variant key
Keith Whitwell
2010-08-22
4
-38
/
+100
*
glx/xlib: remove another XSync
Keith Whitwell
2010-08-22
1
-1
/
+0
*
glx/xlib: no need to call XSync from XMesaFlush
Keith Whitwell
2010-08-22
1
-1
/
+1
*
nvfx: simplify and correct fragment program update logic
Luca Barbieri
2010-08-22
6
-94
/
+149
*
nvfx: make stipple setting independent of enable
Luca Barbieri
2010-08-22
4
-27
/
+3
*
nvfx: fix vertex programs
Luca Barbieri
2010-08-22
1
-0
/
+2
*
nvfx: use relocations array for vp constants
Luca Barbieri
2010-08-22
4
-35
/
+34
*
r600g: Don't blindly unmap NULL->size.
Henri Verbeet
2010-08-22
1
-1
/
+3
*
svga: Do not shortcut NULL surface relocations with SVGA3D_INVALID_ID.
José Fonseca
2010-08-22
2
-6
/
+9
[next]