st/xorg: move exaMoveInPixmap before trying to fetch it
[mesa.git] / src /
2010-01-11 Zack Rusinst/xorg: move exaMoveInPixmap before trying to fetch it
2010-01-11 Zack Rusinst/xorg: fix a rare video crash
2010-01-07 Jakob BornecrantzRevert "pipebuffer: Multi-threading fixes for fencing."
2010-01-11 Thomas HellstromRevert "st/dri: no need to request fake front buffer...
2010-01-11 Thomas Hellstromutil: Build u_bitmask.o when using make.
2010-01-11 Dave Airlieradeon: fix prediction for r100 inline vert/elt emits.
2010-01-11 Dave Airlieradeon: fix bug in realloc code.
2010-01-11 Vinson Leeglu/sgi: Initialize members of class Mesher.
2010-01-10 Vinson Leeglu/sgi: Initialize members of class Slicer.
2010-01-10 Vinson Leeglu/sgi: Include missing header file.
2010-01-10 Vinson Leeglu/sgi: Initialize members of class Renderhints.
2010-01-10 Vinson Leeglu/sgi: Initialize members of class StoredVertex.
2010-01-10 Vinson Leeglu/sgi: Include missing header file.
2010-01-10 Vinson Leeglu/sgi: Initialize member of class O_pwlcurve.
2010-01-09 Vinson Leer300g: Silence unused variable warnings.
2010-01-09 Vinson Leetgsi: Silence uninitialized variable warnings.
2010-01-06 Jakob Bornecrantzutil: Add u_bitmask to make build
2010-01-08 Dan Nicholsonmesa: Ensure libmesagallium.a is finished building...
2010-01-08 Vinson Leer300: Move initial declaration outside for loop.
2010-01-07 Brian Paultgsi: fix SSE code emit for XPD
2010-01-07 Vinson Leesvga: Silence uninitialized variable warning.
2010-01-07 Brian Paulmeta: remove F suffix from _mesa_Ortho() params
2010-01-07 Brian Paulmeta: move destination vertex/projection setup out...
2010-01-07 Brian Paulmeta: set viewport and projection matrix in _mesa_meta_...
2010-01-07 Andre Maasikasr600: adjust after radeon mipmap changes in 7118db8700
2010-01-07 Brian Paultnl: set FOGC result to (f,0,0,1)
2010-01-06 Pierre Ossmanr600: float texture component ordering
2010-01-06 Roel Kluinmesa: test index bounds before array element
2010-01-06 Roel Kluinwin32_menu: add missing parentheses in mapMenu()
2010-01-06 Roel Kluinnv50: add missing parentheses in nv50_query_result()
2010-01-06 Brian Pauli965: fix invalid assertion in emit_xpd(), again
2010-01-06 José Fonsecapipebuffer: Multi-threading fixes for fencing.
2010-01-05 Brian Pauli965: fix invalid assertion in emit_xpd()
2010-01-05 Roel Kluintdfx: condition always evaluates to false in SetupDoubl...
2010-01-05 Brian Paulst/mesa: fix broken translation of negative register...
2010-01-05 Brian PaulARB prog parser: regenerated parser file
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.
next