| Commit message (Expand) | Author | Age | Files | Lines |
* | glapi: Resync generated files with 7.0 branch | Dan Nicholson | 2008-03-10 | 5 | -39/+82 |
* | glapi: Generate xserver glapi sources in the mesa tree | Dan Nicholson | 2008-03-10 | 9 | -18/+16857 |
* | glapi: Correct prerequisites for gl_and_glX_API.xml | Dan Nicholson | 2008-03-10 | 1 | -2/+2 |
* | glapi: Use make automatic variables to clean up the commands | Dan Nicholson | 2008-03-10 | 1 | -46/+50 |
* | glapi: Use variable for indent and flags | Dan Nicholson | 2008-03-10 | 1 | -9/+7 |
* | 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 95a2eb97673fa3139218347a8... | Brian | 2008-02-20 | 1 | -4/+4 |
* | raise GL_INVALID_OPERATION if glProgramString compilation fails | Brian | 2008-02-20 | 1 | -1/+1 |
* | Fix glBegin-time test for invalid programs/shaders. | Brian | 2008-02-20 | 3 | -8/+41 |
* | Added <size name="Get" mode="get"/> lines for point parameter tokens. | Brian | 2008-02-19 | 1 | -0/+4 |
* | 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 |
* | 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 |
* | _mesa_swizzle_ubyt_image: Don't use single swizzle_copy call | Xiang, Haihao | 2008-02-13 | 1 | -0/+1 |
* | Fix bug 9871: enable user-defined clip planes for R300 | Brian | 2008-02-06 | 5 | -8/+103 |
* | [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 |
* | Merge branch 'mesa_7_0_branch' of git+ssh://[email protected]/git/mes... | Alex Deucher | 2008-01-29 | 7 | -11/+44 |
|\ |
|
| * | 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 |
| * | Assorted patches for miniglx/linux-solo (Gavin Li <[email protected]>) | Brian | 2008-01-23 | 3 | -0/+32 |
* | | R300: RV410 SE chips have half the pipes of regular RV410 | Alex Deucher | 2008-01-29 | 1 | -2/+7 |
|/ |
|
* | fix pc vs. gc->ps usage (bug 14197) | Brian | 2008-01-22 | 1 | -4/+4 |
* | prep for 7.0.3 release | Brian | 2008-01-21 | 1 | -2/+2 |
* | i965: Fix byte vs. pixel unit mixup for aligned texture pitch. | Michel Dänzer | 2008-01-14 | 1 | -1/+1 |
* | i965: Fix unresolved symbol intel_miptree_pitch_align. | Michel Dänzer | 2008-01-11 | 2 | -0/+27 |
* | i915tex: Centralize mipmap pitch computations. | Keith Packard | 2008-01-08 | 8 | -36/+64 |
* | fix depth/1 typo in glTexImage3D proxy code | Brian | 2008-01-05 | 1 | -4/+4 |
* | additional stub functions | Brian | 2008-01-02 | 1 | -0/+4 |
* | additional GL_COLOR_ATTACHMENTx_EXT cases (bug 13767) | Brian | 2008-01-02 | 1 | -0/+8 |
* | fix vbo display list memleak upon context destruction | Brian | 2008-01-01 | 2 | -0/+16 |
* | additional GL_COLOR_ATTACHMENTx_EXT cases (bug 13767) | Brian | 2008-01-01 | 1 | -0/+8 |
* | Convert to 0/1 when setting boolean uniforms | Bruce Merry | 2008-01-01 | 1 | -0/+7 |
* | Make use of count in _mesa_uniform_matrix | Bruce Merry | 2008-01-01 | 1 | -13/+25 |
* | More fixes to shader_api | Bruce Merry | 2008-01-01 | 1 | -7/+16 |
* | Fix several bugs relating to uniforms and attributes in GLSL API | Bruce Merry | 2008-01-01 | 1 | -11/+73 |
* | added 'get' info for framebuffer object tokens | Brian | 2008-01-01 | 2 | -8/+18 |
* | add 'Get' info for MAX_3D_TEXTURE_SIZE (for bug 13811) | Brian | 2008-01-01 | 1 | -1/+3 |