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
*
Complete ARGB8888 naming convention format renames missed
Scott Moreau
2012-01-25
1
-4
/
+3
*
mesa: Make the register allocator allocation take a ralloc context.
Eric Anholt
2012-01-24
1
-1
/
+1
*
nvc0: fix some limit cap values
Christoph Bumiller
2012-01-24
1
-9
/
+15
*
nv50/ir: make use of TGSI_INTERPOLATE_COLOR
Christoph Bumiller
2012-01-24
3
-10
/
+10
*
nvc0: fix submission of VertexID and EdgeFlag in push mode
Christoph Bumiller
2012-01-24
9
-21
/
+84
*
r600g: fix interpolation with clipvertex
Vadim Girlin
2012-01-24
1
-0
/
+3
*
r600g: fix VS fog export
Vadim Girlin
2012-01-23
1
-0
/
+5
*
r600g: fix typo in evergreen register
Alex Deucher
2012-01-23
1
-7
/
+6
*
r600g: take into account kcache banks for bank swizzle check
Vadim Girlin
2012-01-23
1
-2
/
+2
*
r600g: implement clip vertex v2
Vadim Girlin
2012-01-23
10
-113
/
+196
*
r600g: improve kcache line sets handling v2
Vadim Girlin
2012-01-23
4
-86
/
+216
*
r600g: implement clip distances
Vadim Girlin
2012-01-23
6
-17
/
+111
*
r600g: implement two-sided lighting (v3)
Vadim Girlin
2012-01-23
6
-25
/
+135
*
r600g: srgb mode is only valid on certain format types.
Dave Airlie
2012-01-23
1
-0
/
+8
*
r600g: make INTERP_LOAD_P0 vector-only
Vadim Girlin
2012-01-23
1
-0
/
+1
*
r600g: fixup AR handling (v5)
Dave Airlie
2012-01-23
4
-7
/
+106
*
r600g: add workaround for original R600 PS setup
Alex Deucher
2012-01-23
1
-2
/
+7
*
r600g: add missing r32 uint/sint fbo formats.
Dave Airlie
2012-01-23
2
-0
/
+8
*
sofpipe: remove extraneous semicolon
Brian Paul
2012-01-13
1
-1
/
+1
*
softpipe: bump max texture array layers to 256.
Dave Airlie
2012-01-13
1
-1
/
+1
*
r600g: don't advertise integers yet on r600.
Dave Airlie
2012-01-13
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
*
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
[next]