OSDN Git Service

mesa: initial version of _mesa_meta_generate_mipmap()
[android-x86/external-mesa.git] / src / mesa /
2009-09-06 Brian Paulmesa: initial version of _mesa_meta_generate_mipmap()
2009-09-06 Brian Paulxlib: test _mesa_meta_bitmap()
2009-09-06 Brian Paulmesa: use separate temp texture for bitmaps
2009-09-06 Brian Paulmesa: temp_texture changes
2009-09-06 Brian Paulmesa: free meta bitmap buffers
2009-09-06 Brian Paulmesa: use _mesa_set_enable()
2009-09-06 Brian Paulmesa: _mesa_meta_bitmap() function
2009-09-06 Brian Paulxlib: move misplaced brace
2009-09-04 Alex Deucherr600: add support for EXT_texture_sRGB
2009-09-04 Alex Deucherr300: Add support for GL_EXT_provoking_vertex
2009-09-04 Alex Deucherr600: Add support for GL_EXT_provoking_vertex
2009-09-04 Eric Anholti965: Don't set the complete field when there is more...
2009-09-04 Eric Anholti965: Add support for 2 threads in the GS.
2009-09-04 Eric Anholti965: Add support for KIL_NV in brw_wm_emit.c
2009-09-04 Alex Deucherr600: fix Elts handling
2009-09-04 Brian PaulARB prog: replace 'unsigned' with 'gl_state_index'
2009-09-04 Brian PaulARB prog: rename POINT, SIZE to POINT_TOK, SIZE_TOK
2009-09-03 Brian Paulst/mesa: silence uninitialized var warnings
2009-09-03 Brian Paulst/mesa: fix glCopyPixels(GL_STENCIL_INDEX) inverted...
2009-09-03 Keith Whitwellst/mesa: Do GL_RGBA->GL_RGB texsubimage on hardware
2009-09-03 Alex Deucherr600: rework cb/db setup
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
next