mesa.git
2010-11-19 Keith Whitwellllvmpipe: twoside for specular color also
2010-11-19 Keith Whitwellllvmpipe: fix up twoside after recent changes
2010-11-19 Hui Qi Tayllvmpipe: fix such that offset/twoside function only...
2010-11-15 Hui Qi Tayllvmpipe: clean up polygon offset function in lp setup...
2010-11-04 Hui Qi Tayllvmpipe: added llvm offset setup code
2010-11-01 Hui Qi Tayllvmpipe: Moved draw pipeline twoside function to llvm...
2010-10-22 Keith Whitwellllvmpipe: turn off draw offset/twoside when we can...
2010-10-22 Brian Paulmesa: move declaration before code
2010-10-22 Brian Paulgalahad: silence warnings
2010-10-22 Francisco Jerezdri/nouveau: Force a "slow" Z clear if we're getting...
2010-10-22 Chia-I Wuegl: Move fallback routines to eglfallbacks.c.
2010-10-22 Chia-I Wuegl: Parse image attributes with _eglParseImageAttribList.
2010-10-22 Chia-I Wuegl: Move attributes in _EGLImage to _EGLImageAttribs.
2010-10-22 Chia-I Wuegl_glx: Fix borken driver.
2010-10-22 Chia-I Wuegl_glx: Drop the use of [SG]ET_CONFIG_ATTRIB.
2010-10-22 Chia-I Wuegl_dri2: Drop the use of _egl[SG]etConfigKey.
2010-10-22 Brian Paulwinsys/xlib: rename xm->xlib
2010-10-22 Brian Paulwinsys/xlib: fix up allocation/dealloction of XImage
2010-10-22 Brian Paulwinsys/xlib: use Bool type for shm field
2010-10-22 Brian Paulwinsys/xlib: formatting fixes
2010-10-22 Brian PaulMerge branch 'primitive-restart-cleanup'
2010-10-22 Brian Pauldocs: added GL_NV_primitive_restart extension
2010-10-22 Brian Paulllvmpipe: enable primitive restart
2010-10-22 Brian Paulsoftpipe: enable primitive restart
2010-10-22 Brian Pauldraw: implement primitive splitting for primitive restart
2010-10-22 Brian Paulst/mesa: support for primitive restart
2010-10-22 Brian Paulgallium: new CAP, state for primitive restart
2010-10-22 Brian Paulvbo: support for primitive restart
2010-10-22 Brian Paulmesa: plug in primitive restart function
2010-10-22 Brian Paulmesa: regenerated files with primitive restart
2010-10-22 Brian Paulmesa: API spec for primitive restart
2010-10-22 Brian Paulmesa: set/get primitive restart state
2010-10-22 Brian Paulmesa: driver hook for primitive restart
2010-10-21 Eric Anholti965: Be more aggressive in tracking live/dead interval...
2010-10-21 Brian Pauldocs: add GL_ARB_texture_rg to release notes
2010-10-21 Brian Pauldocs: update texture red/green support in GL3.txt
2010-10-21 Brian Paulst/mesa: added cases for GL_COMPRESSED_RED/RG in st_cho...
2010-10-21 Brian Paulmesa: add missing cases for packing red/green images
2010-10-21 Brian Paulmesa: add GL_RG case to _mesa_source_buffer_exists()
2010-10-21 Brian Pauldraw: fix typo in comment
2010-10-21 Eric Anholti965: Correct scratch space allocation.
2010-10-21 Eric Anholti965: Don't emit register spill offsets directly into g0.
2010-10-21 Eric Anholti965: Add support for register spilling.
2010-10-21 Eric Anholti965: Fix gl_FrontFacing emit on pre-gen6.
2010-10-21 Eric Anholti965: Split register allocation out of the ever-growing...
2010-10-21 Kenneth GraunkeRefresh autogenerated file builtin_function.cpp.
2010-10-21 Kenneth Graunkegenerate_builtins.py: Output large strings as arrays...
2010-10-21 Vinson Leegallivm: Silence uninitialized variable warning.
2010-10-21 Vinson Leegallivm: Silence uninitialized variable warnings.
2010-10-21 Vinson Leegallivm: Silence uninitialized variable warnings.
2010-10-21 Chia-I Wumesa: Remove unused vtxfmt_tmp.h.
2010-10-21 Dave Airlier600g: start splitting out common code from eg/r600.
2010-10-21 Dave Airlier600g: initial translate state support
2010-10-21 Vinson Leedraw: Remove unnecessary header.
2010-10-21 Vinson Leellvmpipe: Remove unnecessary header.
2010-10-21 Kenneth Graunkeglsl: Refresh autogenerated file builtin_function.cpp.
2010-10-21 Kenneth Graunkeglsl: Add support for GLSL 1.30's modf built-in.
2010-10-21 Kenneth Graunkeglcpp: Refresh autogenerated lexer file.
2010-10-21 Kenneth Graunkeglcpp: Return NEWLINE token for newlines inside multi...
2010-10-21 Dave Airlier600g: add texture tiling enable under a debug option.
2010-10-21 Dave Airlier600g: add texture tiling alignment support.
2010-10-21 Dave Airlier600g: introduce a per-driver resource flag for transfers.
2010-10-21 Dave Airlier600g: add r600 surface to store the aligned height.
2010-10-21 Dave Airlier600g: start adding hooks for aligning width/height...
2010-10-21 Dave Airlier600g: move to per-miplevel array mode.
2010-10-21 Dave Airlier600g: all non-0 mipmap levels need to be w/h aligned...
2010-10-20 Vinson Leeswrast: Print out format on unexpected failure in _swra...
2010-10-20 Kenneth Graunkemesa: Remove FEATURE_ARB_shading_language_120 macro.
2010-10-20 Kenneth Graunkeglsl: Remove useless ir_shader enumeration value.
2010-10-20 Vinson Leeglsl: Add assert for unhandled ir_shader case.
2010-10-20 Brian Pauldraw: use float version of LLVM Mul/Add instructions
2010-10-20 Brian Paulllvmpipe/draw: always enable LLVMAddInstructionCombinin...
2010-10-20 Orion Poplawskiosmesa: link against libtalloc
2010-10-20 Vinson Leer600g: Ensure r600_src is initialized in tgsi_exp function.
2010-10-20 Vinson Leedraw: Move loop variable declaration outside for loop.
2010-10-20 Keith Whitwelldraw: make sure viewport gets updated in draw llvm...
2010-10-20 Keith WhitwellMerge branch 'llvm-cliptest-viewport'
2010-10-20 Hui Qi Taydraw: corrections to allow for different cliptest cases
2010-10-20 Eric Anholti965: Use the new style of IF statement with embedded...
2010-10-20 Eric Anholti965: Set the source operand types for gen6 if/else...
2010-10-20 Eric Anholti965: Add EU emit support for gen6's new IF instruction...
2010-10-20 Ian Romanicklinker: Improve handling of unread/unwritten shader...
2010-10-19 Chad Versaceglsl: Commit generated file glsl_lexer.cpp
2010-10-19 Chad Versaceglsl: Fix lexer rule for ^=
2010-10-19 Chad Versaceglsl: Implement ast-to-hir for bit-logic ops
2010-10-19 Chad Versaceglsl: Define bit_logic_result_type() in ast_to_hir.cpp
2010-10-19 Chad Versaceglsl: Implement ast-to-hir for bit-shift-assignment
2010-10-19 Chad Versaceglsl: Define shift_result_type() in ast_to_hir.cpp
2010-10-19 Eric Anholti965: Disable thread dispatch when the FS doesn't do...
2010-10-19 Eric Anholti965: Remove the gen6 emit_mi_flushes I sprinkled aroun...
2010-10-19 Eric Anholti965: Tell the shader compiler when we expect depth...
2010-10-19 Vinson Leellvmpipe: Initialize variable.
2010-10-19 Vinson Leellvmpipe: Initialize state variable in debug_bin function.
2010-10-19 Vinson Leest/xorg: Fix memory leak on error path.
2010-10-19 Brian Paulgallivm: fix incorrect type for zero vector in emit_kilp()
2010-10-19 Brian Paulmesa: fix mesa version string construction
2010-10-19 Thomas Hellstrommesa: Make sure we have the talloc cflags when using...
2010-10-19 Thomas Hellstromst/xorg: Fix compilation for Xservers >= 1.10
2010-10-19 Thomas Hellstromxorg/vmwgfx: Don't use deprecated x*alloc / xfree functions
2010-10-19 Thomas Hellstromst/xorg: Don't use deprecated x*alloc / xfree functions
next