Merge branch 'mesa_7_5_branch'
[mesa.git] / src / mesa /
2009-08-14 Brian PaulMerge branch 'mesa_7_5_branch'
2009-08-14 Brian Paulmesa: new _mesa_append_uniforms_to_file() debug/logging...
2009-08-14 Brian Paulmesa: call _mesa_valid_to_render()
2009-08-14 Brian Paulvbo: 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-14 Tobias Doerffelintel: in intel_context struct use typedef for sarea...
2009-08-14 Alex Deucherr600: emit SURFACE_BASE_UPDATE on depth base updates...
2009-08-13 Alex Deucherr600: move non-surface related cb state to general...
2009-08-13 Alex Deucherr600: move non-surface related depth state to general...
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 Paulglsl: fix some uninitialized pointers
2009-08-13 Brian Paulglsl: fix incorrect attribute size
2009-08-13 Brian Paultnl: if NAN_CHECK is enabled, also assert that pos...
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 Xiang, Haihaoi965: fix cube map on IGDNG
2009-08-13 Brian Paulglsl: remove duplicate frag input entry
2009-08-13 Brian PaulMerge branch 'new-frag-attribs'
2009-08-12 Brian Paulmesa: const qualifiers
2009-08-12 Brian Paulvbo: use _mesa_is_bufferobj()
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-12 Eric Anholti965: Make the cube mapping RCP use a writemask.
2009-08-12 Eric Anholti965: Allocate destination registers for GLSL TEX instr...
2009-08-12 Eric Anholti965: drop dead scalar handling in GLSL.
2009-08-12 Eric Anholti965: Correct brw_wm_nr_args for WM_DELTAXY and WM_PIXELXY.
2009-08-12 Eric Anholti965: Drop GLSL ABS code, which is translated away...
2009-08-12 Eric Anholti965: Drop code for emitting OPCODE_SUB, since brw_wm_f...
2009-08-12 Eric Anholti965: Store the dispatch width in the WM compile struct.
2009-08-12 Eric Anholti965: Handle scalar result swizzling in shared GLSL...
2009-08-12 Eric Anholti965: Flag ARL-using programs as requiring brw_wm_glsl.c
2009-08-12 Eric Anholti965: Remove some unused WM opcode args.
2009-08-12 Eric Anholti965: Avoid re-uploading the index buffer when we don...
2009-08-12 Alex Deucherr600: fix warning
2009-08-12 Alex Deucherr600: state cleanups
2009-08-12 Alex Deucherr600: clean up Create/DestroyContext
2009-08-12 Pauli Nieminenr200: Prevent TexGenMatrix from leaking when destroying...
2009-08-12 Brian Paulvbo: fix incorrect pointer
2009-08-12 Brian Paulglsl: add gl_Vertex, gl_Normal, etc to list of active...
2009-08-12 Brian Paulglsl: move predefined shader input/output info/code...
2009-08-12 Eric Anholtvbo: Avoid extra validation of DrawElements.
2009-08-12 Eric Anholtradeon: Minor warnings cleanup.
2009-08-12 Eric Anholti965: Use _MaxElement instead of index-calculated min...
2009-08-12 Pauli Nieminenradeon: Add protection against recursive DRM locking.
2009-08-12 Cooper Yuanr600: A shader is bound that exports Z as a float into...
2009-08-12 Brian Paulmesa: handle glDrawPixels images which are larger than...
2009-08-12 Brian Paulmesa: added _mesa_meta_draw_pixels()
2009-08-12 Brian Paulmesa: added META_FOG and optimize some meta_begin/end...
2009-08-12 Alex Deucherr600: use the drm ioctls for swap and texture upload
2009-08-11 Brian Paulmesa/glapi: regenerated files from gl_API.xml
2009-08-11 Brian Paulmesa: remove _mesa_set_vp_override() from _mesa_Bitmap()
2009-08-11 Cooper Yuanr600: update num of interp if posizition is used
2009-08-10 Brian Paulintel: use new _mesa_meta_copy_pixels() function
2009-08-10 Brian Paulmesa: save/restore texture matrix in meta code
2009-08-10 Brian Paulmesa: for meta blit, check max texture size, use glCopy...
2009-08-10 Brian Paulmesa: initial meta implementation of glCopyPixels()
2009-08-10 Brian Paulmesa: remove debug flush call
2009-08-10 Brian Paulintel: add missing \n to fprintf()
2009-08-10 Brian Paulintel: use new _mesa_meta_blit_framebuffer() function
2009-08-10 Brian Paulmesa: new driver meta-ops module
2009-08-10 Brian Paulmesa: added GLcontext::Meta field for meta rendering...
2009-08-10 Dave Airlieradeon_fbo: switch short to byte for 565
2009-08-10 Dave Airlieradeon: fix cut-n-paste in alphabits in fbo code
2009-08-09 Dave Airlier600: looks like a typo
2009-08-09 Cooper Yuanr600: load per-pixel position into PS in order to use...
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 Paulswrast: replace GLenum, GLint with GLbitfield for buffe...
2009-08-08 Brian Paulmesa: use _mesa_bufferobj_mapped()
2009-08-08 Eric AnholtRevert "i965: Disable texture tiling by default."
2009-08-08 Eric Anholtintel: Align region height as required for tiled regions.
2009-08-08 Eric Anholti965: Add a note justifying domain choice for the SF VP.
2009-08-08 Eric Anholtintel: Add some more safety asserts in the blit code.
2009-08-08 Eric Anholti965: Replace the subroutine-skipping jump in VS with...
2009-08-07 Alex Deucherradeon: correct fix for tiling with the legacy build
2009-08-07 Eric Anholtintel: Fix googleearth by avoiding GL_VIEWPORT_BIT...
2009-08-07 Alex Deucherradeon: fix the build with older drm headers
2009-08-07 Pauli Nieminendri: Fix problems with unitialized values in dri screen...
2009-08-07 Pauli Nieminendri: Fix problems with unitialized values in dri screen...
2009-08-07 Brian Paulst/mesa: remove redundant calls to _mesa_set_vp_override()
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...
next