ARB prog parser: fix parameter binding type
[mesa.git] / src /
2010-01-05 Brian PaulARB prog parser: fix parameter binding type
2010-01-05 Brian PaulARB prog parser: regenerated parser files
2010-01-05 Brian PaulARB prog parser: add allowSwizzle param to initialize_s...
2010-01-05 Brian Paulmesa: whitespace changes and comments
2010-01-05 Brian Paulmesa: change constant search behaviour in _mesa_add_unn...
2010-01-05 José Fonsecasvga: Remove stale references to delete shader results.
2010-01-05 José Fonsecasvga: Rebind shaders when tokens change.
2010-01-05 Brian Paulst/mesa: added PROGRAM_LOCAL_PARAM case in src_register()
2010-01-05 Brian Paulmesa: bump version to 7.7.1-DEVEL
2010-01-05 Brian Paulmesa: add missing _mesa_lock_texture() call
2010-01-04 Eric Anholti915: Use _MaxLevel on principle in texture setup.
2010-01-04 Eric Anholtintel: Fix CopyTexImage from tiled mipmap levels > 0.
2010-01-04 Eric Anholti965: Fix the surface offset calculation for tiled...
2010-01-04 Andre Maasikasr600: support vertex_array_bgra
2010-01-04 Brian Paulmesa: added GL_DU8DV8_ATI in extract_float_rgba()
2010-01-04 Vinson Leemesa: Prevent possible array out-of-bounds access by...
2010-01-04 Brian Paulmesa: regenerated enums.c file
2010-01-04 Brian Paulglapi: comment-out TIMEOUT_IGNORED
2010-01-04 Brian Paulglsl: use varName variable in _slang_gen_assignment()
2010-01-04 Michel Dänzerst/mesa: Only call st_texture_image_unmap() if texImage...
2010-01-04 Michel Dänzersvga: Fix debug build crash when rendering to depth...
2010-01-04 Michel Dänzerst/xorg: Proper calculation of screen pitch.
2010-01-04 Michel Dänzervmware/xorg: Fix SCons build.
2010-01-04 Vinson Leer300: Use C-style comments.
2010-01-04 Vinson Leer300: Silence 'mixed declarations and code' warnings.
2010-01-04 Vinson Leer300: Silence 'mixed declarations and code' warning.
2010-01-04 Vinson Leer300: Silence 'mixed declarations and code' warning.
2010-01-04 Vinson Leer300g: Silence 'mixed declarations and code' warning.
2010-01-03 Vinson Leer300g: Remove comma at end of enumerator list.
2010-01-03 Vinson Leellvmpipe: Remove comma at end of enumerator list.
2010-01-03 José Fonsecamesa: Cope with the degenerate case of zero length...
2010-01-03 José Fonsecagdi: Don't generate import libraries for opengl32.dll.
2010-01-03 Jeremy Huddlestonapple: Purge existing (not working) GLX_USE_APPLEGL...
2010-01-03 Jeremy Huddlestonglxcmds: Fix comment about __DRI_ALLOCATE
2010-01-03 Vinson Leetrace: Remove comma at end of enumerator list.
2010-01-03 José Fonsecartasm: Play nicely with Windows's Data Execution Preven...
2010-01-03 Vinson Leei810: Fix include recursion.
2010-01-03 Vinson Leesis: ifdef out unused variable.
2010-01-03 Vinson Leest/xorg: Ensure null-terminated byte string.
2010-01-03 Vinson Leer300g: Use C-style comments.
2010-01-03 Vinson Leeglu/sgi: Initialize members of struct O_curve.
2010-01-03 José Fonsecasvga: Use a shader id as low as possible.
2010-01-03 José Fonsecautil: Minor enhancements/corrections to the bitmask...
2010-01-03 José Fonsecasvga: Rename error labels.
2010-01-02 Vinson Leeglu/sgi: Initialize members of struct O_surface.
2010-01-02 Vinson Leeglu/sgi: Initialize member of struct O_trim.
2010-01-02 Vinson Leeglu/sgi: Initialize member of struct Property.
2010-01-02 Vinson Leeglu/sgi: Initialize member of struct Dlnode.
2010-01-02 Vinson Leeglu/sgi: Initialize members of struct O_nurbscurve.
2010-01-02 Vinson Leex86: Silence printf format warnings.
2010-01-02 Vinson Leellvmpipe: Silence uninitialized variable warning.
2010-01-01 Vinson Leellvmpipe: Use C-style comment.
2010-01-01 Vinson Leegallium/util: Silence format warnings.
2010-01-01 Vinson LeeARB prog parser: Silence unused variable warnings.
2010-01-01 Vinson Leegallium/util: Replace h_addr with h_addr_list[0].
2010-01-01 Vinson Leeglu/sgi: Initialize members of class Knotvector.
2010-01-01 Vinson Leeglu/sgi: Initialize member of struct Property.
2009-12-31 Brian Paulswrast: use different temp array in _swrast_get_dest_rgba()
2009-12-31 Vinson Leemesa: Silence unused variable warning.
2009-12-30 Brian Paulst/mesa: add PIPE_FORMAT_Z24S8_UNORM in st_get_format_i...
2009-12-30 Vinson Leeglu/sgi: Initialize members of struct O_nurbssurface.
2009-12-30 Vinson Leetdfx: Silence uninitialized variable warning.
2009-12-30 Vinson Leeglu/sgi: Silence warn_unused_result warnings.
2009-12-30 Vinson Leest/xorg: Use C-style comments.
2009-12-30 Vinson Leeglu/sgi: Initialize member of struct GridVertex.
2009-12-30 Jakob Bornecrantzst/xorg: Fix warning and add a TODO comment
2009-12-30 Jakob Bornecrantzst/xorg: On close wait on fences and then destroy the...
2009-12-30 Jakob Bornecrantzst/xorg: Be proper with pipe pointers on close in exa
2009-12-30 Jakob Bornecrantzst/xorg: Make sure we don't overrun the fence array...
2009-12-30 Vinson Leeglu/sgi: Initialize member variables in class Varray.
2009-12-30 Vinson Leeglu/sgi: Initialize member of class monoChain.
2009-12-30 Vinson Leeglu/sgi: Initialize members of class sampledLine.
2009-12-29 Vinson Leeglu/sgi: Initialize members of class directedLine.
2009-12-29 Vinson Leemesa: Initialize variable in get_tex_color_index.
2009-12-29 Brian Paulglsl: added uniform initializer check
2009-12-29 Brian PaulARB prog parser: use _mesa_add_unnamed_constant() to...
2009-12-29 Vinson Leest/egl: Move declaration before code.
2009-12-29 Vinson Leeintel: Silence compiler warnings.
2009-12-29 Vinson Leellvmpipe: Fix assert.
2009-12-29 Vinson Leellvmpipe: Silence compiler warnings.
2009-12-28 Keith Whitwellutil: better fix for unused variable warnings with...
2009-12-28 Vinson Leellvmpipe: Silence compiler warnings.
2009-12-28 Vinson Leest/xorg: Silence unused variable warnings.
2009-12-28 Vinson Leeg3dvl: Silence compiler warnings.
2009-12-28 Vinson Leest/vega: Silence compiler warnings.
2009-12-28 Vinson Leegallium/xlib: Silence unused variable warning.
2009-12-28 Vinson Leetrace: Silence unused variable warnings.
2009-12-28 Vinson Leei915g: Silence unused variable warning.
2009-12-28 Vinson Leesoftpipe: Silence unintialized variable warnings.
2009-12-28 Vinson Leesoftpipe: Silence unused variable warning.
2009-12-28 Vinson Leetgsi/ureg: Silence uninitialized variable warnings.
2009-12-27 Brian PaulMerge branch 'mesa_7_6_branch' into mesa_7_7_branch
2009-12-27 Brian Paulst/mesa: add missing case for PIPE_FORMAT_B8G8R8A8_UNORM
2009-12-27 Vinson Leegallium/util: Remove comma at end of enumerator list.
2009-12-27 Vinson Leerbug: Remove comma at end of enumerator list.
2009-12-27 Vinson Leerbug: Remove comma at end of enumerator list.
2009-12-27 Vinson Leemesa: Remove comma at end of enumerator list.
2009-12-26 Vinson Leei915: Fix assert.
2009-12-26 Vinson Leeintel: Silence implicit function declaration warning.
2009-12-25 Vinson Leeglu/sgi: Fix include recursion.
next