Merge branch 'arb_map_buffer_range'
[mesa.git] / src /
2009-06-15 Brian PaulMerge branch 'arb_map_buffer_range'
2009-06-15 Brian Paulmesa: revert some recent VBO buffer object refcounting...
2009-06-15 Roland Scheideggerenable ARB_half_float_pixel for intel drivers
2009-06-15 Roland Scheideggerintel: fix (cosmetic) typo flag used twice
2009-06-15 Thomas HellstromMerge branch 'mesa_7_5_branch'
2009-06-15 Thomas Hellstromgallium: Fix segfault and valgrind error introduced...
2009-06-14 Maciej Cencorar300: fix 3D textures
2009-06-12 Brian Pauli965: interpolate colors with perspective correction...
2009-06-12 Brian Paulmesa: use larger initial refcount for NullBufferObj
2009-06-12 Brian Paulmesa: use _mesa_reference_buffer_object() in a few...
2009-06-12 Brian Paulmesa: use _mesa_reference_buffer_object() in a few...
2009-06-12 Maciej Cencorar300: add support for EXT_texture_sRGB
2009-06-12 Brian Paulset/mesa: enable GL_NV_texture_env_combine4
2009-06-12 Brian Paulst/mesa: additional debug code (disabled)
2009-06-12 Jakob BornecrantzMerge branch 'mesa_7_5_branch'
2009-06-12 Jakob Bornecrantzmesa: Enable uploads of only depth to z24s8 textures
2009-06-12 Owen W. TaylorDisable SGI_swap_control extension for DRI2
2009-06-12 Dave Airlieradeon: fix size of mipmap texture array
2009-06-12 Dave Airlieradeon/r200/r300: fix max texture levels assert
2009-06-12 Dave AirlieMerge remote branch 'main/radeon-rewrite'
2009-06-11 Maciej Cencorar300: fix VAP setup
2009-06-11 Maciej Cencorar300: fix for SW TCL path
2009-06-11 Maciej Cencorar300: don't send unused attributes for SW TCL path
2009-06-11 Maciej Cencorar300: send only RS_IP_* regs that we are going to use
2009-06-11 Maciej Cencorar300: fix RS setup when no colors and textures are...
2009-06-11 Maciej Cencorar300: r500 fragment program fixes
2009-06-11 Maciej Cencoraradeon: increase max bo count
2009-06-11 Maciej Cencorar300: fix a GPU lock up
2009-06-11 Maciej Cencorar300: fix vertex program bug
2009-06-11 Maciej Cencorar300: move some code for easier debugging
2009-06-11 Maciej Cencorar300: print vertex program when debugging is enabled
2009-06-11 Maciej Cencorar300: fix output register allocation for vertex shaders
2009-06-11 Maciej Cencorar300: hw doesn't support saturation for tex instructions
2009-06-11 Brian Paulmesa: rework vertex shader output / fragment shader...
2009-06-11 Brian Paulmesa: add default function for ctx->Driver.CheckQuery...
2009-06-11 José Fonsecapython/retrace: Show the contents of the depth/stencil...
2009-06-11 José Fonsecapython/retrace: Interpret is_texture_referenced/is_buff...
2009-06-11 José Fonsecawgl: Fix prototype.
2009-06-11 José FonsecaMerge branch 'mesa_7_5_branch'
2009-06-11 José Fonsecamesa: Use new pf_is_depth_and_stencil inline.
2009-06-11 José Fonsecagallium: New pf_is_depth_and_stencil / pf_is_depth_or_s...
2009-06-11 José Fonsecamesa: Use PIPE_TEXTURE_USAGE_DEPTH_STENCIL for any...
2009-06-11 José Fonsecamesa: Remove dead code.
2009-06-11 Brian Paulst/mesa: fix typo s/BFC0/BFC1/
2009-06-11 Brian Paulvbo: fix assertion, #define IMM_BUFFER_NAME
2009-06-11 José FonsecaMerge branch 'mesa_7_5_branch'
2009-06-11 José Fonsecapython/tests: Test sampling from a depth texture.
2009-06-11 Jakob Bornecrantzmesa: Only do read write when we don't have a depth...
2009-06-11 José Fonsecamesa: Take the format from the right structure.
2009-06-11 José Fonsecameas: Use a read/write transfer when writing stencil...
2009-06-11 Jerome Glisser300: fix indexed primitive rendering when using memory...
2009-06-10 Thomas Hellstromdri st: Don't require the PIPE_TEXTURE_USAGE_RENDER_TAR...
2009-06-11 Michel Dänzerintel: intel_texture_drawpixels() can't handle GL_DEPTH...
2009-06-10 José Fonsecamesa: Reverse s8z24 into z24s8 as required by EXT_packe...
2009-06-10 José Fonsecamesa: Fix typo in bitmask.
2009-06-10 José Fonsecamesa: Fix draw_stencil_pixels for PIPE_FORMAT_Z24S8_UNORM.
2009-06-10 Brian Paulglsl: fix warnings, update comments, s/TRUE/GL_TRUE/
2009-06-10 Brian Paulglsl: Handle continuation characters in preprocessor.
2009-06-10 Brian Paulglsl: fix warnings, update comments, s/TRUE/GL_TRUE/
2009-06-10 Michal Krolglsl: Handle continuation characters in preprocessor.
2009-06-10 Brian Paulswrast: fix state validation bug for changing program...
2009-06-10 Brian Paulglsl: Fix symbol replacement handling in preprocessor.
2009-06-10 Brian Paulmesa: disable texture unit error check in _mesa_MatrixM...
2009-06-10 José Fonsecautil: Single precision constants.
2009-06-10 José Fonsecamesa: Single precision constants.
2009-06-10 José Fonsecamesa: Pure software accum buffer.
2009-06-10 José Fonsecagallium: Shorthand functions for computing stride and...
2009-06-10 Brian Paulgallium: updated PIPE_CAP_x comments
2009-06-10 Jerome Glisser300: make sure indexed rendering doesn't try to use...
2009-06-09 Keith Whitwellmesa/st: fix tracking of mapped buffer ranges
2009-06-09 Keith Whitwellstw: ignore swapbuffer requests on singlebuffer
2009-06-09 Brian Paulglsl: Expand nested preprocessor macros.
2009-06-09 Jakob BornecrantzMerge branch 'mesa_7_5_branch'
2009-06-10 Michal Krolglsl: Fix symbol replacement handling in preprocessor.
2009-06-10 Michal Krolwinsys/gdi: Link to ws2_32 library.
2009-06-10 Michal Kroltrace: __func__ --> __FUNCTION__.
2009-06-09 Eric Anholti915: Add an option for testing the effect of early...
2009-06-09 Eric Anholtintel: Remove an unneeded hunk that slipped in with...
2009-06-09 Eric Anholtintel: Base tri clearing depth on Y tiling, not IS_I965().
2009-06-09 Eric Anholtintel: Fix intel_region_unmap to do unmap, not map.
2009-06-09 Brian Pauli965: added intelFlush() call in intel_get_tex_image()
2009-06-09 Brian Paulintel: use GLboolean, not int, for compressed parameter
2009-06-09 Brian Paulintel: make a bunch of glTexImage-related functions...
2009-06-09 Brian Paulintel: whitespace clean-ups
2009-06-09 Brian Paulvbo: more glDrawElements debug code (disabled)
2009-06-09 Brian Paulmesa: added a simple bounds checker to glMap/UnmapBuffe...
2009-06-09 Jakob Bornecrantztrace/rbug: Add support for draw block rule
2009-06-09 Jakob Bornecrantzrbug: Change block protocol around a bit
2009-06-09 Jakob Bornecrantztrace/rbug: Return textures currently bound to context
2009-06-09 Jakob Bornecrantzrbug: Extend context info and block ops
2009-06-09 Brian Paulintel: remove extra \n from warning string
2009-06-09 Brian Paulmesa: reorder fields, update comments for gl_buffer_object
2009-06-09 Michal Krolglsl: Expand nested preprocessor macros.
2009-06-09 Dave Airlieradeon: fix mipmap_limits crasher.
2009-06-09 Corbin Simpsonr300-gallium: HW TCL glxgears. (Read the rest of the...
2009-06-09 Corbin Simpsonr300-gallium: Make UCP and clip work again for SW TCL.
2009-06-09 Corbin Simpsonr300-gallium: Don't emit UCP planes for SW TCL.
2009-06-08 Brian Paulst/mesa: enable GL_ARB_map_buffer_range
2009-06-08 Brian Paulmesa: implement GL_ARB_map_buffer_range
2009-06-08 Brian Paulmesa: regenerated files for GL_ARB_map_buffer_range
next