index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
main
/
config.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
shader_enums: Move MAX_DRAW_BUFFERS to this file.
Eric Anholt
2019-09-27
1
-6
/
+1
*
Revert "mesa: bump GL_MAX_ELEMENTS_INDICES and GL_MAX_ELEMENTS_VERTICES"
Kenneth Graunke
2018-08-24
1
-3
/
+0
*
Revert recent changes about not including compute in combined limits.
Kenneth Graunke
2018-08-24
1
-13
/
+9
*
mesa: don't include compute resources in MAX_COMBINED_* limits
Marek Olšák
2018-08-23
1
-9
/
+13
*
mesa: bump GL_MAX_ELEMENTS_INDICES and GL_MAX_ELEMENTS_VERTICES
Marek Olšák
2018-08-23
1
-0
/
+3
*
mesa: add support for ARB_sample_locations
Rhys Perry
2018-06-14
1
-0
/
+9
*
mesa/compiler: move MAX_VARYING to shader_enums.h
Kenneth Graunke
2016-11-11
1
-1
/
+0
*
mesa: add GL_EXT_window_rectangles state storage/retrieval functionality
Ilia Mirkin
2016-06-18
1
-2
/
+5
*
main: remove MAX_VIEWPORT_WIDTH and MAX_VIEWPORT_HEIGHT constants
Samuel Iglesias Gonsálvez
2016-03-02
1
-5
/
+0
*
mesa: do not use a constant for MAX_COMPUTE_SHARED_SIZE
Samuel Pitoiset
2016-02-13
1
-5
/
+0
*
mesa: make compute maximums reflect driver-provided values
Ilia Mirkin
2016-02-13
1
-6
/
+0
*
mesa: remove ARB_geometry_shader4
Marta Lofstedt
2015-11-26
1
-1
/
+1
*
mesa: set MAX_SHADER_STORAGE_BUFFERS to 16.
Samuel Iglesias Gonsalvez
2015-09-25
1
-1
/
+1
*
mesa: Add glGet support for ARB_shader_subroutine implementation limits
Chris Forbes
2015-07-23
1
-0
/
+6
*
mesa: add tessellation shader state and limits
Chris Forbes
2015-07-23
1
-0
/
+8
*
mesa: Add shader storage buffer support to struct gl_context
Iago Toral Quiroga
2015-07-14
1
-0
/
+2
*
mesa: remove some MAX_NV_FRAGMENT_PROGRAM_* macros
Brian Paul
2015-06-09
1
-11
/
+2
*
mesa: Add support for the ARB_pipeline_statistics_query extension
Ben Widawsky
2015-02-17
1
-0
/
+3
*
mesa: Bump MAX_IMAGE_UNIFORMS to 32.
Francisco Jerez
2015-02-10
1
-1
/
+1
*
main/cs: Add additional compute shader constant values
Jordan Justen
2014-07-27
1
-0
/
+11
*
mesa: Add core support for the GL_INTEL_performance_query extension.
Petri Latvala
2014-05-02
1
-0
/
+8
*
main/get: support ARB_gpu_shader5
Jordan Justen
2014-02-06
1
-0
/
+9
*
mesa: Bump MAX_TEXTURE_IMAGE_UNITS to 32.
Kenneth Graunke
2014-01-22
1
-1
/
+1
*
mesa: Add new constants related to GL_ARB_viewport_array
Ian Romanick
2014-01-20
1
-0
/
+3
*
mesa: Add state data structures required for ARB_shader_image_load_store.
Francisco Jerez
2014-01-15
1
-0
/
+3
*
mesa: Add support for ARB_shader_atomic_counters.
Francisco Jerez
2013-10-29
1
-0
/
+5
*
mesa: Add some constants and state variables for KHR_debug functions
Timothy Arceri
2013-09-04
1
-1
/
+6
*
mesa: remove outdated version lines in comments
Rico Schüller
2013-06-05
1
-1
/
+0
*
mesa: change MAX_PROGRAM_ADDRESS_REGS to 1, clamp to it in state tracker
Brian Paul
2013-06-04
1
-1
/
+1
*
mesa: declare UniformBufferBindings as an array with a static size
Marek Olšák
2013-05-28
1
-0
/
+3
*
mesa: remove unused gl_constants::MaxColorTableSize
Marek Olšák
2013-05-11
1
-3
/
+0
*
mesa: unify MaxVertexVaryingComponents and MaxGeometryVaryingComponents
Marek Olšák
2013-05-11
1
-2
/
+0
*
mesa: consolidate definitions of max texture image units
Marek Olšák
2013-05-11
1
-4
/
+2
*
mesa: Restore 78-column wrapping of license text in C-style comments.
Kenneth Graunke
2013-04-23
1
-3
/
+4
*
mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.
Kenneth Graunke
2013-04-23
1
-1
/
+1
*
mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.
Kenneth Graunke
2013-04-23
1
-1
/
+1
*
mesa: bump MAX_VARYING to 32
Marek Olšák
2012-10-29
1
-1
/
+1
*
mesa: Remove defines for NV_vertex_program limits.
Eric Anholt
2012-10-15
1
-9
/
+0
*
mesa: rename MaxTransformFeedbackSeparateAttribs to MaxTransformFeedbackBuffers
Marek Olšák
2012-06-28
1
-0
/
+1
*
mesa: add infrastructure for GL_ARB_debug_output
nobled
2012-03-10
1
-0
/
+6
*
mesa: move more swrast-related #defines out of core Mesa
Brian Paul
2012-02-24
1
-40
/
+0
*
mesa: remove last of MAX_WIDTH, MAX_HEIGHT
Brian Paul
2012-02-24
1
-9
/
+4
*
mesa: remove some cruft from config.h
Brian Paul
2012-02-24
1
-16
/
+1
*
mesa: minor comment clean-ups in config.h
Brian Paul
2012-02-24
1
-4
/
+4
*
mesa: remove WIN32 MAX_WIDTH work-around in config.h
Brian Paul
2012-02-24
1
-17
/
+0
*
mesa: move last bits of GLchan stuff into swrast
Brian Paul
2011-09-20
1
-1
/
+1
*
Increase MAX_CLIP_PLANES to 8
Paul Berry
2011-09-20
1
-2
/
+5
*
mesa: bump max program local params, max uniforms limit
Brian Paul
2011-08-31
1
-2
/
+2
*
mesa: Temporary hack to prevent stack overflow on windows
José Fonseca
2010-12-02
1
-0
/
+17
*
mesa: raise max texture sizes to 16K
Brian Paul
2010-12-02
1
-7
/
+10
[next]