Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-04-11 | Prepare changelog for uploadmesa-7.0.3-1 | Brice Goglin | 1 | -2/+2 | |
2008-04-11 | New upstream release | Brice Goglin | 1 | -0/+8 | |
2008-04-11 | Merge tag 'mesa_7_0_3' into debian-unstable | Brice Goglin | 9 | -15/+28 | |
2008-04-04 | final prep/changes for 7.0.3 releasemesa_7_0_3 | Brian | 4 | -6/+13 | |
2008-04-01 | 7.0.3 release candidate 3mesa_7_0_3_rc3 | Brian | 2 | -5/+5 | |
2008-04-01 | Bug #13492: Only call ProgramStringNotify if program parsing succeeded. | Eric Anholt | 1 | -2/+2 | |
Wine intentionally tries some out-of-spec programs to test strictness, and calling ProgramStringNotify on the results of a failed program parse resulted in crashes in the 965 driver. (cherry picked from commit 185320ae13163995ea61e38104ab5aeaeb28d8e5) | |||||
2008-04-01 | fix mistakenly set ATIFragmentShader._Enabled bit (bug 15269) | Roland Scheidegger | 1 | -1/+1 | |
2008-04-01 | added some missing calls to _mesa_enable_x_y_extensions() | Brian | 1 | -0/+5 | |
2008-03-31 | fix ARB f/v program comment parsing bug | Brian | 1 | -0/+1 | |
2008-03-31 | fix parsing bug involving comments at the end of ARB v/f programs | Markus Amsler | 2 | -6/+6 | |
2008-03-31 | Prepare changelog for uploadmesa-7.0.3-rc2-2 | Julien Cristau | 1 | -2/+2 | |
2008-03-31 | Fix libgl1-mesa-swx11-i686's dependencies | Julien Cristau | 2 | -1/+3 | |
Change libgl1-mesa-swx11-i686's pre-dependency on libgl1-mesa-swx11 to a regular versioned dependency, and add ${shlibs:Depends}. I'm not sure why this used Pre-Depends in the first place, I don't think that's needed. | |||||
2008-03-31 | Update 02_use-ieee-fp-on-s390-and-m68k.patch. | Julien Cristau | 2 | -1/+2 | |
2008-03-31 | Update changelog and add bug closer | Julien Cristau | 1 | -0/+7 | |
2008-03-31 | Merge branch 'mesa_7_0_branch' of git.freedesktop.org:/git/mesa/mesa into ↵ | Julien Cristau | 42 | -257/+17272 | |
debian-unstable | |||||
2008-03-31 | i965: Apply -ve rhw to 965. Fix the regression introduced by | Xiang, Haihao | 1 | -1/+1 | |
commit da476ff02dd357d9909a2df9891ee645f5f776a0. (bug#14940) | |||||
2008-03-28 | fix texture/renderbuffer mix-up in test_attachment_completeness() | Brian | 1 | -1/+1 | |
2008-03-27 | Fix build problems | Alan Hourihane | 3 | -3/+4 | |
2008-03-25 | updated glext.h to version 40 | Brian | 1 | -1/+7 | |
2008-03-25 | updated to version 40 | Brian | 1 | -3/+14 | |
2008-03-24 | add GL_READ_FRAMEBUFFER_BINDING_EXT case, regenerate get.c file | Brian | 2 | -0/+17 | |
2008-03-24 | fix wrong values for GL_READ/DRAW_FRAMEBUFFER_BINDING_EXT tokens | Brian | 1 | -2/+2 | |
2008-03-22 | use ctx->Driver.DeleteProgram() in a few more places | Brian | 2 | -4/+4 | |
2008-03-22 | delete default programs with ctx->Driver.DeleteProgram() | Brian | 1 | -2/+2 | |
2008-03-21 | Fix some PBO breakage. | Brian | 3 | -11/+8 | |
In _mesa_Bitmap, can't early return if bitmap ptr is NULL, it may be an offset into a PBO. Similarly for _mesa_GetTexImage. | |||||
2008-03-19 | fix IEEE_ONE definition for ICC compiler (bug 15134) | Brian | 1 | -3/+3 | |
2008-03-19 | set outputs_safe to 0 as it's possible for the code generation | Alan Hourihane | 3 | -106/+205 | |
to slip over the allocated memory for the vb. pull in sse fixes from gallium-0.1 | |||||
2008-03-17 | only set InputsRead bit if input is really used | Markus Amsler | 1 | -2/+5 | |
2008-03-14 | init tmpNode to zeros | Brian | 1 | -0/+1 | |
2008-03-14 | mesa: fix emit_clamp() so that we don't use an output register as temporary | Brian Paul | 1 | -3/+12 | |
IR_CLAMP is decomposed into OPCODE_MIN+OPCODE_MAX. Allocate a temporary register for the intermediate value so we don't inadvertantly use an output register (which are write-only on some GPUs). | |||||
2008-03-13 | fix state.lightprod ambient/specular w value (bug #14983) | Roland Scheidegger | 1 | -2/+2 | |
2008-03-10 | Merge branch '7.0-glx' into mesa_7_0_branch | Dan Nicholson | 10 | -62/+16948 | |
2008-03-10 | Darwin: Fixed small error in darwin config files | Jeremy Huddleston | 2 | -2/+2 | |
2008-03-10 | glapi: Resync generated files with 7.0 branch | Dan Nicholson | 5 | -39/+82 | |
The previous commits pulled in the generated files from master. This regenerates the files from the source on the 7.0 branch. | |||||
2008-03-10 | Darwin: Config/source fixes to now build glxdemo apps and OSMesa | Jeremy Huddleston | 6 | -44/+22 | |
Also added darwin-fat-32bit darwin-fat-all configs and deleted old darwin-x86ppc config | |||||
2008-03-10 | glapi: Generate xserver glapi sources in the mesa tree | Dan Nicholson | 9 | -18/+16857 | |
Instead of generating the glapi sources for the xserver and commiting them to the xserver tree, we can keep them in the mesa tree and change the xserver build to use the files from the mesa tree. This makes the xserver glx build more robust as it reduces the chances for mismatches of the glX API used in the xserver vs. in mesa. (cherry picked from commit 7688791fc52f116eea421fda1d17aba5cf10977b) | |||||
2008-03-10 | glapi: Correct prerequisites for gl_and_glX_API.xml | Dan Nicholson | 1 | -2/+2 | |
The indirect_dispatch.h and indirect_table.c source files use gl_and_glX_API.xml in their generation rather than glX_API.xml, but it wasn't listed in their prerequisites. In turn, gl_and_glX_API.xml uses glX_API.xml, but this is already listed in $(COMMON_GLX). (cherry picked from commit 929b6d2ebf8128140fa2db413600f64a66148b5f) | |||||
2008-03-10 | glapi: Use make automatic variables to clean up the commands | Dan Nicholson | 1 | -46/+50 | |
Make use of the make automatic variables $@ (the target) and $< (first prerequisite) to clean up the commands for the glapi generation. This improves readability and guards against typos since words are repeated less frequently. (cherry picked from commit fc67d47708eef27e129f4848896c6d10fbe32594) | |||||
2008-03-10 | glapi: Use variable for indent and flags | Dan Nicholson | 2 | -10/+10 | |
Put the path to indent and the flags to call it with in configs/default rather than in the Makefile. This makes it easier to change the values globally. (cherry picked from commit 817af9bec2f799b4b8449112d1a25aad70ca4d15) | |||||
2008-03-10 | fix parsing of state.texenv.color (bug 14931) | Brian | 3 | -2/+5 | |
2008-03-09 | Set normalized flag for GLubyte arrays in _mesa_VertexAttribPointerNV() | Markus Amsler | 1 | -1/+2 | |
2008-03-09 | init vertex weight attrib to (1,0,0,0) | Markus Amsler | 1 | -1/+1 | |
2008-03-09 | fix __builtin_expect() definition test for IBM XLC (sf bug 1909832) | Brian | 1 | -1/+1 | |
2008-03-01 | state.depth.range alpha value should be 1, not 0 (bug #14733) | Roland Scheidegger | 1 | -1/+1 | |
2008-02-28 | Don't Swap buffer if a DRIDrawable is entirely obscured by another window. | Xiang, Haihao | 1 | -0/+3 | |
2008-02-25 | Replace glut_fbc.c with glut_fcb.c (cb=callback) | Brian | 3 | -3/+3 | |
2008-02-24 | Add bug closer for #408679.mesa-7.0.3-rc2-1 | Julien Cristau | 1 | -1/+2 | |
2008-02-23 | Prepare changelog for upload. | Julien Cristau | 1 | -2/+2 | |
2008-02-23 | 03_optional-progs-and-install.patch: partly applied upstream, fixed up | Julien Cristau | 2 | -23/+16 | |
2008-02-22 | bump libGL.so version number | Brian | 1 | -1/+1 | |