intel: Fix glReadPixels regression since changing context init order.
[mesa.git] / src /
2009-06-22 Michel Dänzerintel: Fix glReadPixels regression since changing conte...
2009-06-20 Eric Anholtintel: Also get the DRI2 front buffer when doing front...
2009-06-20 Eric Anholtintel: Update Mesa state before span setup in glReadPixels.
2009-06-20 Eric Anholtintel: Move intel_pixel_read.c to shared for use with...
2009-06-20 Eric Anholtintel: Don't map regions with drm_intel_gem_bo_map_gtt...
2009-06-19 Eric Anholtintel: Fix other metaops versus GL_COMPILE_AND_EXECUTE...
2009-06-19 Eric Anholtintel: Fix glClear behavior versus display lists.
2009-06-19 Eric Anholtmesa: Make VBO dlist printing use the same path as...
2009-06-19 Chia-I Wuintel: Do not access pbo's buffer directly when attaching.
2009-06-19 Chia-I Wuintel: Data are copied in the wrong direction when...
2009-06-19 Chia-I Wuintel: Fix migration from sys_buffer in intel_bufferobj...
2009-06-19 Roland Scheideggerradeon: make cubemap mipmap generation work
2009-06-19 Michel Dänzerintel: Fixups for 'mesa: create/destroy buffer objects...
2009-06-19 Roland Scheideggerradeon: fix cube maps for non-mm path
2009-06-19 Brian Paulst/mesa: restore some parameter checking buffer object...
2009-06-19 Roland Scheideggerr200: fix cube maps for non-mm path
2009-06-19 Brian Pauli965: initial code for loops in vertex programs
2009-06-19 Brian Pauli965: asst clean-ups, etc in brw_vs_emit()
2009-06-19 Brian Pauli965: asst clean-ups, var renaming in brw_wm_emit_glsl()
2009-06-19 Brian Paulst/mesa: remove redundant st_buffer_object::size field...
2009-06-19 Brian Paulst/mesa: no longer special-case buffer object 0 in...
2009-06-19 Roland Scheideggerradeons: use dp4 for position invariant vertex programs
2009-06-19 Brian Paulmesa: make query-related driver fallback functions...
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 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-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 Roland Scheideggerenable ARB_half_float_pixel for intel drivers
2009-06-15 Roland Scheideggerintel: fix (cosmetic) typo flag used twice
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 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
next