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
*
svga: Fix user clip planes.
José Fonseca
2012-01-12
2
-4
/
+3
*
softpipe: bump max texture array layers to 256.
Dave Airlie
2012-01-12
1
-1
/
+1
*
gallium/svga: Pass the SVGA3D_SURFACE_HINT_RENDERTARGET flag to the device
Thomas Hellstrom
2012-01-12
1
-3
/
+6
*
rbug: Silence warning
Jakob Bornecrantz
2012-01-11
1
-1
/
+2
*
svga: don't reference count svga_sampler_view's texture
Brian Paul
2012-01-11
1
-2
/
+12
*
st/wgl: Return NULL for NULL HDCs in wglGetExtensionsStringARB.
José Fonseca
2012-01-11
1
-1
/
+3
*
llvmpipe: disable native integers
Dave Airlie
2012-01-11
1
-1
/
+8
*
st/glx/xlib: call register_with_display() in glXChooseFBConfig()
Brian Paul
2012-01-11
1
-0
/
+3
*
nv50/ir: handle TGSI_OPCODE_ISSG
Christoph Bumiller
2012-01-11
1
-3
/
+8
*
nv50/ir: handle TGSI_TEXTURE_SHADOWCUBE
Christoph Bumiller
2012-01-11
1
-0
/
+1
*
nv50,nvc0: zero out program struct on program_destroy
Christoph Bumiller
2012-01-11
2
-3
/
+13
*
wayland-drm: Drop the non-premul formats, use format codes from drm_fourcc.h
Kristian Høgsberg
2012-01-11
5
-32
/
+16
*
draw: Store the new pre_clip_pos member as well.
José Fonseca
2012-01-11
1
-6
/
+16
*
softpipe: route correct coordinates for shadow cube sampling.
Dave Airlie
2012-01-11
1
-1
/
+2
*
tgsi: add TGSI_TEXTURE_SHADOWCUBEMAP
Dave Airlie
2012-01-11
4
-1
/
+6
*
llvmpipe: Update for TGSI_INTERPOLATE_COLOR.
José Fonseca
2012-01-11
1
-7
/
+3
*
tgsi: add ISSG support
Dave Airlie
2012-01-11
3
-1
/
+17
*
softpipe: enable clamping control
Dave Airlie
2012-01-11
2
-3
/
+8
*
softpipe: fix texel fetch swizzles
Dave Airlie
2012-01-11
1
-26
/
+43
*
i915g: Fix bugs in the shader optimizer.
Stéphane Marchesin
2012-01-11
1
-46
/
+80
*
softpipe: fix llvm build
Dave Airlie
2012-01-11
3
-3
/
+3
*
draw: clipdistance support (v2)
Dave Airlie
2012-01-11
7
-17
/
+79
*
tgsi_scan: add support to count number of output clip distances
Dave Airlie
2012-01-11
2
-0
/
+5
*
draw/softpipe: add clip vertex support. (v2)
Dave Airlie
2012-01-11
9
-18
/
+58
*
tgsi/softpipe: add VertexID support.
Dave Airlie
2012-01-11
3
-6
/
+19
*
softpipe: allow softpipe to set shader params depending on runtime llvm (v3)
Dave Airlie
2012-01-11
3
-9
/
+18
*
nv50: fix clip state validation
Christoph Bumiller
2012-01-10
1
-3
/
+4
*
draw: remove unused 'so' variable in draw_pt_so_emit()
Brian Paul
2012-01-10
1
-2
/
+0
*
util: use memset() to initialize surface, sampler_view templates
Brian Paul
2012-01-10
2
-7
/
+16
*
svga: Drop execbuf throttling
Jakob Bornecrantz
2012-01-10
5
-36
/
+1
*
svga: Add somewhat sensible fallback and silence warning
Jakob Bornecrantz
2012-01-10
1
-3
/
+2
*
svga: Silence warning
Jakob Bornecrantz
2012-01-10
1
-7
/
+0
*
svga: Silence warning
Jakob Bornecrantz
2012-01-10
1
-0
/
+3
*
svga: Silence warning
Jakob Bornecrantz
2012-01-10
1
-0
/
+1
*
svga: Ignores
Jakob Bornecrantz
2012-01-10
1
-0
/
+2
*
draw: Silence warning
Jakob Bornecrantz
2012-01-10
1
-12
/
+0
*
target-helpers: If neither softpipe or llvmpipe is used just return the screen
Jakob Bornecrantz
2012-01-10
1
-0
/
+2
*
draw/softpipe: EXT_transform_feedback support (v2)
Dave Airlie
2012-01-10
15
-217
/
+185
*
gallium: introduce GLSL based interpolation rules. (v2)
Dave Airlie
2012-01-10
6
-5
/
+18
*
nvc0: fix FP header clip distance mask
Christoph Bumiller
2012-01-10
1
-5
/
+5
*
nvc0/ir: TXF array index already is an integer
Christoph Bumiller
2012-01-10
1
-3
/
+6
*
nv50/ir: handle TGSI_SEMANTIC_VERTEXID
Christoph Bumiller
2012-01-10
4
-8
/
+8
*
nv50/ir/tgsi: translate SNE as unordered comparison
Christoph Bumiller
2012-01-10
1
-0
/
+1
*
nv50/ir/ra: don't coalesce contraint-moves
Christoph Bumiller
2012-01-10
1
-0
/
+4
*
nvc0: enable shader watchdog timer
Christoph Bumiller
2012-01-10
2
-0
/
+8
*
nv50/ir/tgsi: handle TGSI_OPCODE_IABS
Christoph Bumiller
2012-01-10
1
-0
/
+3
*
nv50/ir/opt: optimize u32 MOD by power of 2 into AND
Christoph Bumiller
2012-01-10
1
-0
/
+8
*
nv50/ir/opt: s/SHL/SHR in optimization of u32 DIV
Christoph Bumiller
2012-01-10
1
-1
/
+1
*
nv50/ir,nvc0: make ClipDistance and ClipVertex work
Christoph Bumiller
2012-01-10
6
-24
/
+54
*
nv50,nvc0: handle new PIPE_CAPs
Christoph Bumiller
2012-01-10
2
-0
/
+15
[next]