summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-04-28draw: add missing function parameterBrian Paul
2010-04-28softpipe: consolidate tex image offset codeBrian Paul
2010-04-28llvmpipe: remove unused write_depthBrian Paul
2010-04-28st/mesa: move/improve Mesa GPU program debuggingBrian Paul
Print the program (plus its parameters) before calling st_translate_mesa_program() in case we die in that function.
2010-04-28st/mesa: add missing debug entry for DEBUG_CONSTANTSBrian Paul
2010-04-28Merge branch '7.8'Brian Paul
Conflicts: src/mesa/state_tracker/st_gen_mipmap.c
2010-04-28softpipe: use consistant names for local varsBrian Paul
2010-04-28progs/demos: added code to test compressed mipmap generation (disabled)Brian Paul
2010-04-28gallium: remove trailing commaBrian Paul
2010-04-28gallium/util: convert //-style commentsBrian Paul
2010-04-28gallium/util: convert //-style commentsBrian Paul
2010-04-28st/mesa: fix incorrect RowStride computationBrian Paul
Fixes incorrect stride when getting a compressed tex image.
2010-04-28st/mesa: fill in stImage->level in st_generate_mipmap()Brian Paul
Before, this field was always zero for all the new mipmap levels. Fixes problems with glGetTexImage() from a generated mipmap.
2010-04-28Merge branch '7.8'Jakob Bornecrantz
2010-04-28glx: Fix buildJakob Bornecrantz
2010-04-28glx: Fix buildJakob Bornecrantz
2010-04-28configure.ac: Print some llvm infoJakob Bornecrantz
2010-04-28egl: dri2 driver error outputMicah Fedke
This patch amends the error output string for the case where the dri2 egl driver could not open the dri dev node. Signed-off-by: Brian Paul <brianp@vmware.com>
2010-04-28Merge branch '7.8'Brian Paul
Conflicts: src/glx/dri2_glx.c src/glx/glx_pbuffer.c
2010-04-28llvmpipe: Remove unnecessary header.Vinson Lee
2010-04-27Disable scissor when begining meta operationsPierre Willenbrock
Signed-off-by: Eric Anholt <eric@anholt.net>
2010-04-27Don't set srcLevel on GL_TEXTURE_RECTANGLE_ARB targetsPierre Willenbrock
Signed-off-by: Eric Anholt <eric@anholt.net>
2010-04-27Fill the padding between entrys in the sampler keyPierre Willenbrock
This struct is used to generate a hash, ignoring the entry boundaries. Signed-off-by: Eric Anholt <eric@anholt.net>
2010-04-27Initialize have_back.Pierre Willenbrock
There is a user somewhere that tests it before its initial set. Signed-off-by: Eric Anholt <eric@anholt.net>
2010-04-27i915: Add debugging for just prorgam compile under INTEL_DEBUG=wmEric Anholt
2010-04-27i915: Provide counts in the error messages for program limits.Eric Anholt
2010-04-27osmesa: update SRC_DIRS to fix buildBrian Paul
2010-04-27osdemos: replace assertion with error handlerBrian Paul
2010-04-28r300g: move ZTOP to separate fileMarek Olšák
Ideally, HiZ should go in r300_hyperz.c next to ZTOP.
2010-04-27osmesa: don't need to link with -lGLBrian Paul
The gl entrypoints are in libOSMesa.so
2010-04-28radeon: fix warningsMarek Olšák
2010-04-27mesa: Disable scissor when begining meta operationsPierre Willenbrock
Signed-off-by: Brian Paul <brianp@vmware.com>
2010-04-27Add missing _ in extension category nameIan Romanick
2010-04-27mesa: Don't set srcLevel on GL_TEXTURE_RECTANGLE_ARB targetsPierre Willenbrock
Signed-off-by: Brian Paul <brianp@vmware.com>
2010-04-27glx: Initialize have_back.Pierre Willenbrok
Signed-off-by: Brian Paul <brianp@vmware.com>
2010-04-27gallium: Drop BGNFOR, ENDFOR, REP, and ENDREP opcodes.José Fonseca
Arcane DX9 opcodes that never were emitted by Mesa and have no DX10 counterpart. Slated for removal for quite some time now.
2010-04-27gallium/docs: Drop BGNFOR, ENDFOR, REP, and ENDREP opcodes.José Fonseca
2010-04-27tgsi: Drop BGNFOR, ENDFOR, REP, and ENDREP opcodes.José Fonseca
2010-04-27r300: Drop BGNFOR, ENDFOR, REP, and ENDREP opcodes.José Fonseca
2010-04-27cell: Drop BGNFOR, ENDFOR, REP, and ENDREP opcodes.José Fonseca
2010-04-27svga: Drop BGNFOR, ENDFOR, REP, and ENDREP opcodes.José Fonseca
2010-04-27gallivm: Drop BGNFOR, ENDFOR, REP, and ENDREP opcodes.José Fonseca
2010-04-27Buildfixes to work around issues in OpenGL.frameworkJeremy Huddleston
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
2010-04-27Update OpenGL specsJeremy Huddleston
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
2010-04-27apple: Use mesa gl.h rather than generating one.Jeremy Huddleston
Signed-off-by: Jeremy Huddleston <jeremyhu@freedesktop.org>
2010-04-27apple: Integrate our libGL into the existing build system betterJeremy Huddleston
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
2010-04-27darwin: Use clientattribJeremy Huddleston
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
2010-04-27apple: Change ifdefs for DRI to be DRI && !APPLEJeremy Huddleston
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
2010-04-27apple: Remove duplicate headers that already exist in mesa.Jeremy Huddleston
Signed-off-by: Jeremy Huddleston <jeremyhu@freedesktop.org>
2010-04-27apple: Initial import of libGL for OSX from AppleSGLX svn repository.Jeremy Huddleston
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>