summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2009-07-13intel: Partially fix fallback detection for glCopyTexSubImage.Eric Anholt
2009-07-13Merge branch 'mesa_7_5_branch'Brian Paul
2009-07-14radeon: port more front fixes from intel.Dave Airlie
2009-07-14radeon/r200: fix color masking under dri2Dave Airlie
2009-07-14radeon: Use Stencil.Enabled instead of Stencil._Enabled in DrawBuffers.Dave Airlie
2009-07-14radeon/fbo: stencil bits fix from Michel in intel fbo codeDave Airlie
2009-07-13r128: fix two-sided lighting segfault seen in GLUT's olight demoPeteri Andras
2009-07-12intel: Bump driver data, add RC3 tagIan Romanick
2009-07-13i965: add support for new chipsetsXiang, Haihao
2009-07-12r300: move fallback warnings inside fallback debuggingDave Airlie
2009-07-12r300: fix clear mask to not use sw if not necessaryDave Airlie
2009-07-12radeon: Fix crash when rendering to incomplete texture and other formatsNicolai Hähnle
2009-07-12radeon: update clear code from Intel codebase.Dave Airlie
2009-07-12radeon: fbo fix firecube crashesDave Airlie
2009-07-11radeon: Fix scissor rectangle calculation when rendering to FBO.Michel Dänzer
2009-07-11gallium: compare the actual register, not all the inputsZack Rusin
2009-07-10tgsi: update some assertionsBrian Paul
2009-07-10tgsi: tgsi: add semantic_names[] string for TGSI_SEMANTIC_FACEBrian Paul
2009-07-10tgsi: add semantic_names[] string for TGSI_SEMANTIC_FACEBrian Paul
2009-07-10st/mesa: implement indirect addressing for destination registersBrian Paul
2009-07-10tgis: implement indirect addressing for destination registersBrian Paul
2009-07-10vbo: fix vbo/dlist memory leakBrian Paul
2009-07-11radeon: enable GL_NV_texture_rectangle under dri2.Dave Airlie
2009-07-11radeon: set texture in state properly.Dave Airlie
2009-07-11radeon: make swtcl emit size biggerDave Airlie
2009-07-09mesa: From float type modifier from values to large for singlesIan Romanick
2009-07-09Merge branch 'mesa_7_5_branch'Brian Paul
2009-07-09glsl: do const parameter optimization for array element actual parametersBrian Paul
2009-07-09glsl: fix incorrect indexing for gl_TextureMatrix[i][j]Brian Paul
2009-07-07mesa: only use fallback texture when using shaders, not fixed-function (take ...Brian Paul
2009-07-07gallium: fixup register indexes for fog/frontface/point coordZack Rusin
2009-07-07gallium: Fixes for clobbering stencil values in combined depth/stencil textures.Michel Dänzer
2009-07-07GLX/DRI1: Mark GLX visuals with depth != screen depth non-conformant.Michel Dänzer
2009-07-07gallium: Only set FRONT_STATUS_COPY_OF_BACK if there is a back buffer.Michel Dänzer
2009-07-06gallium: more fog extraction fixesZack Rusin
2009-07-06wgl: Make the stw_framebuffer destructions threadsafe.José Fonseca
2009-07-06wgl: Check for multiple threads before GET_CURRENT_CONTEXT.José Fonseca
2009-07-06wgl: Listen to WM_WINDOWPOSCHANGED instead of WM_SIZE messages.José Fonseca
2009-07-05Merge branch 'mesa_7_5_branch'Jakob Bornecrantz
2009-07-08glx: death to RCS tagRALOVICH, Kristóf
2009-07-08r300g: Remove VAP_CNTL_STATUS from invariant state.Corbin Simpson
2009-07-08r300g: Disable MSPOS registers for glisse's CS security checker.Corbin Simpson
2009-07-08r300-gallium: Unify sampler and texture emit.Corbin Simpson
2009-07-08r300-gallium: Mipmap setup.Corbin Simpson
2009-07-08r300g: Add endian fix to vertex fetcher setup.Corbin Simpson
2009-07-08gallium: Add endian detection to p_config.Corbin Simpson
2009-07-08r300: fix regression introduced by ca13937ef97c7779f639dcfc95b3798a11de01bdMaciej Cencora
2009-07-08radeon: fix copy and paste typoMaciej Cencora
2009-07-08mesa/vbo: always recalculate min_index and max_index when splitting verticesMaciej Cencora
2009-07-07intel: Fix flipped Y for glDrawPixels(GL_STENCIL_INDEX) to window system.Eric Anholt