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
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: Convert fixed function fragment program generator to GLSL IR.
Eric Anholt
2011-10-18
4
-754
/
+688
*
mesa: Add a flag for shader programs to allow SSO linkage in GLES2.
Eric Anholt
2011-10-18
2
-1
/
+13
*
glsl: Add gl_CurrentAttrib{Vert,Frag}MESA internal builtin uniforms.
Eric Anholt
2011-10-18
1
-1
/
+24
*
ff_fragment_shader: Use FRAG_RESULT_COLOR to write all our colors at once.
Eric Anholt
2011-10-18
1
-12
/
+3
*
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
*
mesa: add a function to do the image data copy stuff for save_CompressedTex(S...
Yuanhan Liu
2011-10-17
1
-75
/
+27
*
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
*
swrast: Remove redundant term in logic expression
Chad Versace
2011-10-15
2
-2
/
+0
*
swrast: Fix fastpaths in glRead/WritePixels(GL_DEPTH_STENCIL)
Chad Versace
2011-10-15
2
-0
/
+4
*
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
*
mesa/vbo: Treat attribute 0 and vertex as the same
Ian Romanick
2011-10-14
1
-1
/
+2
*
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
*
dri2: Implement a throttle dri extension.
Thomas Hellstrom
2011-10-14
1
-3
/
+50
*
swrast: be a bit smarter in clip_span()
Brian Paul
2011-10-13
1
-1
/
+4
*
mesa: remove unused gl_sampler_object::_CompleteTexture field
Brian Paul
2011-10-13
1
-3
/
+0
*
meta: fix redBits size test in get_temp_image_type()
Brian Paul
2011-10-13
1
-1
/
+1
*
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
*
i965 Gen6+: De-compact clip plane constants for old VS backend.
Paul Berry
2011-10-13
1
-8
/
+7
*
st/mesa: kill instruction if writemask=0 in eliminate_dead_code_advanced()
Brian Paul
2011-10-13
1
-1
/
+1
*
s/format/baseFormat/ to be more explicit
Brian Paul
2011-10-13
1
-5
/
+5
*
mesa: remove redundant buffer checks in copytexsubimage_error_check2()
Brian Paul
2011-10-13
1
-17
/
+0
*
mesa: remove redundant buffer checks in copytexture_error_check()
Brian Paul
2011-10-13
1
-16
/
+0
*
mesa: check attachment Type field in renderbuffer_exists()
Brian Paul
2011-10-13
1
-10
/
+4
*
mesa: consolidate _mesa_source/dest_buffer_exists()
Brian Paul
2011-10-13
1
-87
/
+43
*
d3d1x: fix check for PIPE_CAP_CONDITIONAL_RENDER
Christoph Bumiller
2011-10-13
2
-3
/
+1
[next]