mesa.git
2009-06-19 Brian Paulmesa: make buffer object-related driver fallback functi...
2009-06-19 Brian Paulmesa: create/destroy buffer objects via driver functions
2009-06-19 Brian Pauli965simple: use u_reduced_prim() function
2009-06-19 Brian Pauldraw: use u_reduced_prim() function
2009-06-19 Brian Paulsoftpipe: use u_reduced_prim()
2009-06-19 Brian Paulgallium/util: s/boolean/unsigned/
2009-06-19 Brian Paulsoftpipe: whitespace, reformatting
2009-06-19 Brian PaulMerge branch 'ext-provoking-vertex'
2009-06-19 Brian Pauldraw: use flatfirst variable
2009-06-19 Brian Pauldraw: remove debug code
2009-06-19 Brian Pauldraw: fix first provoking vertex mode for quads, quad...
2009-06-19 Brian Pauldraw: fix first provoking vertex mode for unfilled...
2009-06-19 Brian Paulmesa: fix first provoking vertex mode for unfilled...
2009-06-19 Brian Pauldraw: clean up indentation
2009-06-17 Thomas Hellstromgallium dri st: Probe the driver for supported surface...
2009-06-17 Thomas Hellstrommesa driconf: Add macro to specify an option with a...
2009-06-18 Jakob Bornecrantzprogs/rbug: Add small program to add block rules
2009-06-18 Eric Anholti965: Add decode for the G4X x,y offset in surface...
2009-06-18 Eric Anholti965: Fix up texture layout for small things with wide...
2009-06-18 Eric Anholti965: Fall back or appropriately adjust offsets of...
2009-06-18 Dave Airlier300: use vbo_split_prims to split up large vertex...
2009-06-18 Eric Anholti965: Fix tiling for FBO depth attachments by making...
2009-06-18 Dave Airlieradeon: don't re-add BOs to validate list
2009-06-17 Brian Paulglsl: call _mesa_postprocess_program(), disabled
2009-06-17 Brian Paulmesa: silence warning
2009-06-17 Brian Paulmesa: added _mesa_postprocess_program() to aid shader...
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.
next