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
*
st/xorg: rename ctx to pipe to match every other gallium state tracker
Zack Rusin
2009-09-10
4
-35
/
+35
*
st/xorg: temporarily disablie copies
Zack Rusin
2009-09-10
1
-1
/
+2
*
st/xorg: implement pipelines surface/texture copies
Zack Rusin
2009-09-10
2
-7
/
+329
*
st/xorg: unite finalization and stub out pipelined copies
Zack Rusin
2009-09-10
4
-20
/
+50
*
st/xorg: abstract flushing and syncing for the exa code
Zack Rusin
2009-09-10
2
-5
/
+23
*
st/xorg: disable solid fills until copies are accelerated as well
Zack Rusin
2009-09-10
2
-1
/
+3
*
st/xorg: implement exasolids with full pipelining
Zack Rusin
2009-09-10
4
-32
/
+135
*
st/xorg: start adding support for surface fills
Zack Rusin
2009-09-10
5
-26
/
+66
*
nv50: Fix tiling mode for lower mipmap levels.
Marcin Kościelnicki
2009-09-10
3
-5
/
+8
*
util: Add PIPE_OS_APPLE back to auxiliary/util/u_time.h.
Vinson Lee
2009-09-10
1
-1
/
+1
*
llvmpipe: Fix alpha test.
José Fonseca
2009-09-10
1
-26
/
+13
*
llvmpipe: Mask out color channels not present in the color buffer.
José Fonseca
2009-09-10
1
-5
/
+23
*
llvmpipe: Fix sampling from depth textures. Respect texture compare func.
José Fonseca
2009-09-10
2
-49
/
+122
*
llvmpipe: Skip blending when mask is zero.
José Fonseca
2009-09-10
2
-13
/
+30
*
llvmpipe: Proper control flow builders.
José Fonseca
2009-09-10
3
-60
/
+426
*
llvmpipe: Copy the texture target into the sampler static state.
José Fonseca
2009-09-10
1
-0
/
+1
*
llvmpipe: Quick hack for 1D textures.
José Fonseca
2009-09-09
2
-0
/
+4
*
llvmpipe: Fix depth mask computation.
José Fonseca
2009-09-09
1
-4
/
+5
*
llvmpipe: Include zsbuf's format in the fragment shader key.
José Fonseca
2009-09-09
2
-14
/
+17
*
util: Fix depth/stencil format description.
José Fonseca
2009-09-09
1
-4
/
+4
*
llvmpipe: Debug function to check stack alignment.
José Fonseca
2009-09-09
3
-4
/
+28
*
Merge branch 'mesa_7_6_branch'
Brian Paul
2009-09-09
10
-21
/
+31
|
\
|
*
Merge branch 'mesa_7_5_branch' into mesa_7_6_branch
Brian Paul
2009-09-09
1
-2
/
+0
|
|
\
|
|
*
gallium/xlib: silence unitialized var warning
Brian Paul
2009-09-03
1
-1
/
+1
|
|
*
gallium/xlib: silence uninitialized var warning
Brian Paul
2009-09-03
1
-1
/
+1
|
|
*
util: add version of u_blit_pixels which takes a writemask
Keith Whitwell
2009-09-02
4
-15
/
+100
|
|
*
draw: remove unused variable
Keith Whitwell
2009-09-02
1
-1
/
+0
|
*
|
gallium: Added HaikuOS platform
aljen
2009-09-09
9
-19
/
+31
*
|
|
gallium: added r8g8b8_get/put_tile_rgba()
Brian Paul
2009-09-08
1
-1
/
+53
*
|
|
i915g: Add buffer write callback
Jakob Bornecrantz
2009-09-09
2
-0
/
+24
*
|
|
i915g: Reorg vbuf code a bit
Jakob Bornecrantz
2009-09-09
1
-36
/
+61
*
|
|
i915g: pwrite batchbuffer instead of map
Jakob Bornecrantz
2009-09-09
1
-3
/
+18
*
|
|
i915g: Keep vertex buffers in a fifo
Jakob Bornecrantz
2009-09-09
1
-5
/
+36
*
|
|
util: Add super simple fifo
Jakob Bornecrantz
2009-09-09
1
-0
/
+94
*
|
|
i915g: Map vertex buffers via gtt
Jakob Bornecrantz
2009-09-09
1
-0
/
+1
*
|
|
i915g: Remove lib prefix from driver
Jakob Bornecrantz
2009-09-09
1
-1
/
+2
*
|
|
st/xorg: Add support for EXA_MIXED_PIXMAPS and EXA_SUPPORTS_PREPARE_AUX.
Michel Dänzer
2009-09-08
2
-0
/
+10
*
|
|
gdi: Fix prototype of gdi_softpipe_surface_buffer_create().
Michal Krol
2009-09-08
1
-0
/
+1
*
|
|
scons: Don't set LLVM_VERSION if one of the llvm-config calls fails.
Vinson Lee
2009-09-07
1
-1
/
+1
*
|
|
llvmpipe: Silent debug statement.
José Fonseca
2009-09-07
1
-1
/
+1
*
|
|
llvmpipe: Better abs for floating points.
José Fonseca
2009-09-07
1
-6
/
+17
*
|
|
llvmpipe: Code generate the texture sampling inside the shader.
José Fonseca
2009-09-07
11
-6
/
+306
*
|
|
llvmpipe: Texture sampling code generation primitives.
José Fonseca
2009-09-07
4
-0
/
+478
*
|
|
llvmpipe: Convenience function to obtain the integer type with same bitdepth ...
José Fonseca
2009-09-07
2
-0
/
+15
*
|
|
llvmpipe: Utility functions for linear and bilinear interpolation.
José Fonseca
2009-09-07
2
-0
/
+45
*
|
|
llvmpipe: Correct implementation of floor.
José Fonseca
2009-09-07
2
-0
/
+95
*
|
|
llvmpipe: Utility function to get the pointer to a structure member.
José Fonseca
2009-09-07
2
-4
/
+29
*
|
|
llvmpipe: SoA pixel unpacking specialization.
José Fonseca
2009-09-07
6
-39
/
+252
*
|
|
util: Utility function to check if a number is a power of two.
José Fonseca
2009-09-07
1
-0
/
+10
*
|
|
llvmpipe: Further abstract the texture sampling generation from TGSI translat...
José Fonseca
2009-09-07
5
-125
/
+186
[next]