summaryrefslogtreecommitdiffstats
path: root/src/mesa/main
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/master' into vulkanKristian Høgsberg Kristensen2016-02-2441-297/+776
|\
| * mesa: replace for loop with bitshifting in supported_buffer_bitmask()Brian Paul2016-02-241-4/+1
| * mesa: updates some comments in buffers.cBrian Paul2016-02-241-3/+6
| * mesa: make _mesa_draw_buffers() staticBrian Paul2016-02-242-11/+7
| * mesa: make _mesa_draw_buffer() staticBrian Paul2016-02-242-9/+6
| * mesa: make _mesa_read_buffer() staticBrian Paul2016-02-242-10/+7
| * mesa: move declaration of buffer var in handle_first_current()Brian Paul2016-02-241-2/+4
| * mesa: use gl_buffer_index in a few placesBrian Paul2016-02-243-5/+6
| * mesa: use sizeof on the correct typeThomas Hindoe Paaboel Andersen2016-02-231-1/+1
| * mesa: Add extension table entry for OES_shader_image_atomic.Francisco Jerez2016-02-221-0/+1
| * mesa: add GL_EXT_texture_border_clamp supportIlia Mirkin2016-02-221-0/+1
| * mesa: add GL_OES_texture_border_clamp supportIlia Mirkin2016-02-224-6/+22
| * mesa: add GL_OES_texture_stencil8 supportIlia Mirkin2016-02-193-0/+11
| * mesa: check fbo completeness based on internal format, not driver formatIlia Mirkin2016-02-191-3/+2
| * mesa: small optimization of _mesa_expand_bitmap()Brian Paul2016-02-191-7/+4
| * mesa: add special case ubyte[4] / BGRA conversion functionBrian Paul2016-02-191-5/+69
| * mesa: fix new gcc6 warningsRob Clark2016-02-181-3/+0
| * compiler/glsl: Fix uniform location counting.Plamena Manolova2016-02-181-0/+8
| * mesa: implement a display list / glBitmap texture atlasBrian Paul2016-02-175-0/+448
| * mesa: allow multisampled format info to be returned on GLES 3.1Ilia Mirkin2016-02-171-1/+4
| * mesa: Don't call driver when there is no compute workJordan Justen2016-02-161-0/+3
| * st/mesa: convert GLSL image intrinsics into TGSIIlia Mirkin2016-02-151-0/+1
| * mesa: need to check resource and set length even if bufSize is 0Ilia Mirkin2016-02-151-4/+0
| * mesa: move assertion in _mesa_cube_face_target()Brian Paul2016-02-141-3/+5
| * mesa: default FixedSampleLocations to true when using a dummy imageIlia Mirkin2016-02-131-0/+1
| * mesa: add PROGRAM_MEMORYSamuel Pitoiset2016-02-131-0/+1
| * mesa: store shared size in gl_compute_programSamuel Pitoiset2016-02-132-0/+6
| * mesa: do not use a constant for MAX_COMPUTE_SHARED_SIZESamuel Pitoiset2016-02-133-6/+2
| * mesa: make compute maximums reflect driver-provided valuesIlia Mirkin2016-02-132-12/+6
| * mesa: avoid segfault in GetProgramPipelineInfoLog when no lengthIlia Mirkin2016-02-121-4/+1
| * mesa: reset offset/size to 0 when removing atomic bindingIlia Mirkin2016-02-121-2/+2
| * mesa: recognize enums GL_COLOR_ATTACHMENT8-31 as validIlia Mirkin2016-02-121-0/+6
| * mesa/clear: update ClearBufferfv error handling for GL 4.5 specIlia Mirkin2016-02-121-18/+5
| * mesa/clear: update ClearBufferuiv error handling for GL 4.5 specIlia Mirkin2016-02-121-24/+5
| * mesa/clear: simplify ClearBufferiv error handlingIlia Mirkin2016-02-121-12/+6
| * mesa/clear: remove dead code handling ClearBufferiv(GL_DEPTH)Ilia Mirkin2016-02-121-19/+0
| * mesa: allow DEPTH_STENCIL_TEXTURE_MODE queries in GLES 3.1 contextsIlia Mirkin2016-02-121-5/+3
| * mesa: move _mesa_num_tex_faces() to teximage.hBrian Paul2016-02-122-19/+19
| * mesa: simplify some code with new _mesa_cube_face_target() functionBrian Paul2016-02-123-19/+4
| * mesa: add _mesa_cube_face_target() helperBrian Paul2016-02-121-0/+17
| * mesa: make _mesa_tex_target_to_face() an inline functionBrian Paul2016-02-122-17/+15
| * mesa: remove _ARB suffix from cube map enumsBrian Paul2016-02-1211-60/+60
| * mesa: Use _aligned_malloc/free for MinGW too.Jose Fonseca2016-02-121-4/+4
| * mesa: Remove support for MSVC2008.Jose Fonseca2016-02-121-3/+0
* | Merge remote-tracking branch 'mesa-public/master' into vulkanJason Ekstrand2016-02-103-58/+91
|\|
| * mesa: Refactor renderbuffer_storage to make _mesa_renderbuffer_storageIan Romanick2016-02-102-39/+63
| * mesa: Refactor _mesa_framebuffer_renderbufferIan Romanick2016-02-102-18/+27
| * mesa: fix trivial comment typo in dlist.cBrian Paul2016-02-091-1/+1
* | Merge commit '85f5c18fef1ff2f19d698f150e23a02acd6f59b9' into vulkanJason Ekstrand2016-02-102-41/+50
|\|
| * mesa/readpix: Dedent former _mesa_readpixels() if blockNanley Chery2016-02-091-29/+29