summaryrefslogtreecommitdiff
path: root/src/mesa/main
AgeCommit message (Expand)AuthorFilesLines
2013-05-30mesa: Add missing break statement in _mesa_choose_tex_format.Vinson Lee1-0/+1
2013-05-30mesa: fix error checking of DXT sRGB formats in _mesa_base_tex_format()Brian Paul1-2/+4
2013-05-30mesa: asst. whitespace, formatting fixes in teximage.cBrian Paul1-28/+43
2013-05-30mesa: Implement ext_framebuffer_multisample_blit_scaled extensionAnuj Phogat3-6/+32
2013-05-29mesa: Delete the ctx->Array._RestartIndex derived state.Kenneth Graunke4-12/+3
2013-05-29mesa: Ignore fixed-index primitive restart in ArrayElement().Kenneth Graunke1-1/+1
2013-05-29mesa: Add a helper function for determining the restart index.Kenneth Graunke2-0/+26
2013-05-28mesa: fix GLSL program objects with more than 16 samplers combinedMarek Olšák3-26/+31
2013-05-28mesa: declare UniformBufferBindings as an array with a static sizeMarek Olšák3-9/+7
2013-05-21mesa: Remove extension checking from ChooseTexFormat.Eric Anholt1-651/+533
2013-05-21mesa: Add ChooseTexFormat support for the new XBGR formats.Eric Anholt1-0/+10
2013-05-17mesa: Make FinishRenderTexture just take the renderbuffer being finished.Eric Anholt2-4/+4
2013-05-17mesa: Track the TexImage being rendered to in the gl_renderbuffer.Eric Anholt5-26/+14
2013-05-17mesa: Make gl_renderbuffers backed by EGL images use FinishRenderTexture.Eric Anholt2-9/+24
2013-05-15mesa: Stop clamping stencil reference value at specification timeChris Forbes1-9/+0
2013-05-15mesa: Use accessor for stencil reference values in glGetChris Forbes2-2/+6
2013-05-15mesa: add accessor for effective stencil refChris Forbes1-0/+14
2013-05-13extensions: add AMD_vertex_shader_layerJordan Justen2-1/+3
2013-05-13mesa: Expose GL_OES_texture_npot on GLES1Chad Versace1-1/+1
2013-05-12mesa: Move the mvp_with_dp4 flag to ShaderCompilerOptions.Kenneth Graunke4-24/+7
2013-05-12glsl: Pass struct shader_compiler_options into do_common_optimization.Kenneth Graunke1-1/+4
2013-05-12mesa: Add comments about bit-ordering of new XRGB/XBGR formats.Kenneth Graunke1-15/+15
2013-05-11mesa: add & use a new driver flag for UBO updates instead of _NEW_BUFFER_OBJECTMarek Olšák3-2/+11
2013-05-11mesa: skip _MaxElement computation unless driver needs strict bounds checkingMarek Olšák1-1/+3
2013-05-11mesa: remove unused gl_array_object::NewArrayMarek Olšák4-10/+0
2013-05-11mesa: remove unused gl_constants::MaxColorTableSizeMarek Olšák3-6/+0
2013-05-11mesa: unify MaxVertexVaryingComponents and MaxGeometryVaryingComponentsMarek Olšák4-9/+4
2013-05-11mesa: move max texture image unit constants to gl_program_constantsMarek Olšák5-20/+18
2013-05-11mesa: consolidate definitions of max texture image unitsMarek Olšák2-8/+4
2013-05-06mesa: Make Mesa core set up wrapped texture renderbuffer state.Eric Anholt1-0/+7
2013-05-06mesa: Make core Mesa allocate the texture renderbuffer wrapper.Eric Anholt3-7/+49
2013-05-06mesa: Add infrastructure for ARB_gpu_shader5.Matt Turner2-0/+2
2013-05-03mesa: whitespace, formatting fixes, etc in api_arrayelt.cBrian Paul1-35/+65
2013-05-03mesa: change ctx->Driver.NeedFlush to GLbitfield and update commentBrian Paul1-3/+3
2013-05-03mesa; change ctx->Driver.SaveNeedFlush to boolean, and document it.Brian Paul1-1/+2
2013-05-02mesa: update comments, simplify code in vtxfmt.cBrian Paul1-8/+6
2013-05-02mesa: update GLvertexformat commentsBrian Paul1-20/+7
2013-05-02mesa: remove GLvertexformat::EvalMesh1(), EvalMesh2()Brian Paul5-30/+3
2013-05-02mesa: remove GLvertexformat::Rectf()Brian Paul3-7/+2
2013-05-02mesa: simplify dispatch for glDraw* functionsBrian Paul3-129/+17
2013-05-02mesa: remove _MESA_INIT_EVAL_VTXFMT() macroBrian Paul2-13/+8
2013-05-02mesa: remove _MESA_INIT_ARRAYELT_VTXFMT() macroBrian Paul2-5/+1
2013-05-02mesa: remove _MESA_INIT_DLIST_VTXFMT() macroBrian Paul2-7/+2
2013-05-02mesa: change _mesa_inside_dlist_begin_end() to handle PRIM_UNKNOWNBrian Paul2-5/+3
2013-05-02mesa: comments, formatting fixes in dlist codeBrian Paul1-3/+10
2013-05-02mesa: don't install glDraw* functions into the BeginEnd dispatch tableBrian Paul1-30/+43
2013-05-02mesa: add missing error check in _mesa_EndList()Brian Paul1-0/+6
2013-05-02mesa: remove unused PRIM_INSIDE_UNKNOWN_PRIM constantBrian Paul3-10/+6
2013-05-02mesa: simplify save_Begin() error checkingBrian Paul1-20/+13
2013-05-02mesa: refactor _mesa_valid_prim_mode()Brian Paul2-14/+24