mesa.git
2009-06-17 Jerome Glisseradeon: Flush command buffer on viewport change
2009-06-17 Jerome Glisser300: don't emit vap index offset on r5xx hw when using cs
2009-06-17 Dave AirlieGLX: attempt to fix glean makeCurrent test cases.
2009-06-17 Dave Airlieradeon: fix warnings in wrapper with libdrm
2009-06-17 Brian PaulMerge branch 'mesa_7_5_branch'
2009-06-17 Brian Pauli965: fix bugs in projective texture coordinates
2009-06-16 Brian Paulsoftpipe: fix out of bounds quad rasterization bug
2009-06-16 Roland Scheideggeri965: handle OPCODE_SWZ in the glsl path
2009-06-16 Brian Paulmesa: fix incorrect viewport clamping in _mesa_set_view...
2009-06-16 Brian Paulmesa: fix REMAINDER() macro
2009-06-16 José Fonsecagallium: Avoid atomic ops / locking when src is dst.
2009-06-16 José Fonsecaprogs/wgl: Quit after displaying usage for -h option.
2009-06-16 José Fonsecaprogs/wgl: Use appropriate types to silence msvc warnings.
2009-06-16 José Fonsecaprogs/wgl: Fix assertion failure in wglthreads' texture...
2009-06-15 Brian Pauldocs: minor relnotes clean-up
2009-06-15 Brian PaulMerge branch 'arb_map_buffer_range'
2009-06-15 Shuang Heintel: Release fb backing regions in intelDestroyBuffer()
2009-06-15 José Fonsecapython/tests: Add is_depth_stencil_format utility function.
2009-06-15 José Fonsecapython/tests: Cleanup texture_sample.
2009-06-15 José Fonsecamesa: Always return a value.
2009-06-15 José Fonsecamesa: Use appropriate float/integer types.
2009-06-15 José Fonsecamesa: Use type modifier for float constants.
2009-06-15 José Fonsecamesa: Use integer type with appropriate sign.
2009-06-15 José Fonsecartasm: Use 32bit constant.
2009-06-15 José Fonsecagallium: Ensure assert macro is defined before being...
2009-06-15 José Fonsecasoftpipe: Fix softpipe_is_texture_referenced.
2009-06-15 Brian Paulmesa: revert some recent VBO buffer object refcounting...
2009-06-15 Brian Paulmesa: regenerated gl_mange.h file
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 José Fonsecaprogs/tests: Use opaque colors.
2009-06-15 Thomas Hellstromdri st: Don't require the PIPE_TEXTURE_USAGE_RENDER_TAR...
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 Brian Paultests: added persp_hint.c test
2009-06-12 Dave Airlieadd some info to relnotes on radeon
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 Paultests: added arbgpuprog, for compile-testing ARB vertex...
2009-06-12 Brian Paulst/mesa: additional debug code (disabled)
2009-06-12 Brian Pauldemos: update fbotexture.c to use EXT or ARB functions...
2009-06-12 Brian Paulutil: additional function pointers
2009-06-12 Jakob Bornecrantzprogs/rbug: Add binary to bmp converter program
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é Fonsecaprogs: Port fp programs to GLEW.
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änzerscons: Indent abbreviated command line strings, so...
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 Brian Pauldocs: document GLSL preprocessor fixes
next