| Commit message (Expand) | Author | Age | Files | Lines |
* | meta: Don't use deprecated keyword in 1.30 shader | Ian Romanick | 2012-08-29 | 1 | -1/+1 |
* | mesa: Disallow alpha, luminance, and LA textures in core context | Ian Romanick | 2012-08-29 | 1 | -4/+6 |
* | mesa: Disallow more deprecated functions in core context | Ian Romanick | 2012-08-29 | 2 | -3/+2 |
* | mesa: Require names from Gen in core context | Ian Romanick | 2012-08-29 | 2 | -0/+9 |
* | mesa: Allow NULL vertex pointer without a VBO | Ian Romanick | 2012-08-29 | 1 | -4/+13 |
* | mesa: Disallow VertexAttribPointer without a VAO in a core context | Ian Romanick | 2012-08-29 | 1 | -0/+17 |
* | mesa: Disallow wide lines in forward compatible context | Ian Romanick | 2012-08-29 | 1 | -0/+17 |
* | mesa: Only FRONT_AND_BACK is allowed for PolygonMode in core context | Ian Romanick | 2012-08-29 | 2 | -2/+16 |
* | meta: Don't stray outside the confines of the API specified in the context | Paul Berry | 2012-08-29 | 2 | -43/+65 |
* | mesa: Don't allow display lists or evaluators in core context | Ian Romanick | 2012-08-29 | 2 | -3/+7 |
* | mesa: Don't allow GL_EXTENSIONS query in core context | Ian Romanick | 2012-08-29 | 1 | -0/+4 |
* | mesa: Non-sprite points are deprecated | Ian Romanick | 2012-08-29 | 1 | -1/+13 |
* | mesa: Fix VAO deletion on GL 3.1 core. | Eric Anholt | 2012-08-29 | 1 | -1/+1 |
* | mesa: Enable a bunch of missing getters on 3.1 core. | Eric Anholt | 2012-08-29 | 1 | -1/+1 |
* | mesa: Expose texture buffer objects when the context is GL 3.1 core. | Eric Anholt | 2012-08-29 | 2 | -10/+18 |
* | mesa: Allow PACK / UNPACK queries for ES2 | Ian Romanick | 2012-08-29 | 1 | -9/+9 |
* | mesa: Kill ES2 wrapper functions | Ian Romanick | 2012-08-29 | 9 | -166/+226 |
* | mesa: glGetVertexAttribPointerv is part of core profile and ES2 | Ian Romanick | 2012-08-29 | 1 | -1/+1 |
* | mesa/es: Validate glPointParameter pname in Mesa code rather than the ES wrapper | Ian Romanick | 2012-08-29 | 3 | -25/+1 |
* | mesa: Require OpenGL 2.0 for GL_POINT_SPRITE_COORD_ORIGIN | Ian Romanick | 2012-08-29 | 1 | -5/+4 |
* | mesa: Require that drivers supporting point sprites support point parameters | Ian Romanick | 2012-08-29 | 1 | -60/+46 |
* | mesa/es: Validate glGetTexEnv parameters in Mesa code rather than the ES wrapper | Ian Romanick | 2012-08-29 | 2 | -87/+5 |
* | mesa/es: Validate glTexEnv parameters in Mesa code rather than the ES wrapper | Ian Romanick | 2012-08-29 | 3 | -329/+43 |
* | mesa/es: Validate glGetTexGen parameters in Mesa code rather than the ES wrapper | Ian Romanick | 2012-08-29 | 4 | -62/+22 |
* | mesa/es: Validate glTexGen parameters in Mesa code rather than the ES wrapper | Ian Romanick | 2012-08-29 | 3 | -128/+39 |
* | mesa/es: Validate glLightModel pname in Mesa code rather than the ES wrapper | Ian Romanick | 2012-08-29 | 3 | -35/+11 |
* | mesa/es: Validate glMaterial face and pname in Mesa code rather than the ES w... | Ian Romanick | 2012-08-29 | 3 | -34/+11 |
* | mesa/es: Validate glGetMaterial pname in Mesa code rather than the ES wrapper | Ian Romanick | 2012-08-29 | 3 | -21/+6 |
* | mesa/es: Validate glGetPointerv pname in Mesa code rather than the ES wrapper | Ian Romanick | 2012-08-29 | 2 | -12/+33 |
* | mesa/es: Validate glMatrixMode mode in Mesa code rather than the ES wrapper | Ian Romanick | 2012-08-29 | 2 | -10/+4 |
* | mesa/es: Validate glFog pname in Mesa code rather than the ES wrapper | Ian Romanick | 2012-08-29 | 3 | -54/+12 |
* | mesa/es: Validate glReadPixels format and type in Mesa code rather than the E... | Ian Romanick | 2012-08-29 | 2 | -53/+33 |
* | mesa/es: Validate glPixelStore pname in Mesa code rather than the ES wrapper | Ian Romanick | 2012-08-29 | 2 | -29/+37 |
* | mesa/es: Validate glEnable cap in Mesa code rather than the ES wrapper | Ian Romanick | 2012-08-29 | 2 | -183/+296 |
* | mesa/es: Validate glHint target in Mesa code rather than the ES wrapper | Ian Romanick | 2012-08-29 | 2 | -19/+25 |
* | mesa/es: Validate glGetVertexAttribf pname in Mesa code rather than the ES wr... | Ian Romanick | 2012-08-29 | 2 | -19/+12 |
* | mesa/es: Validate glGetString pname in Mesa code rather than the ES wrapper | Ian Romanick | 2012-08-29 | 2 | -15/+12 |
* | mesa/es: Validate primitive modes in Mesa code rather than the ES wrapper | Ian Romanick | 2012-08-29 | 2 | -42/+5 |
* | mesa: Refactor _mesa_valid_prim_mode to use a switch-statement | Ian Romanick | 2012-08-29 | 1 | -5/+27 |
* | mesa/es: Validate blend function enums in Mesa code rather than the ES wrapper | Ian Romanick | 2012-08-29 | 2 | -115/+11 |
* | mesa/es: Validate glClear mask in Mesa code rather than the ES wrapper | Ian Romanick | 2012-08-29 | 2 | -11/+9 |
* | mesa/es: Validate glRenderbufferStorage internalFormat in Mesa code rather th... | Ian Romanick | 2012-08-29 | 2 | -90/+132 |
* | mesa/es: Validate glGetRenderbufferParameter pname in Mesa code rather than t... | Ian Romanick | 2012-08-29 | 2 | -29/+2 |
* | mesa/es: Validate glGetFramebufferAttachmentParameter pname in Mesa code rath... | Ian Romanick | 2012-08-29 | 2 | -42/+29 |
* | mesa/es: Validate glGenerateMipmap target in Mesa code rather than the ES wra... | Ian Romanick | 2012-08-29 | 2 | -9/+9 |
* | mesa/es: Validate glFramebufferTexture2D textarget in Mesa code rather than t... | Ian Romanick | 2012-08-29 | 2 | -18/+4 |
* | radeon/llvm: Fix encoding of FP immediates on SI | Tom Stellard | 2012-08-29 | 1 | -1/+6 |
* | radeon/llvm: Create a register class for the M0 register | Tom Stellard | 2012-08-29 | 5 | -16/+24 |
* | radeon/llvm: Set the neverHasSideEffects bit on more instructions | Tom Stellard | 2012-08-29 | 1 | -0/+2 |
* | radeon/llvm: Declare the interpolation intrinsics as ReadOnly | Tom Stellard | 2012-08-29 | 3 | -3/+4 |