Merge branch '7.8'
[mesa.git] / src / mesa / drivers /
2010-03-25 Brian PaulMerge branch '7.8'
2010-03-25 Vinson Leeglslcompiler: Fix build.
2010-03-25 George Sapountzisdrisw_util: add fields for gallium swrast_dri
2010-03-25 Jakob BornecrantzMerge branch 'gallium-targets'
2010-03-24 Alex Deucherr100/r200/r300/r600: enable accel for Copy/DrawPixels...
2010-03-24 Maciej Cencorar300: report correct state atom size
2010-03-24 Maciej Cencorar300: fix off by one
2010-03-24 Maciej Cencorar300: fix vertex programs with big number of params...
2010-03-24 Maciej Cencorar300: fix wpos/fog handling
2010-03-24 Maciej Cencorar300: clean fog_attr/wpos_attr if code accessing these...
2010-03-24 Eric Anholti965: Handle the negate and abs swizzles on brw_wm_glsl...
2010-03-23 Brian Paulglslcompiler: added option to do linking of vert/frag...
2010-03-23 Luca Barbieridri: fix dri_test.c for non-TLS build
2010-03-23 Luca Barbieridri: add _glthread_GetID to dri_test.c dummy glapi
2010-03-23 Luca Barbieridri: make unresolved symbol test link work even without...
2010-03-23 Eric Anholti965: Stop abusing ctx->NewState flags for storing...
2010-03-23 Kristian Høgsbergdri: Add $(DRI_LIB_DEPS) when linking the test binary
2010-03-23 Eric Anholti965: Stop abusing ctx->NewState flags for storing...
2010-03-23 Luca Barbieridri: use mv -f instead of mv to ensure no prompting...
2010-03-23 Brian PaulMerge branch '7.8'
2010-03-23 Luca Barbieridri: test whether the built drivers have unresolved...
2010-03-22 Eric Anholti965: Add disasm for SNB MATH opcode.
2010-03-22 Eric Anholti965: Enable normal clipping on SNB.
2010-03-22 Eric Anholti965: Force single program flow in SNB GS, to match...
2010-03-22 Eric Anholti965: Correct copy and wasted field shifts for SNB...
2010-03-22 Eric Anholti965: Enable VS on SNB.
2010-03-22 Eric Anholti965: Remove gratuitous jump or nop from OPCODE_END...
2010-03-22 Eric Anholti965: Ignore execution mask for the mov(m0, g0) of...
2010-03-22 Eric Anholti965: Allow FS constants to be used as immediates inste...
2010-03-22 Eric Anholti965: Add INTEL_DEBUG=glsl_force to force brw_wm_glsl.c.
2010-03-22 Eric Anholti965: Optimize OPCODE_CMP by using BRW_SEL to choose...
2010-03-22 Kristian Høgsbergintel: Call intel_prepare_render() before looking up...
2010-03-22 Kristian Høgsbergintel: Call intel_prepare_render() before looking up...
2010-03-22 Brian Paulglslcompiler: fix build again
2010-03-22 Francisco Jerezdri/nouveau: Rectangle texture fixes.
2010-03-22 Francisco Jerezdri/nouveau: Some render to texture fixes.
2010-03-22 Francisco Jerezdri/nouveau: Fix swrast fallbacks when the read and...
2010-03-22 Francisco Jerezdri/nouveau: Expose EXT_framebuffer_blit.
2010-03-22 Francisco Jerezdri/nouveau: Plug in some mesa_meta functions instead...
2010-03-22 Francisco Jerezdri/nouveau: Emit dirty states on nouveau_validate_fram...
2010-03-22 Brian Paulglslcompiler: fix build breakage
2010-03-22 Brian PaulMerge branch '7.8'
2010-03-22 Brian Paulglslcompiler: fix build breakage
2010-03-21 Pauli Nieminenr200: Fix emit size prediction to account elt splitting.
2010-03-21 Pauli Nieminenr200: Don't flush when closing elts in KMS.
2010-03-21 Pauli Nieminenr200: Fix swtnl fallback to flush pending rendering...
2010-03-21 Pauli Nieminenr200: Fix mixed indetion in r200TclFallback.
2010-03-21 George Sapountzisrename dri_sw to drisw_util for consistency
2010-03-21 George Sapountzisdri_inteface: add define for checking presence of drm.h
2010-03-21 Francisco Jerezdri/nouveau: Reemit the light model state when lighting...
2010-03-21 Francisco Jerezdri/nouveau: Random cleanups.
2010-03-21 Chia-I WuMerge remote branch 'origin/gallium-st-api-dri'
2010-03-21 Marek Olšákr300/compiler: fix assertion failure in the r500-fragpr...
2010-03-20 Marek Olšákr300/compiler: fix assertion failure in the r500-fragpr...
2010-03-19 Brian Pauldrivers/x11: add PUBLIC qualifier to more API functions
2010-03-19 Ian Romanickintel: Use bit-wise not instead of logical not (i830...
2010-03-19 Ian Romanickintel: Correct value of S0_VB_OFFSET_MASK to match...
2010-03-18 Ian RomanickUse bit-wise not instead of logical not.
2010-03-18 Francisco Jerezdri/nouveau: Flush after texture validation.
2010-03-18 Francisco Jerezdri/nouveau: Avoid pushbuf flushes in the middle of...
2010-03-18 Francisco Jerezdri/nouveau: Implement texcoord generation.
2010-03-18 Francisco Jerezdri/nouveau: Implement texture matrices.
2010-03-18 Francisco Jerezdri/nouveau: Some minor vertex submission fixes.
2010-03-18 Xavier Chantrydri/nouveau: only reallocate texture when needed
2010-03-18 Kristian Høgsbergintel: Call _mesa_make_current() after getting initial...
2010-03-18 Kristian Høgsbergintel: Call _mesa_make_current() after getting initial...
2010-03-17 Eric Anholtintel: Replace mt->pitch with mt->region->pitch.
2010-03-17 Eric Anholtintel: Return false like other blit failure paths if...
2010-03-17 Eric Anholtintel: Respect src pitch in _mesa_copy_rect().
2010-03-17 Eric Anholtintel: Rely on allocated region pitch for the miptree...
2010-03-17 Eric Anholtintel: Assert that the linear blits succeed.
2010-03-17 Eric Anholtintel: Remove level_offset now that it's unused.
2010-03-17 Eric Anholtintel: Remove extra tiling setting after allocating...
2010-03-17 Eric Anholtintel: Rename the z24_x8 depth spans to z24_s8 since...
2010-03-17 Brian PaulMerge branch '7.8'
2010-03-17 Pauli NieminenMerge branch '7.8' into master
2010-03-16 Eric Anholti965: Fix readpixels from ReadBuffer != DrawBuffer.
2010-03-16 Eric Anholti965: Fix inversion for glCopyPixels to/from FBOs.
2010-03-16 Eric Anholtintel: Remove more code for x8z24 visuals, since we...
2010-03-16 Eric AnholtRevert "i965: Do VS SGT, SLT, and friends using CMP...
2010-03-16 Eric AnholtRevert "i965: Do FS SLT, SGT, and friends using CMP...
2010-03-16 Eric Anholtmeta: Fix up restoration of state if _mesa_map_pbo_sour...
2010-03-16 Eric Anholtmeta: Properly refcount our saved programs and texobjs.
2010-03-16 Eric Anholti965: Fix ENDLOOP to only patch up this loop's BREAK...
2010-03-16 Eric Anholti965: Unalias all GLSL source regs from the destination...
2010-03-16 Eric Anholti965: Fix nested loops in the VS.
2010-03-16 Eric Anholti965: Fix up VP constbuf leak on program delete.
2010-03-16 Eric Anholti965: Fix up the handling of point sprite coordinate...
2010-03-16 Eric Anholti965: Add support for the CMP opcode in the GLSL path.
2010-03-16 Eric Anholti965: Fix the response len of masked sampler messages...
2010-03-16 Matthew W. S. BellCorrect GL_EQUIV code in r67/7xx.
2010-03-16 Pauli Nieminenradeon: Fix buffer object unmap to be called only once...
2010-03-16 Chia-I WuMerge remote branch 'origin/gallium-st-api'
2010-03-15 Keith WhitwellMerge commit 'origin/master' into gallium-sampler-view
2010-03-14 George Sapountzisdri/common: mv __driUtilMessage to utils.c
2010-03-14 George Sapountzisdri/swrast: add comment in case it's not clear
2010-03-14 George Sapountzisdri/swrast: drop mtypes.h from dri_sw
2010-03-14 George Sapountzisdri/swrast: update copyright email
2010-03-14 George Sapountzisdri/swrast: port to dri_sw (drawable)
2010-03-14 George Sapountzisdri/swrast: port to dri_sw (context)
next