st/xorg: linear gradient shader
[mesa.git] / src / mesa /
2009-09-03 Alex Deucherr600: make sure the active vertex shader bo is re-added...
2009-09-03 Brian Paulglapi: fix incorrect/missing return types for glFenceSy...
2009-09-03 Brian Paulmesa: rename gl_sync_object::Status to StatusFlag
2009-09-03 Eric AnholtAdd ARB_sync to the xorg sw dri driver.
2009-09-03 Eric Anholtsavage: Fix driver build post-ARB_sync.
2009-09-03 Eric Anholts3v: Fix driver build for ARB_sync.
2009-09-03 Eric Anholtintel: Add support for ARB_sync.
2009-09-03 Ian RomanickARB sync / swrast: Use GL_ARB_sync_functions instead...
2009-09-03 Ian RomanickDon't dereference function pointers in calls.
2009-09-03 Ian RomanickAdd syncobj.c to SConscript
2009-09-03 Ian RomanickWhitespace and include file clean-up.
2009-09-03 Ian RomanickUse MIN2 instead of open-coded version
2009-09-03 Ian RomanickARB sync: Fix delete behavior and context destruction...
2009-09-03 Ian RomanickAdd dummy list node type 'struct simple_node'
2009-09-03 Ian RomanickARB sync: Add support for GL_ARB_sync to swrast
2009-09-03 Ian RomanickEliminate trailing whitespace in extension_helper.c
2009-09-03 Ian RomanickARB sync: Regenerate files from previous commit
2009-09-03 Ian RomanickARB sync: Add base infrastructure for GL_ARB_sync
2009-09-03 Ian RomanickARB sync: Add infrastructure for glGetInteger64v
2009-09-03 Brian Paulmesa: fix typos in separable filter functions
2009-09-03 Brian Paulmesa: compute tex env program key size based on nr_enab...
2009-09-03 Brian Paulswrast: wrap comment to 80 columns, remove dead code
2009-09-03 Brian Paulmesa: use new combined PBO validate/map helpers in...
2009-09-03 Brian Paulmesa: use new combined PBO validate/map helpers
2009-09-03 Brian Paulmesa: combined PBO validate/map helpers
2009-09-03 Brian Paulmesa: use new _mesa_map_pbo_source/dest() functions...
2009-09-03 Brian Paulmesa: consolidate PBO map/unmap helpers
2009-09-03 Brian Paulintel: helper to debug bufmgr (disabled)
2009-09-03 Brian Paulmesa: change ctx->Driver.BufferData() to return GLboole...
2009-09-03 Dave Airlier600: visual depth has no meaning here.
2009-09-03 Dave Airlier600: make sure the active shader bo is re-added to...
2009-09-03 Dave Airlieradeon: pass internal format into the miptree.
2009-09-03 Dave Airlieradeon/dri2: add gl20 bits for r300/r600 just like...
2009-09-02 Eric AnholtRevert "i965: Use VBOs in the VBO module on 965, now...
2009-09-02 Eric Anholtintel: Add support for FlushMappedBufferRange for ARB_m...
2009-09-02 Eric Anholtintel: Sync a synchronized READ_BIT map buffer range...
2009-09-02 Eric Anholtintel: Move MapBufferRange mesa state setting up to...
2009-09-02 Brian PaulRevert "mesa: fix the non-GNU C bit-field case"
2009-09-02 Brian Paulmesa: fix the non-GNU C bit-field case
2009-09-02 Gary Wongmesa: silence gcc bit-field warning
2009-09-02 Brian Paulmesa: replace 8 with NUM_UNITS
2009-09-02 Brian Paulmesa: remove accidentally committed printf
2009-09-02 Brian Paulmesa: added #ifdef __GNUC__ around GLubyte bitfield...
2009-09-02 Chris Wilsonmesa: Compact state key for TexEnv program cache
2009-09-02 Xiang, Haihaoi965: CS FENCE in URB_FENCE is 11-bits wide
2009-09-02 Xiang, Haihaoi965: validate sf state
2009-09-02 Eric Anholtmesa: Make MultiDrawElements submit multiple primitives...
2009-09-01 Brian Paulmesa: skip bitmap drawing code if width==0 or height==0
2009-09-01 Brian Paulintel: use _mesa_expand_bitmap() to skip an intermediat...
2009-09-01 Brian Paulst/mesa: use new _mesa_expand_bitmap() function
2009-09-01 Brian Paulmesa: new _mesa_expand_bitmap() function
2009-09-01 Brian Paulmesa: remove redundant assignments
2009-09-01 Brian Paulmesa: more clean-ups
2009-09-01 Brian Paulmesa: change conditional to match the previous one
2009-09-01 Brian Paulmesa: updated #includes
2009-09-01 Brian Paulmesa: remove unused texenv_fragment_program::ctx field
2009-09-01 Brian Paulmesa: remove unused ureg::abs field
2009-09-01 Brian Paulmesa: remove unused ureg:negateabs field
2009-09-01 Brian Paulmesa: more comments, clean-ups
2009-09-01 Brian Paulmesa: simplify translate_tex_src_bit()
2009-09-01 Brian Paulmesa: minor code clean-ups, comments
2009-09-01 Brian Paulmesa: replace 8 with MAX_TEXTURE_UNITS
2009-09-01 Brian Pauldri: remove unused meta_clear_tris()
2009-09-01 Brian Paulintel: use BUFFER_BITS_COLOR
2009-09-01 Brian Paulintel: fix incorrect parameter type for intel_bufferobj...
2009-09-01 Brian Paulradeon: trim down #includes
2009-09-01 Brian Paulradeon: use _mesa_meta_clear()
2009-09-01 Brian Paulmesa: obey stencil write mask in _mesa_meta_draw_pixels()
2009-09-01 Brian Paulintel: set Length/Offset fields in intel_bufferobj_map()
2009-09-01 Brian Paulintel: use _mesa_meta_copy_pixels() when do_blit_copypi...
2009-09-01 Brian Paulintel: trim down #includes
2009-09-01 Brian Paulintel: use _mesa_meta_draw_pixels()
2009-09-01 Brian Paulintel: trim down #includes
2009-09-01 Brian Paulintel: use _mesa_meta_clear(), it's a bit faster
2009-09-01 Pauli Nieminenradeon: Fix OQ to set ful lstate as dirty too.
2009-09-01 Pauli Nieminenradeon: Fix debug output to filter out less critical...
2009-09-01 Ian RomanickARB prog parser: Fix handling of stateOptModMatNum
2009-09-01 Dave Airlieradeon: fix r100/r200 polygon stipple under kms
2009-09-01 Dave Airlier100: fixup cubemap domains
2009-09-01 Brian Paulxlib: plug in more meta functions, if TEST_META_FUNCS...
2009-09-01 Brian Paulmesa: implement GL_DEPTH_BUFFER_BIT for _mesa_meta_blit...
2009-09-01 Brian Paulmesa: disable another debug test
2009-09-01 Brian Paulmesa: make verts[] arrays local vars
2009-09-01 Dave Airlier200: emit cube for kms correctly + fix tex emit reset
2009-09-01 Brian Paulxlib: option to enable/test meta functions (disabled)
2009-09-01 Brian Paulmesa: implement depth/stencil formats for meta glDrawPixels
2009-09-01 Brian Paulmesa: remove accidentally commited debug/disabled code
2009-09-01 Brian Paulmesa: added _mesa_is_stencil_format()
2009-09-01 Brian Paulswrast: fix selection/feedback regression
2009-09-01 Brian Paulmesa: debug printf for KIL
2009-09-01 Brian Paulswrast: can't use deferred texture/shading if using...
2009-09-01 Dave Airlier300/compiler: fix warning due to no newline
2009-09-01 Dave Airlier200: emit max vtx info for index buffer.
2009-08-31 Pauli Nieminenradeon: Fix null pointer reference in debug system...
2009-08-31 Pauli Nieminenr600: Add more trace debug output to rendering pipeline.
2009-08-31 Pauli Nieminenradeon: Add support for indenting debug output.
2009-08-31 Pauli Nieminenradeon: Add comment warning about not choosing critical...
2009-08-31 Pauli Nieminenradeon: Change default debug level to verbose.
2009-08-31 Pauli Nieminenr300: Convert to shared debug code.
2009-08-31 Pauli Nieminenr200: Convert r200 to use new style debug code.
next