mesa/formatquery: Added the INTERNALFORMAT_SUPPORTED <pname> query
[mesa.git] / src / mesa /
2016-03-03 Antia Puentesmesa/formatquery: Added the INTERNALFORMAT_SUPPORTED...
2016-03-03 Antia Puentesmesa/formatquery: Added a func to check <internalformat...
2016-03-03 Antia Puentesmesa/formatquery: Added func to check if the 'resource...
2016-03-03 Alejandro Piñeiromesa/main: not fill mesa_error on _mesa_legal_texture_b...
2016-03-03 Antia Puentesmesa/teximage: Make _mesa_format_no_online_compression...
2016-03-03 Antia Puentesmesa/teximage: make public is_renderable_texture_format
2016-03-03 Antia Puentesmesa/main: Added empty skeleton of glGetInternalformati64v
2016-03-03 Alejandro Piñeiromesa: Add dispatch and extension XML for GL_ARB_interna...
2016-03-03 Antia Puentesmesa/formatquery: Added boilerplate code to extend...
2016-03-03 Antia Puentesmesa/formatquery: Added a func to check if the <target...
2016-03-03 Antia Puentesmesa/formatquery: Added function to set 'unsupported...
2016-03-03 Antia Puentesmesa/formatquery: Added function to validate parameters
2016-03-03 Antia Puentesmesa/main: Add extension tracking bit for ARB_internalf...
2016-03-03 Eduardo Lima Mitevmesa: Completely remove QuerySamplesForFormat from...
2016-03-03 Eduardo Lima Mitevmesa/formatquery: Use new driver hook QueryInternalFormat
2016-03-03 Eduardo Lima Mitevmesa/formatquery: Remove tracking of number of elements...
2016-03-03 Eduardo Lima Mitevmesa/multisample: Check sample count using the new...
2016-03-03 Eduardo Lima Mitevst/format: Replace QuerySamplesForFormat by new QueryIn...
2016-03-03 Eduardo Lima Mitevi965/formatquery: Respond queries SAMPLES and NUM_SAMPL...
2016-03-03 Eduardo Lima Mitevi965: Move brw_query_samples_for_format() to brw_queryf...
2016-03-03 Eduardo Lima Mitevi965: Add boilerplate function for QueryInternalFormat...
2016-03-03 Eduardo Lima Mitevmesa: Add a default QueryInternalFormat() function...
2016-03-03 Eduardo Lima Mitevmesa: Add QueryInternalFormat to device driver virtual...
2016-03-02 Anuj Phogatmesa: Update comment
2016-03-02 Anuj Phogatmesa: Fix function description
2016-03-02 Anuj Phogatmeta: Remove the 'allocate_storage' parameter in _mesa_...
2016-03-02 Anuj Phogatmeta: Fix the pbo usage in meta for GLES{1,2} contexts
2016-03-02 Matt Turnerprogram: Clean up after condition code removal.
2016-03-02 Matt Turnerprogram: Remove variable used only in assert().
2016-03-02 Matt Turnerprogram: Drop GL_FRAGMENT_PROGRAM_NV from switch statement.
2016-03-02 Thomas Hindoe Paab... st/mesa: move dereference after null check
2016-03-02 Matt Turneri965/gen6/gs: Replace V-immediate with VF-immediate.
2016-03-02 Samuel Iglesias... i965: set ctx->Const.MaxViewport{Width,Height} to 32k
2016-03-02 Samuel Iglesias... main: remove MAX_VIEWPORT_WIDTH and MAX_VIEWPORT_HEIGHT...
2016-03-02 Samuel Iglesias... main: call invalidate_framebuffer_storage() with driver...
2016-03-01 Matt Turnermesa: Remove NV_fragment_program remnants from dlist.c.
2016-03-01 Matt Turnermesa: Remove NV_fragment_program_option enable bit.
2016-03-01 Matt Turnerprogram: Remove NV_fragment_program opcode parsing.
2016-03-01 Matt Turnerprogram: Remove NV_fragment_program scalar suffix parsing.
2016-03-01 Matt Turnerprogram: Remove NV_fragment_program_option parsing...
2016-03-01 Matt Turnerprogram: Remove NV_fragment_program Abs support.
2016-03-01 Matt Turnerprogram: Remove incorrect comment about OPCODE_TXD.
2016-03-01 Matt Turnerprogram: Remove OPCODE_TXP_NV.
2016-03-01 Matt Turnerprogram: Clean up after previous commit.
2016-03-01 Matt Turnerprogram: Remove condition-code and precision support.
2016-03-01 Matt Turnerprogram: Remove OPCODE_KIL_NV.
2016-03-01 Matt Turnerprogram: Remove RelAddr2 support.
2016-03-01 Matt Turnerprogram: Mark table const.
2016-03-01 Matt Turnermesa: Remove EmitCondCodes.
2016-03-01 Matt Turnerglsl: Initialize gl_shader_program::EmptyUniformLocations.
2016-03-01 Ian Romanicki965/meta: Don't pollute the framebuffer namespace
2016-03-01 Ian Romanicki965/meta: Use _mesa_bind_framebuffers instead of _mesa...
2016-03-01 Ian Romanickmeta: Don't pollute the framebuffer namespace
2016-03-01 Ian Romanickmeta/decompress: Track framebuffer using gl_framebuffer...
2016-03-01 Ian Romanickmeta/generate_mipmap: Track framebuffer using gl_frameb...
2016-03-01 Ian Romanickmeta: Use _mesa_bind_framebuffers instead of _mesa_Bind...
2016-03-01 Ian Romanickmeta: Use _mesa_CreateFramebuffers instead of _mesa_Gen...
2016-03-01 Ian Romanicki965/meta: Use _mesa_CreateFramebuffers instead of...
2016-03-01 Ian Romanickmeta: Save and restore the framebuffer using gl_framebu...
2016-03-01 Ian Romanickmesa: Refactor bind_framebuffer to make _mesa_bind_fram...
2016-03-01 Ian Romanickmeta: Use _mesa_check_framebuffer_status instead of...
2016-03-01 Ian Romanickmeta: Obvious refactor of _mesa_meta_framebuffer_textur...
2016-03-01 Ian Romanickmeta: Convert _mesa_meta_bind_fbo_image to take a gl_fr...
2016-03-01 Kenneth Graunkei965: Push most TES inputs in vec4 mode.
2016-02-29 Dave Airliemesa/fbobject: propogate Layered when reusing attachments.
2016-02-29 Rob HerringAndroid: clean-up and fix DRI module path handling
2016-02-29 Rob HerringAndroid: remove dependence on .SECONDEXPANSION
2016-02-29 Rob HerringAndroid: fix build break from nir/glsl move to compiler/
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-27 Ian Romanicki965/cfg: Fix comment list punctuation
2016-02-27 Ian Romanicki965/cfg: Split out dead control flow paths to simplify...
2016-02-27 Ian Romanicki965/cfg: Don't handle fully empty if/else/endif
2016-02-27 Ian Romanicki965/cfg: Eliminate an empty then-branch of an if/else...
2016-02-27 Ian Romanicki965/cfg: Track prev_block and prev_inst explicitly...
2016-02-27 Ian Romanicki965/cfg: Slightly rearrange dead_control_flow_eliminate
2016-02-26 Kenneth Graunkei965: Simplify brw_nir_lower_vue_inputs() slightly.
2016-02-26 Kenneth Graunkei965: Avoid recalculating the normal VUE map for IO...
2016-02-26 Kenneth Graunkei965: Avoid recalculating the tessellation VUE map...
2016-02-26 Kenneth Graunkei965: Eliminate brw_nir_lower_{inputs,outputs,io} funct...
2016-02-26 Kenneth Graunkei965: Split brw_nir_lower_inputs/outputs into per-stage...
2016-02-26 Kenneth Graunkei965: Remove catch-all nir_lower_io call with specific...
2016-02-26 Kenneth Graunkei965: Move optimizations from brw_nir_lower_io to brw_p...
2016-02-26 Kenneth Graunkei965: Always do NIR IO lowering at specialization time.
2016-02-26 Kenneth Graunkei965: Make an is_scalar boolean in brw_compile_gs().
2016-02-26 Jason Ekstrandi965/nir: Do lower_io late for fragment shaders
2016-02-26 Jordan Justeni965: Set dest type to UW for several send messages
2016-02-25 Miklós Mátéprogram: Remove extra reference_program()
2016-02-25 Matt Turneri965/fs: Allow saturate propagation to propagate negati...
2016-02-25 Matt Turneri965/fs: Allow saturate propagation to propagate negati...
2016-02-25 Matt Turneri965/fs: Allow saturate propagation to propagate negati...
2016-02-25 Matt Turneri965/fs: Don't CSE negated multiplies with saturation.
2016-02-24 Nanley Cheryi965: Enable tiled mem_copy with sRGB-formatted resources
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
next