Merge branch 'mesa_7_5_branch'
[mesa.git] / src / mesa / drivers / dri /
2009-07-13 Brian PaulMerge branch 'mesa_7_5_branch'
2009-07-13 Dave Airlieradeon: port more front fixes from intel.
2009-07-13 Dave Airlieradeon/r200: fix color masking under dri2
2009-07-13 Dave Airlieradeon: Use Stencil.Enabled instead of Stencil._Enabled...
2009-07-13 Dave Airlieradeon/fbo: stencil bits fix from Michel in intel fbo...
2009-07-13 Peteri Andrasr128: fix two-sided lighting segfault seen in GLUT...
2009-07-13 Ian Romanickintel: Bump driver data, add RC3 tag
2009-07-13 Xiang, Haihaoi965: add support for new chipsets
2009-07-12 Dave Airlier300: move fallback warnings inside fallback debugging
2009-07-12 Dave Airlier300: fix clear mask to not use sw if not necessary
2009-07-12 Nicolai Hähnleradeon: Fix crash when rendering to incomplete texture...
2009-07-12 Dave Airlieradeon: update clear code from Intel codebase.
2009-07-12 Dave Airlieradeon: fbo fix firecube crashes
2009-07-11 Michel Dänzerradeon: Fix scissor rectangle calculation when renderin...
2009-07-10 Dave Airlieradeon: enable GL_NV_texture_rectangle under dri2.
2009-07-10 Dave Airlieradeon: set texture in state properly.
2009-07-10 Dave Airlieradeon: make swtcl emit size bigger
2009-07-09 Brian PaulMerge branch 'mesa_7_5_branch'
2009-07-05 Jakob BornecrantzMerge branch 'mesa_7_5_branch'
2009-07-08 RALOVICH, Kristófglx: death to RCS tag
2009-07-08 Maciej Cencorar300: fix regression introduced by ca13937ef97c7779f639...
2009-07-08 Maciej Cencoraradeon: fix copy and paste typo
2009-07-07 Eric Anholtintel: Fix flipped Y for glDrawPixels(GL_STENCIL_INDEX...
2009-07-07 Eric Anholtintel: Fall back on glCopyPixels(GL_DEPTH) or GL_STENCIL.
2009-07-07 Eric Anholti965: Remove BRW_NEW_INPUT_VARYING
2009-07-04 Roland Scheideggeri965: fix fetching constants from constant buffer in...
2009-07-04 Eric Anholti965: Remove bad constant buffer constant-reg-already...
2009-07-04 Jakob BornecrantzMerge branch 'mesa_7_5_branch'
2009-07-07 Zack RusinMerge commit 'origin/openvg-1.0'
2009-07-06 Dave Airlieradeon: ensure cmdbuf space for state + AOS is available
2009-07-06 Dave Airlier200: fix makefile
2009-07-06 Dave Airlieradeon: fixup FBO depth 24 allocations to avoid assert
2009-07-06 Dave Airlieradeon/r200/r300: port to new space checking code in...
2009-07-05 Maciej Cencorar300: fix vertex limits
2009-07-03 Jakob BornecrantzMerge branch 'mesa_7_5_branch'
2009-07-03 Michel Dänzerintel: Also update stencil bits in intel_update_wrapper().
2009-07-03 Michel Dänzerradeon: Wait for BO idle if necessary before mapping it.
2009-07-03 Michel Dänzerr300: Guard debugging output.
2009-07-03 Eric Anholtintel: Fall back on glBitmap with fog enabled.
2009-07-03 Eric Anholtintel: Flush when mapping buffer objects so writes...
2009-07-02 Eric Anholtintel: Fix leak of DRI option info due to using the...
2009-07-02 Eric Anholtintel: Clean up leak of driver context structure on...
2009-07-02 Eric Anholtintel: Init num_fences to clean up valgrind warning.
2009-07-02 Keith WhitwellMerge commit 'origin/dlist-statechange-shortcircuit...
2009-07-02 Dave Airlieradeon/r200/r300: drop radeon renderbuffer private...
2009-07-02 Dave Airlieradeon/r300: use base width/height.
2009-07-02 Xiang, Haihaoi965: fixes for JMPI
2009-07-01 Eric Anholtintel: Avoid pointer arithmetic on void *.
2009-07-01 Eric Anholti965: Increase G4X default VS URB allocation to actuall...
2009-06-30 Brian Pauli965: first attempt at handling URB overflow when there...
2009-06-30 Brian Pauli965: use BRW_MAX_MRF
2009-06-30 Brian Pauli965: use BRW_MAX_GRF, BRW_MAX_MRF
2009-06-30 Brian Pauli965: move BRW_MAX_GRF, define BRW_MAX_MRF
2009-06-30 Brian Pauli965: defined BRW_MAX_MRF
2009-06-30 Brian Pauli965: comments and a new assertion
2009-06-30 Eric Anholti915: Fix assertion failure on remapping a non-BO-backe...
2009-06-30 Keith WhitwellMerge branch 'mesa_7_5_branch' into dlist-statechange...
2009-06-30 Brian PaulMerge branch 'mesa_7_5_branch'
2009-06-30 Eric Anholti915: Fix assertion failure on remapping a non-BO-backe...
2009-06-29 Eric Anholtintel: Enable EXT_gpu_program_parameters.
2009-06-29 Brian PaulMerge branch 'mesa_7_5_branch'
2009-06-29 Brian Paulintel: added null ptr check
2009-06-29 Eric AnholtRevert "intel: Remove unneded pthread mutex in LOCK_HAR...
2009-06-29 Eric Anholtintel: Move note_unlock() implementation to the one...
2009-06-29 Eric Anholtintel: Remove unneded pthread mutex in LOCK_HARDWARE.
2009-06-29 Eric Anholtintel: Make LOCK_HARDWARE recursive to avoid hand-rolli...
2009-06-29 Brian PaulMerge branch 'mesa_7_5_branch'
2009-06-26 Ian Romanickintel / DRI2: Additional flush of fake front-buffer...
2009-06-22 Roland Scheideggeri965: handle OPCODE_SWZ in the glsl path
2009-06-22 Michel Dänzerintel: intel_texture_drawpixels() can't handle GL_DEPTH...
2009-06-22 Brian Pauli965: added intelFlush() call in intel_get_tex_image()
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 Roland Scheideggerradeons: use dp4 for position invariant vertex programs
2009-06-17 Brian Paulintel: remove extra \n from warning string
2009-06-17 Robert Ellisoni965: fix 1D texture borders with GL_CLAMP_TO_BORDER
2009-06-17 Robert Ellisoni965: send all warnings through _mesa_warning()
2009-06-17 Robert Ellisoni965: fix segfault on low memory conditions
2009-06-17 Eric Anholti915: Don't put VBOs in graphics memory unless required...
2009-06-17 Eric Anholti915: Fall back on NPOT textured metaops on 830-class.
2009-06-17 Eric Anholti915: Restore the Viewport and DepthRange functions...
2009-06-17 Eric Anholti956: Make state dependency of SF on drawbuffer bounds...
2009-06-17 Eric Anholtintel: Don't complain on falling back from PBO fastpaths.
2009-06-17 Eric Anholti915: Use Stencil.Enabled instead of Stencil._Enabled...
2009-06-17 Eric Anholti915: Only use the new 945 cube layout for compressed...
2009-06-17 Eric Anholti965: Fix varying payload reg assignment for the non...
2009-06-17 Eric Anholti965: Fix register allocation of GLSL fp inputs.
2009-06-17 Eric Anholtintel: Use FRONT_AND_BACK for StencilOp as well.
2009-06-17 Eric Anholtintel: Use GL_FRONT_AND_BACK for stencil clearing.
2009-06-17 Eric Anholtintel: Skip the DRI2 renderbuffer update when doing...
2009-06-17 Eric Anholtintel: Map write-only buffer objects through the GTT...
2009-06-17 Brian PaulGLX: attempt to fix glean makeCurrent test cases.
2009-06-17 Brian Pauli965: fix bugs in projective texture coordinates
2009-06-15 Shuang Heintel: Release fb backing regions in intelDestroyBuffer()
2009-06-14 Jakob BornecrantzMerge branch 'mesa_7_5_branch'
2009-06-29 Dave AirlieRevert "r200: make use of DMA buffers for Elts a lot...
2009-06-27 Nicolai Hähnleradeon: Always initialize front and back renderbuffers...
2009-06-27 Nicolai Hähnleradeon: Update .gitignore
2009-06-26 Brian PaulMerge branch 'arb_vertex_array_object'
2009-06-26 Brian PaulMerge branch 'mesa_7_5_branch'
next