summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_extensions.c
AgeCommit message (Expand)Author
2010-11-23mesa: replace #defines with new gl_shader_type enumBrian Paul
2010-11-22st/mesa: set MaxUniformComponentsMarek Olšák
2010-11-22gallium: add PIPE_SHADER_CAP_SUBROUTINESMarek Olšák
2010-11-21st/mesa: enable ARB_explicit_attrib_location and EXT_separate_shader_objectsMarek Olšák
2010-11-12gallium: add CAPs for indirect addressing and lower it in st/mesa when neededMarek Olšák
2010-10-21st/mesa: support for primitive restartBrian Paul
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-10-13st/mesa: enable stencil shader export extension if supportedDave Airlie
2010-10-02mesa/st: initial attempt at RG support for gallium driversDave Airlie
2010-09-23mesa: Remove SGI_color_matrix.Eric Anholt
2010-09-21mesa: don't advertise bogus GL_ARB_shading_language_120 extensionBrian Paul
2010-09-15mesa/st: Silence uninitialized variable warning.Vinson Lee
2010-09-14mesa/st: ask GLSL to not emit noise since we have a dummy implementationLuca Barbieri
2010-09-14mesa/st: set compiler options based on Gallium shader capsLuca Barbieri
2010-09-14gallium: introduce get_shader_param (ALL DRIVERS CHANGED) (v3)Luca Barbieri
2010-09-08glsl: add several EmitNo* options, and MaxUnrollIterationsLuca Barbieri
2010-09-08glsl: make compiler options per-targetLuca Barbieri
2010-09-02st/mesa: clamp gl_constants::MaxVarying against MAX_VARYINGBrian Paul
2010-08-30st/mesa: set the MaxVarying GLSL constantMarek Olšák
2010-07-21st/mesa: implement depth clampMarek Olšák
2010-07-20st/mesa: implement and advertise GL_ARB_draw_elements_base_vertexMarek Olšák
2010-06-28mesa: initial support for ARB_geometry_shader4Zack Rusin
2010-06-06st/mesa: advertise GL_ARB_fragment_program_shadowMarek Olšák
2010-06-05st/mesa: trivially enable GL_ATI_texture_env_combine3Marek Olšák
2010-06-05mesa/st: add support for EXT_texture_swizzle.Dave Airlie
2010-05-28st/mesa: advertise ARB_half_float_vertex when availableMarek Olšák
2010-05-21Merge branch 'gallium-msaa'Roland Scheidegger
2010-05-17mesa/st: adapt to interface changesRoland Scheidegger
2010-05-17gallium: EXT_timer_query support.Mathias Fröhlich
2010-05-12mesa/st: Expose pipe driver's shader limits.José Fonseca
2010-05-04mesa/st: Fill in native program limits.José Fonseca
2010-04-14st/mesa: put ATI_texture_mirror_once in the right placeMarek Olšák
2010-04-14st/mesa: trivially enable ATI_texture_mirror_onceMarek Olšák
2010-04-10Squashed commit of the following:Keith Whitwell
2010-04-06mesa: Add OES_EGL_image to extension list.Chia-I Wu
2010-04-05st/mesa: trivially enable GL_EXT_gpu_program_parametersMarek Olšák
2010-03-30gallium: adapt all code to the renamed depth/stencil formatsRoland Scheidegger
2010-03-11st/mesa: don't enable extensions which aren't actually supportedRoland Scheidegger
2010-03-11st/dri: move extension initilization to st/mesa completelyMarek Olšák
2010-03-11st/mesa: always advertise texture_rectangleMarek Olšák
2010-03-09mesa/st: Gallium quads, by spec, never change provoking vertex.Corbin Simpson
2010-03-01mesa: Rename pipe formats.José Fonseca
2010-02-28st/mesa: do not advertise S3TC if the external lib is not availableMarek Olšák
2010-02-09Merge branch 'gallium-nopointsizeminmax'Roland Scheidegger
2010-02-08st/mesa: fix wrong initialization of MaxPointSizeRoland Scheidegger
2010-02-04gallium: add point size clamp to implementation limits in vertex shaderRoland Scheidegger
2010-01-29st/mesa: Gallium support for ARB_fragment_coord_conventions (v4)Luca Barbieri
2010-01-28Merge commit 'origin/perrtblend'Roland Scheidegger
2010-01-25st/mesa: handle EXT_draw_buffers2 per rendertarget blend enables / colormasksRoland Scheidegger
2010-01-22Merge branch 'mesa_7_7_branch'Brian Paul