mesa/main: Make FEATURE_histogram follow feature conventions.
[mesa.git] / src / mesa / main /
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 Ian RomanickNV fp: Add tracking for NV_fragment_program_option
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
2009-08-14 Ian RomanickRegenerate files for GL_ARB_seamless_cube_map
2009-08-14 Ian RomanickInfrastructure for GL_ARB_seamless_cube_map
2009-08-14 Ian RomanickRegenerate files for GL_APPLE_flush_buffer_range
2009-08-14 Maciej CencoraMerge branch 'vbo_clean'
2009-08-14 Brian Paulmesa: append uniform values to the log file the first...
2009-08-14 Brian PaulMerge branch 'mesa_7_5_branch'
2009-08-14 Brian Paulmesa: call _mesa_valid_to_render()
2009-08-14 Brian Paulmesa: new _mesa_valid_to_render() function
2009-08-14 Brian Paulmesa: minor error string changes
2009-08-14 Brian PaulAllow external settings of MAX_WIDTH/HEIGHT.
2009-08-14 Brian Paulmesa: move assertions in test_attachment_completeness()
2009-08-14 Tom FogalAllow external settings of MAX_WIDTH/HEIGHT.
2009-08-13 Brian Paulmesa: fix some invalid memory reads
2009-08-13 Brian Paulmesa: fix warnings about locals hiding function params
2009-08-13 Brian Paulmesa: add missing PBO mapping code in unpack_image()
2009-08-13 Brian Paulmain: fix some potential memory leaks
2009-08-13 Brian Paulmesa: fix some potential uninitialized memory references
2009-08-13 Brian Paulmesa: s/assert/ASSERT/ in _mesa_reference_texobj()
2009-08-13 Brian Paulmesa: rework error check in glGetTexLevelParameter...
2009-08-13 Brian Paulmesa: if maxLevels==0, target is invalid
2009-08-13 Brian Paulmesa: add extension checks in _mesa_max_texture_levels()
2009-08-13 Brian Paulmesa: minor clean-ups in bumpmap functions
2009-08-13 Brian Paulmesa: use _mesa_get_current_tex_unit() in more places
2009-08-13 Brian Paulmesa: refactor: move _mesa_is_color/depth/stencil_forma...
2009-08-13 Brian Paulmesa: move _mesa_Get[Compressed]TexImage() to texgetimage.c
2009-08-13 Brian Paulmesa: short-circuit no-change in _mesa_DepthRange()
2009-08-13 Keith WhitwellMerge branch 'mesa_7_5_branch'
2009-08-13 Brian PaulMerge branch 'new-frag-attribs'
2009-08-12 Brian Paulmesa: const qualifiers
2009-08-12 Brian Paulmesa: use _mesa_is_bufferobj()
2009-08-12 Brian Paulmesa: use _mesa_is_bufferobj()
2009-08-12 Brian Paulmesa: new _mesa_is_bufferobj() function
2009-08-11 Brian Paulmesa: remove _mesa_set_vp_override() from _mesa_Bitmap()
2009-08-10 Brian Paulmesa: added GLcontext::Meta field for meta rendering...
2009-08-08 Brian Paulmesa: update framebuffer status as needed in _mesa_sour...
2009-08-08 Brian Paulmesa: simplify glPushAttrib() list building code
2009-08-08 Brian Paulmesa: remove old, prototype code
2009-08-08 Brian Paulmesa: use _mesa_bufferobj_mapped()
2009-08-07 Brian Paulmesa: use _mesa_set_vp_override() in glDraw/CopyPixels...
2009-08-07 Brian Paulmesa: reformat code to allow setting breakpoints on...
2009-08-07 Brian Paulmesa: use _mesa_bufferobj_mapped()
2009-08-07 Brian Paulmesa: new _mesa_bufferobj_mapped() helper function
2009-08-07 Brian Paulmesa: use valid_fragment_program() helper
2009-08-07 Brian Paulmesa: test DrawBuffer, not ReadBuffer in _mesa_dest_buf...
2009-08-07 Brian Paulmesa: fix some incorrect error checks in _mesa_error_ch...
2009-08-07 Brian Paulmesa: do error checking on glCopyPixels() type parameter
2009-08-07 Brian Paulmesa: use a more logical flag in _mesa_set_vp_override()
next