summaryrefslogtreecommitdiff
path: root/src/mesa/main/mtypes.h
AgeCommit message (Expand)AuthorFilesLines
2013-06-27mesa: Remove GL_EXT_clip_volume_hintIan Romanick1-2/+0
2013-06-25mesa: Remove the Initialized field from framebuffers.Eric Anholt1-2/+0
2013-06-14mesa: Add infrastructure for ARB_shading_language_420pack.Todd Previte1-0/+1
2013-06-12glsl: Add gl_shader_program::UniformLocationBaseScaleIan Romanick1-0/+15
2013-06-06glsl: Fix uniform buffer object counting.Eric Anholt1-1/+9
2013-06-05mesa: remove outdated version lines in commentsRico Schüller1-1/+0
2013-05-30mesa: Implement ext_framebuffer_multisample_blit_scaled extensionAnuj Phogat1-0/+1
2013-05-29mesa: Delete the ctx->Array._RestartIndex derived state.Kenneth Graunke1-3/+1
2013-05-28mesa: fix GLSL program objects with more than 16 samplers combinedMarek Olšák1-11/+11
2013-05-28mesa: declare UniformBufferBindings as an array with a static sizeMarek Olšák1-1/+2
2013-05-17mesa: Track the TexImage being rendered to in the gl_renderbuffer.Eric Anholt1-0/+8
2013-05-17mesa: Make gl_renderbuffers backed by EGL images use FinishRenderTexture.Eric Anholt1-0/+9
2013-05-13extensions: add AMD_vertex_shader_layerJordan Justen1-1/+2
2013-05-12mesa: Move the mvp_with_dp4 flag to ShaderCompilerOptions.Kenneth Graunke1-6/+6
2013-05-11mesa: add & use a new driver flag for UBO updates instead of _NEW_BUFFER_OBJECTMarek Olšák1-0/+6
2013-05-11mesa: remove unused gl_array_object::NewArrayMarek Olšák1-3/+0
2013-05-11mesa: remove unused gl_constants::MaxColorTableSizeMarek Olšák1-2/+0
2013-05-11mesa: unify MaxVertexVaryingComponents and MaxGeometryVaryingComponentsMarek Olšák1-3/+2
2013-05-11mesa: move max texture image unit constants to gl_program_constantsMarek Olšák1-4/+2
2013-05-06mesa: Add infrastructure for ARB_gpu_shader5.Matt Turner1-0/+1
2013-05-02mesa: remove unused PRIM_INSIDE_UNKNOWN_PRIM constantBrian Paul1-2/+1
2013-05-02mesa: adjust PRIM_x constants for geometry shadersBrian Paul1-3/+4
2013-05-01mesa: add Layered field to framebuffersJordan Justen1-0/+2
2013-05-01mesa: add renderbuffer attachment Layered fieldJordan Justen1-0/+1
2013-05-01mesa: add renderbuffer Depth fieldJordan Justen1-0/+1
2013-04-25mesa: fix bogus comment about PrimitiveRestart fieldsChris Forbes1-2/+2
2013-04-23mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke1-3/+4
2013-04-23mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke1-1/+1
2013-04-23mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke1-1/+1
2013-04-24mesa: remove _NEW_PACKUNPACKMarek Olšák1-1/+1
2013-04-24mesa: convert _NEW_RASTERIZER_DISCARD to a driver flagMarek Olšák1-6/+3
2013-04-24mesa,i965: use NewDriverState to communicate TFB state changes with the driverMarek Olšák1-2/+6
2013-04-17mesa: remove #include "mfeatures.h" from numerous source filesBrian Paul1-1/+0
2013-04-17mesa: remove gl_context::_TriangleCapsBrian Paul1-5/+0
2013-04-17mesa: remove DD_TRI_LIGHT_TWOSIDE flagBrian Paul1-10/+0
2013-04-17mesa: remove DD_TRI_UNFILLED flagBrian Paul1-1/+0
2013-04-17mesa: remove DD_TRI_SMOOTH flagBrian Paul1-1/+0
2013-04-17mesa: remove DD_TRI_STIPPLE flagBrian Paul1-1/+0
2013-04-17mesa: remove DD_TRI_OFFSET flagBrian Paul1-1/+0
2013-04-17mesa: remove DD_POINT_ATTEN flagBrian Paul1-1/+0
2013-04-17mesa: remove DD_POINT_SMOOTH flagBrian Paul1-1/+0
2013-04-17mesa: remove DD_LINE_STIPPLE flagBrian Paul1-1/+0
2013-04-17mesa: remove DD_SEPARATE_SPECULAR flagBrian Paul1-1/+0
2013-04-17mesa: remove unused DD_LINE_SMOOTH flagBrian Paul1-1/+0
2013-04-09glsl: Fix ir_print_visitor's handling of interpolation qualifiers.Paul Berry1-1/+2
2013-04-06mesa: don't set _ClampFragmentColor to TRUE if it has no effectMarek Olšák1-0/+1
2013-04-06mesa: refactor clamping controls, get rid of _ClampReadColorMarek Olšák1-1/+3
2013-04-04mesa: Add new ctx->Stencil._WriteEnabled derived state flag.Kenneth Graunke1-0/+1
2013-03-31mesa: add enable bit for ARB_texture_storage_multisampleChris Forbes1-0/+1
2013-03-30mesa: Delete VERT_ATTRIB_GENERIC_NV and VERT_BIT_GENERIC_NV macros.Kenneth Graunke1-10/+0