summaryrefslogtreecommitdiff
path: root/src/mesa/main/mtypes.h
AgeCommit message (Expand)AuthorFilesLines
2017-06-22mesa: don't flag _NEW_PROGRAM_CONSTANTS for non-GLSL programs for st/mesaMarek Olšák1-0/+3
2017-06-22mesa: don't flag _NEW_POLYGON_STIPPLE for st/mesaMarek Olšák1-0/+3
2017-06-22mesa: don't flag _NEW_LINE for st/mesaMarek Olšák1-0/+3
2017-06-22mesa: don't flag _NEW_POLYGON for st/mesaMarek Olšák1-0/+3
2017-06-22mesa: don't flag _NEW_TRANSFORM for st/mesa if possibleMarek Olšák1-1/+10
2017-06-22mesa: don't flag _NEW_VIEWPORT for st/mesa if possibleMarek Olšák1-0/+6
2017-06-22mesa: don't flag _NEW_MULTISAMPLE for st/mesaMarek Olšák1-0/+12
2017-06-22mesa: don't flag _NEW_COLOR for st/mesa if possibleMarek Olšák1-0/+12
2017-06-22mesa: use DriverFlags.NewAlphaTest to communicate alphatest changes to st/mesaMarek Olšák1-0/+3
2017-06-22mesa: don't flag _NEW_DEPTH for st/mesaMarek Olšák1-0/+3
2017-06-22mesa: remove _NEW_BUFFER_OBJECTMarek Olšák1-3/+2
2017-06-22mesa: replace VP/FP/ATIfs _Enabled flags with helper functionsMarek Olšák1-3/+0
2017-06-22mesa: replace ctx->Polygon._FrontBit with a helper functionMarek Olšák1-1/+0
2017-06-22mesa: replace ctx->VertexProgram._TwoSideEnabled with a helper functionMarek Olšák1-2/+0
2017-06-22mesa: stop using _NEW_STENCIL with st/mesa, use DriverFlags.NewStencil insteadMarek Olšák1-0/+3
2017-06-22mesa: replace _mesa_update_stencil() with helper functionsMarek Olšák1-3/+0
2017-06-14mesa: Add a BUFFER_BITS mask for depth+stencilJason Ekstrand1-0/+3
2017-06-14mesa: add infrastructure for bindless samplers/images bound to unitsSamuel Pitoiset1-0/+52
2017-06-14mesa: implement ARB_bindless_textureSamuel Pitoiset1-0/+38
2017-06-09mesa: add gl_driver_flags::NewScissor{Rect,Test}Samuel Pitoiset1-0/+6
2017-06-07mesa/main: fix gl_buffer_index enum comparisonRob Herring1-1/+2
2017-06-07mesa: add gl_driver_flags::NewFramebufferSRGBMarek Olšák1-0/+3
2017-06-06mesa: add new gl_driver_flags::NewWindowRectanglesSamuel Pitoiset1-0/+5
2017-06-02mesa: document range of SampleCoverageValue, MinSampleShadingValueBrian Paul1-2/+2
2017-05-22mesa: GL_ARB_shader_subroutine is not optional in core profileIan Romanick1-1/+0
2017-05-20driconf: Add allow_glsl_builtin_variable_redeclaration optionJohn Brooks1-0/+5
2017-05-20st/mesa: don't mark the program as in cache_fallback when there is cache missTimothy Arceri1-0/+7
2017-05-20mesa: add an env var to force cache fallbackTimothy Arceri1-0/+1
2017-05-17mesa: add gl_constants::AllowMappedBuffersDuringExecutionMarek Olšák1-0/+3
2017-05-11mesa: remove _CurrentFragmentProgram from gl_pipeline_objectTimothy Arceri1-2/+0
2017-05-10mesa: remove never used gl_shader_compiler_options::EmitNoFunctionsSamuel Pitoiset1-1/+0
2017-05-06glsl: process bindless/bound layout qualifiersSamuel Pitoiset1-0/+10
2017-05-06mesa: add ARB_bindless_texture to the extensions listSamuel Pitoiset1-0/+1
2017-04-26mesa: tidy up left over APPLE_vertex_array_object semanticsTimothy Arceri1-16/+0
2017-04-26mesa: drop APPLE_vertex_array_object supportTimothy Arceri1-5/+4
2017-04-22mesa: Remove unnecessary locking from container objects.Matt Turner1-4/+0
2017-04-15glsl: delay optimisations on individual shaders when cache is availableTimothy Arceri1-1/+2
2017-04-08mesa/main: Maintain compressed TexEnv Combine state.Gustaw Smolarczyk1-0/+83
2017-04-08mesa/main: Maintain compressed fog mode.Gustaw Smolarczyk1-0/+14
2017-04-05mesa: add GL_ARB_shader_ballot boilerplateNicolai Hähnle1-0/+1
2017-04-05mesa: implement SPARSE_BUFFER_PAGE_SIZE_ARBNicolai Hähnle1-0/+3
2017-04-05mesa: Add GL_ARB_sparse_buffer boilerplateNicolai Hähnle1-0/+1
2017-04-05mesa: Replace program locks with atomic inc/dec.Matt Turner1-1/+0
2017-03-31mesa: Add support for GL_NV_fill_rectangleLyude1-0/+1
2017-03-31mesa: remove MESA_GLSL=optTimothy Arceri1-8/+7
2017-03-31mesa: remove MESA_GLSL=no_opts env optionTimothy Arceri1-8/+7
2017-03-29mesa: split _NEW_TEXTURE into _NEW_TEXTURE_OBJECT & _NEW_TEXTURE_STATEMarek Olšák1-3/+5
2017-03-22driconf: add force_glsl_abs_sqrt optionSamuel Pitoiset1-0/+6
2017-03-16mesa: Create pointers for multithread marshalling dispatch table.Paul Berry1-3/+18
2017-03-16mesa: Add infrastructure for a worker thread to process GL commands.Eric Anholt1-0/+2