swrast: remove prototypes for obsolete functions
[mesa.git] / src / mesa / main /
2009-09-19 Brian Paulmesa: move readbuffer tests
2009-09-19 Brian Paulmesa: use _mesa_get_current_tex_unit() helper
2009-09-19 Brian Paulmesa: use _mesa_get_current_tex_unit() helper
2009-09-19 Brian Paulmesa: move _mesa_meta_init/free() calls to core Mesa
2009-09-19 Brian Paulglapi: regenerated files
2009-09-17 Brian Paulmesa: begin some texstore code refactoring
2009-09-16 Ian RomanickMerge branch 'mesa_7_6_branch'
2009-09-16 Ian RomanickMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-16 Brian Paulmesa: move generate mipmap calls
2009-09-16 Brian Paulmesa: minor clean-up
2009-09-16 Brian Paulmesa: remove last of gotos
2009-09-16 Brian Paulmesa: more goto removal
2009-09-16 Brian Paulmesa: remove some gotos
2009-09-16 Brian Paulmesa: clean-up fbo debug code
2009-09-15 Brian Paulmesa: added GL_ARB_provoking_vertex (same as EXT version)
2009-09-15 Brian Paulmesa: compile glUniformMatrix() functions into display...
2009-09-15 Brian Paulmesa: implement more glUniform display list functions
2009-09-15 Brian Paulmesa: compile glUniform4f() into display lists
2009-09-15 Brian Paulmesa: compile glUseProgram/glUseProgramObjectARB into...
2009-09-15 Ian RomanickMerge branch 'mesa_7_6_branch'
2009-09-15 Ian RomanickMerge commit 'origin/mesa_7_5_branch' into mesa_7_6_branch
2009-09-15 Brian PaulMerge branch 'mesa_7_6_branch'
2009-09-15 Brian PaulMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-11 Vinson Leemesa: raise GL_INVALID_ENUM not GL_INVALID_VALUE for...
2009-09-10 Brian PaulMerge branch 'mesa_7_6_branch'
2009-09-10 Brian PaulMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-10 Ian RomanickMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-10 Brian Paulmesa: in texenvprogram code, only do saturation when...
2009-09-09 Brian PaulMerge branch 'mesa_7_6_branch'
2009-09-09 Brian Paulmesa: regenerate get.c form get_gen.py
2009-09-09 Brian Paulmesa: move call to init_c_cliptest() from enable.c...
2009-09-09 Brian PaulMerge branch 'mesa_7_5_branch' into mesa_7_6_branch
2009-09-08 Brian Paulmesa: bump version to 7.7
2009-09-08 Eric Anholtmesa: Add support for ARB_draw_elements_base_vertex.
2009-09-08 Eric Anholtmesa: Expose NV_depth_clamp if ARB_depth_clamp is suppo...
2009-09-08 Eric AnholtRegenerate files for GL_ARB_depth_clamp.
2009-09-08 Eric Anholtmesa: Add support for ARB_depth_clamp.
2009-09-08 Brian Paulmesa: bump version to 7.5.2
2009-09-07 Michal Krolmesa: Fix calling conventions of sync object api callbacks.
2009-09-03 Brian Paulmesa: rename gl_sync_object::Status to StatusFlag
2009-09-03 Ian RomanickDon't dereference function pointers in calls.
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 RomanickARB sync: Regenerate files from previous commit
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 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 Paulmesa: change ctx->Driver.BufferData() to return GLboole...
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 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 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 Paulmesa: added _mesa_is_stencil_format()
2009-08-31 Brian Paulmesa: added const qualifiers, move local var
2009-08-31 Brian Paulmesa: fix saturation logic in emit_texenv()
2009-08-31 Brian Paulmesa: added const qualifiers, move local var
2009-08-31 Brian Paulmesa: fix saturation logic in emit_texenv()
2009-08-31 Brian Paulmesa: set additional fields in _mesa_buffer_map_range()
2009-08-31 Brian Paulmesa: set Length/Offset fields in _mesa_buffer_map()
2009-08-31 Brian Paulmesa: additional assertions for ctx->Driver.UnmapBuffer()
2009-08-31 Brian Paulmesa: new assertions, comments about buffer mapping
2009-08-30 Michel DänzerMerge branch 'mesa_7_5_branch'
2009-08-27 Brian PaulMerge branch 'mesa_7_5_branch'
2009-08-27 Brian PaulMerge branch 'mesa_7_5_branch'
2009-08-27 Ian RomanickARB prog: Change handling of program parameter limits
2009-08-26 Brian PaulMerge branch 'mesa_7_5_branch'
2009-08-26 Brian PaulMerge branch 'mesa_7_5_branch'
2009-08-25 Brian Paulmesa: validate shader before drawing (for debugging...
2009-08-25 Brian Paulmesa: use gl_texture_index type for gl_program::Sampler...
2009-08-21 Ian RomanickMerge branch 'asm-shader-rework-1'
2009-08-20 Brian Paulmesa: add GL_DEPTH_STENCIL to glCopyPixels error check
2009-08-18 Brian PaulMerge branch 'mesa_7_5_branch'
2009-08-18 Brian Paulmesa: when emitting vertex program fog, set yzw=0,0,1
2009-08-18 Brian Paulmesa: call FLUSH_CURRENT() for GL_CURRENT_TEXTURE_COORD...
2009-08-18 Ian RomanickMerge branch 'master' into asm-shader-rework-1
next