Android: remove headers from LOCAL_SRC_FILES
[mesa.git] / src / mesa / main /
2016-02-27 Ilia Mirkinmesa: add GL_OES_gpu_shader5 and GL_EXT_gpu_shader5...
2016-02-27 Ilia Mirkinmesa: expose GL_EXT_texture_sRGB_decode on GLES 3.0+
2016-02-24 Brian Paulmesa: replace for loop with bitshifting in supported_bu...
2016-02-24 Brian Paulmesa: updates some comments in buffers.c
2016-02-24 Brian Paulmesa: make _mesa_draw_buffers() static
2016-02-24 Brian Paulmesa: make _mesa_draw_buffer() static
2016-02-24 Brian Paulmesa: make _mesa_read_buffer() static
2016-02-24 Brian Paulmesa: move declaration of buffer var in handle_first_cu...
2016-02-24 Brian Paulmesa: use gl_buffer_index in a few places
2016-02-23 Thomas Hindoe Paab... mesa: use sizeof on the correct type
2016-02-23 Francisco Jerezmesa: Add extension table entry for OES_shader_image_at...
2016-02-22 Ilia Mirkinmesa: add GL_EXT_texture_border_clamp support
2016-02-22 Ilia Mirkinmesa: add GL_OES_texture_border_clamp support
2016-02-19 Ilia Mirkinmesa: add GL_OES_texture_stencil8 support
2016-02-19 Ilia Mirkinmesa: check fbo completeness based on internal format...
2016-02-19 Brian Paulmesa: small optimization of _mesa_expand_bitmap()
2016-02-19 Brian Paulmesa: add special case ubyte[4] / BGRA conversion function
2016-02-18 Rob Clarkmesa: fix new gcc6 warnings
2016-02-18 Plamena Manolovacompiler/glsl: Fix uniform location counting.
2016-02-18 Brian Paulmesa: implement a display list / glBitmap texture atlas
2016-02-18 Ilia Mirkinmesa: allow multisampled format info to be returned...
2016-02-16 Jordan Justenmesa: Don't call driver when there is no compute work
2016-02-16 Ilia Mirkinst/mesa: convert GLSL image intrinsics into TGSI
2016-02-15 Ilia Mirkinmesa: need to check resource and set length even if...
2016-02-14 Brian Paulmesa: move assertion in _mesa_cube_face_target()
2016-02-14 Ilia Mirkinmesa: default FixedSampleLocations to true when using...
2016-02-13 Samuel Pitoisetmesa: add PROGRAM_MEMORY
2016-02-13 Samuel Pitoisetmesa: store shared size in gl_compute_program
2016-02-13 Samuel Pitoisetmesa: do not use a constant for MAX_COMPUTE_SHARED_SIZE
2016-02-13 Ilia Mirkinmesa: make compute maximums reflect driver-provided...
2016-02-12 Ilia Mirkinmesa: avoid segfault in GetProgramPipelineInfoLog when...
2016-02-12 Ilia Mirkinmesa: reset offset/size to 0 when removing atomic binding
2016-02-12 Ilia Mirkinmesa: recognize enums GL_COLOR_ATTACHMENT8-31 as valid
2016-02-12 Ilia Mirkinmesa/clear: update ClearBufferfv error handling for...
2016-02-12 Ilia Mirkinmesa/clear: update ClearBufferuiv error handling for...
2016-02-12 Ilia Mirkinmesa/clear: simplify ClearBufferiv error handling
2016-02-12 Ilia Mirkinmesa/clear: remove dead code handling ClearBufferiv...
2016-02-12 Ilia Mirkinmesa: allow DEPTH_STENCIL_TEXTURE_MODE queries in GLES...
2016-02-12 Brian Paulmesa: move _mesa_num_tex_faces() to teximage.h
2016-02-12 Brian Paulmesa: simplify some code with new _mesa_cube_face_targe...
2016-02-12 Brian Paulmesa: add _mesa_cube_face_target() helper
2016-02-12 Brian Paulmesa: make _mesa_tex_target_to_face() an inline function
2016-02-12 Brian Paulmesa: remove _ARB suffix from cube map enums
2016-02-12 Jose Fonsecamesa: Use _aligned_malloc/free for MinGW too.
2016-02-12 Jose Fonsecamesa: Remove support for MSVC2008.
2016-02-10 Ian Romanickmesa: Refactor renderbuffer_storage to make _mesa_rende...
2016-02-10 Ian Romanickmesa: Refactor _mesa_framebuffer_renderbuffer
2016-02-10 Brian Paulmesa: fix trivial comment typo in dlist.c
2016-02-09 Nanley Cherymesa/readpix: Dedent former _mesa_readpixels() if block
2016-02-09 Nanley Cherymesa/readpix: Don't clip in _mesa_readpixels()
2016-02-09 Nanley Cherymesa/readpix: Clip ReadPixels() area to the ReadBuffer's
2016-02-09 Nanley Cherymesa/image: Make _mesa_clip_readpixels() work with...
2016-02-09 Brian Paulmesa: fix incorrect viewport position when GL_CLIP_ORIG...
2016-02-09 Brian Paulmesa: rewrite save_CallLists() code
2016-02-09 Brian Paulmesa: add missing error check in _mesa_CallLists()
2016-02-09 Brian Paulmesa: whitespace clean-ups in dlist.h
2016-02-09 Ilia Mirkinmesa: remove hack to fix up GL_ANY_SAMPLES_PASSED results
2016-02-08 Brian Paulmesa: move GL_ARB_debug_output code into new debug_outp...
2016-02-07 Vinson Leemesa/extensions: Fix NVX_gpu_memory_info lexicographica...
2016-02-05 Marek Olšákmesa/get: fix a breakage after rebase
2016-02-05 Marek Olšákmesa: implement GL_ATI_meminfo (v2)
2016-02-05 Marek Olšákmesa: implement GL_NVX_gpu_memory_info (v2)
2016-02-05 Steinar H. Gundersonmesa: Fix locking of GLsync objects.
2016-02-05 Neil Robertsmain: Use a derived value for the default sample count
2016-02-05 Neil Robertsmain: Use _mesa_geometric_samples to calculate GL_SAMPL...
2016-02-05 Neil Robertsmain: Use _mesa_geometric_samples to calculate the...
2016-02-05 Ilia Mirkinmesa: add core implementation of ARB_query_buffer_object
2016-02-05 Ilia Mirkinmesa: add driver interface for writing query results...
2016-02-05 Rafal Mielniczukmesa: Handle QUERY_BUFFER_BINDING in GetIntegerv
2016-02-05 Rafal Mielniczukmesa: Add QueryBuffer to context
2016-02-05 Rafal Mielniczukmesa: Add ARB_query_buffer_object extension flag
2016-02-03 Nicolai Hähnlemesa: add MESA_NO_MINMAX_CACHE environment variable
2016-02-03 Nicolai Hähnlevbo: disable the minmax cache when the hit rate is low
2016-02-03 Nicolai Hähnlemesa: add USAGE_DISABLE_MINMAX_CACHE flag to buffer...
2016-02-03 Nicolai Hähnlevbo: cache/memoize the result of vbo_get_minmax_indices...
2016-02-03 Nicolai Hähnlemesa/main: bail earlier for size == 0 in _mesa_clear_bu...
2016-02-03 Nicolai Hähnlemesa/main: add USAGE_PIXEL_PACK_BUFFER flag to buffer...
2016-02-03 Nicolai Hähnlemesa/main: add USAGE_TRANSFORM_FEEDBACK_BUFFER flag...
2016-02-03 Nicolai Hähnleutil/hash_table: add _mesa_hash_table_num_entries
2016-02-02 Ilia Mirkinmesa: use default geometry's samples when there are...
2016-02-02 Ilia Mirkinmesa: invalidate framebuffer when changing parameters
2016-02-02 Ilia Mirkinmesa: the _mesa_geometric_* functions require full...
2016-02-02 Roland Scheideggermesa: fix typo in python scripts
2016-02-01 Marta Lofstedtmesa: enable enums for OES_geometry_shader
2016-01-30 Ilia Mirkinmesa: add PROGRAM_IMMEDIATE, PROGRAM_BUFFER
2016-01-26 Ilia Mirkinglsl: add GL_OES_geometry_point_size and conditionalize...
2016-01-26 Emil Velikovglsl: move to compiler/
2016-01-26 Emil Velikovnir: move glsl_types.{cpp,h} to compiler
2016-01-26 Emil Velikovnir: move shader_enums.[ch] to compiler
2016-01-25 Ian Romanickmesa: Don't include meta.h
2016-01-24 Marek OlšákRevert "mesa: enable enums for OES_geometry_shader"
2016-01-22 Jeremy Huddleston... Revert "mesa: Deal with size differences between GLuint...
2016-01-22 Marta Lofstedtmesa: Update _mesa_has_geometry_shaders
2016-01-22 Marta Lofstedtmesa: enable enums for OES_geometry_shader
2016-01-22 Marta Lofstedtglapi: add GL_OES_geometry_shader extension
2016-01-21 Rob Clarkmesa: wire up EmitStringMarker for KHR_debug
2016-01-21 Rob Clarkmesa: add GREMEDY_string_marker
2016-01-21 Neil Robertstexobj: Remove redundant checks that the texture cube...
2016-01-21 Neil Robertstexobj: Fix the completeness checks for cube textures
2016-01-21 Jeremy Huddleston... mesa: Deal with size differences between GLuint and...
next