- Jan 17, 2008
-
-
Julien Cristau authored
-
- Jan 14, 2008
-
-
git://anongit.freedesktop.org/git/mesa/mesaJulien Cristau authored
Conflicts: progs/tests/.gitignore progs/tests/Makefile
-
Michel Dänzer authored
I sincerely hope I don't manage to mess this up yet again... Thanks again to Todd Merrill for pointing out the problem and testing the fix on IRC.
-
- Jan 11, 2008
-
-
Michel Dänzer authored
For some reason, I thought that function was shared with i915tex... The good news is that i965 gets to keep the lower pitch alignment requirements. Thanks to Todd Merrill for pointing out the problem on IRC.
-
- Jan 08, 2008
-
-
Keith Packard authored
mipmap pitches must account for the device alignment requirements, which used to be fairly simple; just align to a 4-byte boundary. However, to allow textures to be drawn to under TTM, they now need to be aligned to a 64-byte boundary. Placing all of the alignment constraints in a single function allows this new constraint to be applied uniformly. There was some pitch constraining code in intel_miptree_create, but that was modifying the pitch long after the miptree had been layed out, so it only served to wreck the mipmap and cause rendering errors. (cherry picked from commit a183efc1 with manual changes for mesa_7_0_branch by Michel Dänzer. One side effect of this is that i965 also aligns the pitch of 2D textures to multiples of 64 bytes, hopefully that won't cause any issues)
-
- Jan 05, 2008
-
-
Brian Paul authored
-
Brian Paul authored
-
- Jan 02, 2008
-
-
Brian Paul authored
-
Brian Paul authored
-
- Jan 01, 2008
-
-
Brian Paul authored
-
Brian Paul authored
-
Brian Paul authored
-
Bruce Merry authored
Also add some extra tests to the shader_api regression tests
-
Bruce Merry authored
-
Bruce Merry authored
-
Bruce Merry authored
- return GL_INVALID_OPERATION instead of GL_INVALID_VALUE if location is bad - correct the type-checking of uniforms from my previous commit - accept location of -1 in _mesa_uniform_matrix
-
Bruce Merry authored
- fix sizes for GL_FLOAT_MAT2x3 and GL_FLOAT_MAT4x3 in sizeof_glsl_type - fix size returns in _mesa_get_active_attrib - fix out-of-bounds array access to vec_types in _mesa_get_active_attrib - fix queries of matrix uniforms in _mesa_get_uniformfv - fix _mesa_get_uniformfv to only return one base, even from an array - allow location == -1 in _mesa_uniform - validate types in _mesa_uniform - allow array overruns in _mesa_uniform
-
Brian Paul authored
-
Brian Paul authored
-
Brian Paul authored
-
- Dec 22, 2007
-
-
Roland Scheidegger authored
primitive needs to include the begin/end flags (broken since vbo-0.2). Should fix missing first/last line segment on gamma, i810, i915, mga, r200, radeon, s3v, savage, unichrome (r300 already correct). Tested on r200, fixes #13527.
-
- Dec 20, 2007
-
-
Brian Paul authored
-
Brian Paul authored
-
- Dec 19, 2007
-
-
Haihao Xiang authored
it ensures there are sufficient registers for all subroutines.
-
Haihao Xiang authored
GS thread. fix #13240
-
Brian Paul authored
-
- Dec 18, 2007
-
-
Brian Paul authored
-
Brian Paul authored
-
Julien Cristau authored
-
Julien Cristau authored
* Bump Standards-Version to 3.7.3. * Move libgl1-mesa-swx11-dbg, mesa-common-dev and libosmesa6-dev to section libdevel. * libgl1-mesa-swx11 conflicts with libgl1-mesa-glx. Move it and libgl1-mesa-swx11-dev to priority extra. * Fix typo in mesa-common-dev's long description.
-
Julien Cristau authored
-
Julien Cristau authored
Conflicts: progs/trivial/quad-clip-nearplane.c
-
- Dec 17, 2007
-
-
Michel Dänzer authored
Don't dereference NULL renderbuffer pointer, and make sure the software fallback sticks. Fixes https://bugs.freedesktop.org/show_bug.cgi?id=13694 .
-
- Dec 14, 2007
-
-
Brian Paul authored
-
- Dec 07, 2007
-
-
Dan Nicholson authored
Linking of the programs breaks when using a static libGL and the GNU ld option --as-needed. This is because libXext is needed for the XShm functions. (cherry picked from commit 6aaf9bdd)
-
- Dec 04, 2007
-
-
Brian Paul authored
-
Brian Paul authored
-
Brian Paul authored
-
Michel Dänzer authored
Fixes https://bugs.freedesktop.org/show_bug.cgi?id=10132 . Also remove comment about SONAME, as SONAME only applies to shared libraries. (cherry picked from commit fc7ddea8)
-
- Dec 03, 2007
-
-
Brian Paul authored
-