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
...
*
r600g: add support for virtual address space on cayman v11
Jerome Glisse
2012-01-13
13
-48
/
+370
*
gallivm: Allow target specific intrinsics in lp_declare_intrinsic()
Tom Stellard
2012-01-13
1
-7
/
+0
*
nv50/ir: make use of TGSI_INTERPOLATE_COLOR
Christoph Bumiller
2012-01-12
3
-10
/
+10
*
nvc0: fix submission of VertexID and EdgeFlag in push mode
Christoph Bumiller
2012-01-12
9
-21
/
+84
*
mesa/gallium: add FFS_DEFINED to protect ffs() from multiple definitions
Brian Paul
2012-01-12
1
-0
/
+5
*
sofpipe: remove extraneous semicolon
Brian Paul
2012-01-12
1
-1
/
+1
*
r600g: don't advertise integers yet on r600.
Dave Airlie
2012-01-12
1
-2
/
+0
*
st/xa: Bump version to 1.0.0 according to the README
Thomas Hellstrom
2012-01-12
2
-4
/
+4
*
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
[prev]
[next]