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
...
*
d3d1x: attempt to detect D3D10 feature level
Christoph Bumiller
2011-10-21
1
-13
/
+31
*
d3d1x: switch to TGSI SAMPLE opcodes
Christoph Bumiller
2011-10-21
6
-222
/
+61
*
r600g: cleanup r600_reset_blittable_to_compressed
Marek Olšák
2011-10-21
1
-6
/
+3
*
Add solaris detection for PIPE_ARCH_LITTLE_ENDIAN/PIPE_ARCH_BIG_ENDIAN
Alan Coopersmith
2011-10-20
1
-0
/
+9
*
r300g: don't return NULL in resource_from_handle if the resource is too small
Marek Olšák
2011-10-20
4
-30
/
+22
*
d3d1x: make use of new query types
Christoph Bumiller
2011-10-20
2
-17
/
+18
*
softpipe: implement/fix TIMESTAMP queries
Christoph Bumiller
2011-10-20
1
-3
/
+8
*
gallium: add new query types and missing documentation
Christoph Bumiller
2011-10-20
2
-14
/
+68
*
winsys/svga: Remove some unneeded debug code
Thomas Hellstrom
2011-10-19
1
-16
/
+0
*
softpipe: remove unused vars in softpipe_clear()
Brian Paul
2011-10-18
1
-3
/
+0
*
svga: Plug a fence leak
Thomas Hellstrom
2011-10-18
1
-3
/
+3
*
i915g: Use the right shader limits.
Stéphane Marchesin
2011-10-17
3
-5
/
+9
*
i915g: Add TODO.
Stéphane Marchesin
2011-10-17
1
-0
/
+2
*
r600g: Use the bitfield define matching the register it is used for.
Mathias Fröhlich
2011-10-18
1
-2
/
+2
*
st/xorg: fix build when /lib/gallium directory does not exist yet
Marcin Slusarz
2011-10-17
1
-1
/
+1
*
targets/va/vdpau/xvmc: don't rebuild target lib every time
Marcin Slusarz
2011-10-17
3
-3
/
+3
*
st/xorg: remove target library on make clean
Marcin Slusarz
2011-10-17
1
-1
/
+1
*
gallium/targets: use c++ compiler for linking
Marcin Slusarz
2011-10-17
9
-25
/
+63
*
r300/compiler: Try to eliminate REPL_ALPHA instructions
Tom Stellard
2011-10-16
1
-33
/
+57
*
r300/compiler: More agressive RGB to Alpha conversions
Tom Stellard
2011-10-16
1
-8
/
+10
*
r300/compiler: Only convert RGB->Alpha when optimizations are enabled
Tom Stellard
2011-10-16
2
-1
/
+8
*
gallivm: Eliminate tgsi_util_get_full_src_register_sign_mode call.
José Fonseca
2011-10-16
1
-11
/
+3
*
llvmpipe: Use lp_build_ifloor_fract for exp2 calculation.
José Fonseca
2011-10-16
2
-5
/
+11
*
Revert "r300g: fix rendering with a non-zero index bias in draw_elements_imme...
Marek Olšák
2011-10-16
1
-3
/
+1
*
nv50,nvc0: extend formats table for integer formats
Christoph Bumiller
2011-10-15
4
-1135
/
+731
*
gallium: add PIPE_BIND_BLENDABLE flag
Christoph Bumiller
2011-10-15
2
-4
/
+10
*
r300/compiler: Enable reg rename pass on r500 and run it before optimizations
Tom Stellard
2011-10-14
1
-4
/
+1
*
r300/compiler: Implement the texture semaphore
Tom Stellard
2011-10-14
6
-49
/
+308
*
r300/compiler: Don't pair output writes with GPR writes in the scheduler
Tom Stellard
2011-10-14
1
-0
/
+7
*
r300/compiler: Prevent regalloc from creating non-native swizzles
Tom Stellard
2011-10-14
1
-16
/
+63
*
r300/compiler: Allow merged instructions to be scheduled on demand
Tom Stellard
2011-10-14
1
-50
/
+99
*
r300g: set max vertex samplers to 0 on swtcl chipsets
Marek Olšák
2011-10-14
1
-3
/
+8
*
winsys/svga: Rework buffer allocation to make it more robust v2.
Thomas Hellstrom
2011-10-14
3
-17
/
+57
*
dri-vmwgfx: Hook up a drm_descriptor configuration function
Thomas Hellstrom
2011-10-14
1
-2
/
+18
*
st/dri: Hook up throttling based on the drm driver_descriptor configuration
Thomas Hellstrom
2011-10-14
3
-2
/
+27
*
drm_driver: Add a configuration function to the driver descriptor.
Thomas Hellstrom
2011-10-14
27
-27
/
+72
*
svga/winsys: Make sure a flush always inserts and returns a fence if requested
Thomas Hellstrom
2011-10-14
1
-1
/
+1
*
st/dri: Implement the new dri2 throttling extension
Thomas Hellstrom
2011-10-14
2
-2
/
+136
*
st/wgl: Release stw_framebuffer::mutex after pbuffer creation.
Mathias Froehlich
2011-10-13
1
-0
/
+2
*
st/xorg: fix build without LLVM
Marcin Slusarz
2011-10-13
1
-0
/
+2
*
d3d1x: fix check for PIPE_CAP_CONDITIONAL_RENDER
Christoph Bumiller
2011-10-13
2
-3
/
+1
*
softpipe: fix regression with tex tile cache since integer support.
Dave Airlie
2011-10-12
1
-2
/
+3
*
nv50: don't crash on TXD opcode
Marcin Slusarz
2011-10-11
1
-0
/
+2
*
svga: remove old, unused sincos code for SM2.0
Brian Paul
2011-10-11
2
-51
/
+0
*
svga: remove support for shader model 2.0
Brian Paul
2011-10-11
9
-374
/
+25
*
softpipe: add integer support
Dave Airlie
2011-10-11
5
-44
/
+146
*
gallium: rename ZS stencil type to UINT (v2)
Dave Airlie
2011-10-11
55
-286
/
+287
*
llvmpipe: don't support rendering to sRGB surfaces
Brian Paul
2011-10-11
1
-1
/
+2
*
draw/llvm: set draw->pt.user.planes field in draw_set_clip_state()
Brian Paul
2011-10-11
1
-1
/
+2
*
draw/llvm: fix hard-coded number of total clip planes
Brian Paul
2011-10-11
5
-14
/
+23
[prev]
[next]