summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-11-19llvmpipe: twoside for specular color alsolp-offset-twosideKeith Whitwell4-20/+42
2010-11-19llvmpipe: fix up twoside after recent changesKeith Whitwell1-8/+7
2010-11-19llvmpipe: fix such that offset/twoside function only does in-place modificationHui Qi Tay1-155/+159
2010-11-15llvmpipe: clean up polygon offset function in lp setup codeHui Qi Tay1-44/+16
2010-11-04llvmpipe: added llvm offset setup codeHui Qi Tay4-46/+143
2010-11-01llvmpipe: Moved draw pipeline twoside function to llvm setup codeHui Qi Tay4-5/+103
2010-10-22llvmpipe: turn off draw offset/twoside when we can handle itKeith Whitwell1-27/+72
2010-10-22mesa: move declaration before codeBrian Paul1-1/+2
2010-10-22galahad: silence warningsBrian Paul2-3/+3
2010-10-22dri/nouveau: Force a "slow" Z clear if we're getting a new depth buffer.Francisco Jerez1-0/+12
2010-10-22egl: Move fallback routines to eglfallbacks.c.Chia-I Wu17-465/+102
2010-10-22egl: Parse image attributes with _eglParseImageAttribList.Chia-I Wu4-162/+92
2010-10-22egl: Move attributes in _EGLImage to _EGLImageAttribs.Chia-I Wu5-28/+42
2010-10-22egl_glx: Fix borken driver.Chia-I Wu1-107/+185
2010-10-22egl_glx: Drop the use of [SG]ET_CONFIG_ATTRIB.Chia-I Wu2-28/+14
2010-10-22egl_dri2: Drop the use of _egl[SG]etConfigKey.Chia-I Wu1-11/+9
2010-10-21winsys/xlib: rename xm->xlibBrian Paul1-147/+147
2010-10-21winsys/xlib: fix up allocation/dealloction of XImageBrian Paul1-1/+8
2010-10-21winsys/xlib: use Bool type for shm fieldBrian Paul1-5/+5
2010-10-21winsys/xlib: formatting fixesBrian Paul1-10/+9
2010-10-21Merge branch 'primitive-restart-cleanup'Brian Paul32-4046/+4458
2010-10-21docs: added GL_NV_primitive_restart extensionBrian Paul1-0/+1
2010-10-21llvmpipe: enable primitive restartBrian Paul1-0/+2
2010-10-21softpipe: enable primitive restartBrian Paul1-0/+2
2010-10-21draw: implement primitive splitting for primitive restartBrian Paul1-1/+85
2010-10-21st/mesa: support for primitive restartBrian Paul2-0/+7
2010-10-21gallium: new CAP, state for primitive restartBrian Paul3-0/+16
2010-10-21vbo: support for primitive restartBrian Paul3-86/+186
2010-10-21mesa: plug in primitive restart functionBrian Paul3-0/+18
2010-10-21mesa: regenerated files with primitive restartBrian Paul10-3953/+4074
2010-10-21mesa: API spec for primitive restartBrian Paul3-0/+26
2010-10-21mesa: set/get primitive restart stateBrian Paul3-6/+40
2010-10-21mesa: driver hook for primitive restartBrian Paul1-0/+1
2010-10-21i965: Be more aggressive in tracking live/dead intervals within loops.Eric Anholt1-13/+41
2010-10-21docs: add GL_ARB_texture_rg to release notesBrian Paul1-0/+1
2010-10-21docs: update texture red/green support in GL3.txtBrian Paul1-1/+1
2010-10-21st/mesa: added cases for GL_COMPRESSED_RED/RG in st_choose_format()Brian Paul1-0/+2
2010-10-21mesa: add missing cases for packing red/green imagesBrian Paul1-0/+48
2010-10-21mesa: add GL_RG case to _mesa_source_buffer_exists()Brian Paul1-0/+1
2010-10-21draw: fix typo in commentBrian Paul1-1/+1
2010-10-21i965: Correct scratch space allocation.Eric Anholt3-12/+15
2010-10-21i965: Don't emit register spill offsets directly into g0.Eric Anholt1-6/+22
2010-10-21i965: Add support for register spilling.Eric Anholt8-55/+380
2010-10-21i965: Fix gl_FrontFacing emit on pre-gen6.Eric Anholt1-1/+0
2010-10-21i965: Split register allocation out of the ever-growing brw_fs.cpp.Eric Anholt3-216/+266
2010-10-21Refresh autogenerated file builtin_function.cpp.Kenneth Graunke1-3160/+205
2010-10-21generate_builtins.py: Output large strings as arrays of characters.Kenneth Graunke1-2/+14
2010-10-21gallivm: Silence uninitialized variable warning.Vinson Lee1-1/+1
2010-10-21gallivm: Silence uninitialized variable warnings.Vinson Lee1-1/+1
2010-10-21gallivm: Silence uninitialized variable warnings.Vinson Lee1-2/+2