Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | final prep/changes for 7.0.3 releasemesa_7_0_3 | Brian | 2008-04-04 | 1 | -1/+1 |
| | |||||
* | 7.0.3 release candidate 3mesa_7_0_3_rc3 | Brian | 2008-04-01 | 1 | -1/+1 |
| | |||||
* | Bug #13492: Only call ProgramStringNotify if program parsing succeeded. | Eric Anholt | 2008-04-01 | 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) | ||||
* | fix mistakenly set ATIFragmentShader._Enabled bit (bug 15269) | Roland Scheidegger | 2008-04-01 | 1 | -1/+1 |
| | |||||
* | added some missing calls to _mesa_enable_x_y_extensions() | Brian | 2008-04-01 | 1 | -0/+5 |
| | |||||
* | fix parsing bug involving comments at the end of ARB v/f programs | Markus Amsler | 2008-03-31 | 2 | -6/+6 |
| | |||||
* | i965: Apply -ve rhw to 965. Fix the regression introduced by | Xiang, Haihao | 2008-03-31 | 1 | -1/+1 |
| | | | | commit da476ff02dd357d9909a2df9891ee645f5f776a0. (bug#14940) | ||||
* | fix texture/renderbuffer mix-up in test_attachment_completeness() | Brian | 2008-03-28 | 1 | -1/+1 |
| | |||||
* | Fix build problems | Alan Hourihane | 2008-03-27 | 3 | -3/+4 |
| | |||||
* | add GL_READ_FRAMEBUFFER_BINDING_EXT case, regenerate get.c file | Brian | 2008-03-24 | 2 | -0/+17 |
| | |||||
* | use ctx->Driver.DeleteProgram() in a few more places | Brian | 2008-03-22 | 2 | -4/+4 |
| | |||||
* | delete default programs with ctx->Driver.DeleteProgram() | Brian | 2008-03-22 | 1 | -2/+2 |
| | |||||
* | Fix some PBO breakage. | Brian | 2008-03-21 | 2 | -11/+6 |
| | | | | | In _mesa_Bitmap, can't early return if bitmap ptr is NULL, it may be an offset into a PBO. Similarly for _mesa_GetTexImage. | ||||
* | fix IEEE_ONE definition for ICC compiler (bug 15134) | Brian | 2008-03-19 | 1 | -3/+3 |
| | |||||
* | set outputs_safe to 0 as it's possible for the code generation | Alan Hourihane | 2008-03-19 | 3 | -106/+205 |
| | | | | | | to slip over the allocated memory for the vb. pull in sse fixes from gallium-0.1 | ||||
* | only set InputsRead bit if input is really used | Markus Amsler | 2008-03-17 | 1 | -2/+5 |
| | |||||
* | init tmpNode to zeros | Brian | 2008-03-14 | 1 | -0/+1 |
| | |||||
* | mesa: fix emit_clamp() so that we don't use an output register as temporary | Brian Paul | 2008-03-14 | 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). | ||||
* | fix state.lightprod ambient/specular w value (bug #14983) | Roland Scheidegger | 2008-03-13 | 1 | -2/+2 |
| | |||||
* | glapi: Generate xserver glapi sources in the mesa tree | Dan Nicholson | 2008-03-10 | 1 | -18/+13 |
| | | | | | | | | | | 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) | ||||
* | glapi: Correct prerequisites for gl_and_glX_API.xml | Dan Nicholson | 2008-03-10 | 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) | ||||
* | glapi: Use make automatic variables to clean up the commands | Dan Nicholson | 2008-03-10 | 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) | ||||
* | glapi: Use variable for indent and flags | Dan Nicholson | 2008-03-10 | 1 | -9/+7 |
| | | | | | | | 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) | ||||
* | fix parsing of state.texenv.color (bug 14931) | Brian | 2008-03-10 | 2 | -2/+4 |
| | |||||
* | Set normalized flag for GLubyte arrays in _mesa_VertexAttribPointerNV() | Markus Amsler | 2008-03-09 | 1 | -1/+2 |
| | |||||
* | init vertex weight attrib to (1,0,0,0) | Markus Amsler | 2008-03-09 | 1 | -1/+1 |
| | |||||
* | fix __builtin_expect() definition test for IBM XLC (sf bug 1909832) | Brian | 2008-03-09 | 1 | -1/+1 |
| | |||||
* | state.depth.range alpha value should be 1, not 0 (bug #14733) | Roland Scheidegger | 2008-03-01 | 1 | -1/+1 |
| | |||||
* | Don't Swap buffer if a DRIDrawable is entirely obscured by another window. | Xiang, Haihao | 2008-02-28 | 1 | -0/+3 |
| | |||||
* | prep for 7.0.3 rc-2 | Brian | 2008-02-21 | 1 | -1/+1 |
| | |||||
* | Fix point rasterization regression caused by commit ↵ | Brian | 2008-02-20 | 1 | -4/+4 |
| | | | | | | | 95a2eb97673fa3139218347a8eb2c1d34f585dbe Even-sized, non-AA points need 0.5 bias in position to hit the right pixels. Test program from bug report 11016 retested and is OK. | ||||
* | raise GL_INVALID_OPERATION if glProgramString compilation fails | Brian | 2008-02-20 | 1 | -1/+1 |
| | | | | cherry picked from master. | ||||
* | Fix glBegin-time test for invalid programs/shaders. | Brian | 2008-02-20 | 3 | -8/+41 |
| | | | | Cherry picked from master. | ||||
* | Added <size name="Get" mode="get"/> lines for point parameter tokens. | Brian | 2008-02-19 | 1 | -0/+4 |
| | | | | Cherry picked from master | ||||
* | i965: new integrated graphics chipset support | Xiang, Haihao | 2008-02-19 | 22 | -60/+185 |
| | |||||
* | Fix potential glDrawPixels(GL_DEPTH_COMPONENT) crashes (bug 13915) | Brian | 2008-02-16 | 1 | -88/+168 |
| | | | | Also, general clean-up of the Xlib-optimized glDraw/CopyPixels code. | ||||
* | Fix glBindTexture crash (bug 14514) | Brian | 2008-02-15 | 1 | -1/+3 |
| | |||||
* | fix bug with generated fragment programs if vertex shader is active | Roland Scheidegger | 2008-02-15 | 1 | -2/+2 |
| | | | | | | | When generating a fragment program from fixed function, checking texUnit->_ReallyEnabled is not sufficient, need texUnit->Enabled too since the former also represents texture enables from an active vertex shader. | ||||
* | _mesa_swizzle_ubyt_image: Don't use single swizzle_copy call | Xiang, Haihao | 2008-02-13 | 1 | -0/+1 |
| | | | | if components don't match. fix #13508 | ||||
* | Fix bug 9871: enable user-defined clip planes for R300 | Brian | 2008-02-06 | 5 | -8/+103 |
| | | | | Patch provided by Erkin Bahceci <[email protected]> | ||||
* | [965] Fix memory leak when deleting buffers with backing store. | Tony DeFeo | 2008-02-05 | 1 | -0/+3 |
| | |||||
* | regenerate glsl library functions | Roland Scheidegger | 2008-01-31 | 1 | -41/+42 |
| | |||||
* | fix w component of glsl vec4 asin | Roland Scheidegger | 2008-01-31 | 1 | -0/+1 |
| | |||||
* | check if fb->Delete is null (bugs 13507,14293) | Brian | 2008-01-30 | 1 | -1/+6 |
| | |||||
* | Add new RV380 pci id | Alex Deucher | 2008-01-29 | 2 | -0/+2 |
| | | | | | bug 14289 (cherry picked from commit 80efe27560134510dce88a52729e5a3d93e8e275) | ||||
* | Merge branch 'mesa_7_0_branch' of ↵ | Alex Deucher | 2008-01-29 | 4 | -11/+12 |
|\ | | | | | | | git+ssh://[email protected]/git/mesa/mesa into mesa_7_0_branch | ||||
| * | pull some more fixes for pbo access from trunk | Alan Hourihane | 2008-01-28 | 2 | -10/+9 |
| | | |||||
| * | fix some pbo path problems | Alan Hourihane | 2008-01-28 | 2 | -2/+4 |
| | | |||||
| * | i965: valid message length includes message header. | Xiang, Haihao | 2008-01-25 | 1 | -1/+1 |
| | | |||||
| * | i965: re-define the type of reg.loopcount. | Xiang, Haihao | 2008-01-25 | 1 | -1/+1 |
| | | | | | | | | | | avoid some issues such that 1 + (-2) gets a big positive value. |