mesa: add missing DebugMessageControl types
[mesa.git] / src / mesa /
2014-03-08 Timothy Arcerimesa: add missing DebugMessageControl types
2014-03-08 Timothy Arcerimesa: make ARB_debug_output functions an alias of
2014-03-07 Brian Paulst/mesa: only mark framebuffer as sRGB capable if Mesa...
2014-03-07 Marek Olšákmesa: fix the format of glEdgeFlagPointer
2014-03-07 Brian Paulst/mesa: add test_format_conversion() debug function
2014-03-07 Brian Paulst/mesa: add MESA_FORMAT_R8G8B8A8_SRGB in st_mesa_forma...
2014-03-07 José Fonsecamesa/st: Fix PIPE_FORMAT_R8G8B8A8_SRGB -> MESA_FORMAT_...
2014-03-07 Kenneth Graunkemesa: Drop unused hash_table::mem_ctx field.
2014-03-07 Brian Paulmesa: add MESA_FORMAT_R8G8B8A8_SRGB
2014-03-06 Matt Turnermesa: Wrap SSE4.1 code in #ifdef __SSE4_1__.
2014-03-06 Eric Anholti965: Fix render-to-texture in non-FinishRenderTexture...
2014-03-06 Brian Paulmesa: fix copy & paste bugs in pack_ubyte_SRGB8()
2014-03-06 Brian Paulmesa: fix copy & paste bugs in pack_ubyte_SARGB8()
2014-03-06 José Fonsecast/mesa: Add R8G8B8A8_SRGB case to st_pipe_format_to_me...
2014-03-06 Ilia Mirkinmesa/st: only compare the one scissor
2014-03-06 Chia-I Wust/mesa: make winsys fbo sRGB-capable when supported
2014-03-06 Chia-I Wust/mesa: add mappings for MESA_FORMAT_B8G8R8X8_SRGB
2014-03-06 Chia-I Wumesa: add MESA_FORMAT_B8G8R8X8_SRGB
2014-03-05 Brian Paulmesa: fix packing/unpacking for MESA_FORMAT_A4R4G4B4_UNORM
2014-03-05 Eric Anholti965: Fix predicated-send-based discards with MRT.
2014-03-05 Brian Paulmesa: remove remaining uses of _glthread_GetID()
2014-03-05 Brian Paulmesa: new init_teximage_fields_ms() function to init...
2014-03-05 Topi Pohjolaineni965: Mark invariants in backend_visitor as constants
2014-03-05 Topi Pohjolaineni965: Merge resolving of shader program source
2014-03-05 Topi Pohjolaineni965: Merge initialisation of backend_visitor
2014-03-05 Topi Pohjolaineni965/wm: Use resolved miptree consistently in surface...
2014-03-05 Topi Pohjolaineni965/vec4: Mark invariant members as constants in vec4_...
2014-03-05 Topi Pohjolaineni965: Mark sources for offset getters as constants
2014-03-05 Kenneth Graunkei965: Implement ARB_stencil_texturing on Gen8+.
2014-03-05 Kenneth Graunkemesa: Add core API support for GL_ARB_stencil_texturing...
2014-03-04 Anuj Phogatmesa: Allow GL_DEPTH_COMPONENT and GL_DEPTH_STENCIL...
2014-03-04 Anuj Phogatmesa: Use clear_teximage_fields() in place of _mesa_ini...
2014-03-04 Anuj Phogatmesa: Set initial internal format of a texture to GL_RGBA
2014-03-03 Brian Paulmesa: remove empty glthread.h file
2014-03-03 Brian Paulxlib: remove unneeded context tracking code
2014-03-03 Brian Paulxlib: simplify context handling
2014-03-03 Brian Paulxlib: remove unused realglx.[ch] files
2014-03-03 Brian Paulmesa: switch to c11 mutex functions
2014-03-03 Brian Paulxlib: switch to c11 mutex functions
2014-03-03 Brian Paulmesa: update packed format layout comments
2014-03-03 Hansmesa: don't define c99 math functions for MSVC >= 1800
2014-03-03 Brian Paulmesa: don't call ctx->Driver.ClearBufferSubData() if...
2014-03-03 Grigori GoronzyNV_vdpau_interop: fix IsSurfaceNV return type
2014-03-02 Kenneth Graunkemesa: Move MESA_GLSL=dump output to stderr.
2014-03-02 Chris Forbesi965: Validate (and resolve) all the bound textures.
2014-03-02 Chris Forbesi965: Widen sampler key bitfields for 32 samplers
2014-03-01 Emil Velikovdri/i9*5: correctly calculate the amount of system...
2014-03-01 Brian Paulmesa: add unpacking code for MESA_FORMAT_Z32_FLOAT_S8X2...
2014-02-28 Ian Romanicki915: Allocate the sys_buffer using _mesa_align_malloc
2014-02-28 Ian Romanicki915: Only allow 8 vertex texture units
2014-02-28 Petri Latvalai965: Assert array index on access to vec4_visitor...
2014-02-28 Petri Latvalai965: Allocate vec4_visitor's uniform_size and uniform_...
2014-02-28 Brian Paulmesa: do depth/stencil format conversion in glGetTexImage
2014-02-28 Brian Paulmesa: fix depth/stencil comments in formats.h
2014-02-27 Kenneth Graunkemeta: Drop ctx->API checks.
2014-02-27 Kenneth Graunkemeta: Restore API at the end of _mesa_meta_end(), not...
2014-02-27 Kenneth Graunkei965: Convert VUE map generation checks to if rather...
2014-02-27 Kenneth Graunkei965: Only emit VS state pipe control workaround on...
2014-02-26 Anuj Phogati965: Fix the region's pitch condition to use blitter
2014-02-26 Kenneth Graunkemeta: Use a #define for the vector type to avoid %svec4...
2014-02-26 Kenneth Graunkei965: Don't try to dump shader source for fixed-functio...
2014-02-26 Kenneth Graunkei965: Don't forget to subtract mt->first_level in minif...
2014-02-26 Kenneth Graunkei965: Stop lowering ir_triop_lrp.
2014-02-26 Kenneth Graunkei965/vec4: Handle ir_triop_lrp on Gen4-5 as well.
2014-02-26 Kenneth Graunkei965/vec4: Add a brw->gen >= 6 assertion in three-sourc...
2014-02-25 Vinson Leemesa: Add GL_ARB_buffer_storage to dispatch_sanity...
2014-02-25 Eric Anholti965: Fix segfaults since the buffer_storage changes.
2014-02-25 Brian Paulst/mesa: add comment to explain _min(), _maxf(), etc...
2014-02-25 Marek Olšákmesa: allow buffers to be mapped multiple times
2014-02-25 Marek Olšákst/mesa: implement ARB_buffer_storage
2014-02-25 Marek Olšákmesa: allow buffers mapped with the persistent flag...
2014-02-25 Marek Olšákmesa: add error checks to glMapBufferRange, glMapBuffer...
2014-02-25 Marek Olšákmesa: implement glBufferStorage, immutable buffers...
2014-02-25 Marek Olšákmesa: add storage flags parameter to Driver.BufferData
2014-02-25 Marek Olšákmesa: remove unused driver hook BindBuffer
2014-02-25 Dave Airliest/mesa: add texture gather support. (v2)
2014-02-25 Dave Airlieglsl/i965: move lower_offset_array up to GLSL compiler...
2014-02-24 Kenneth Graunkei965: Don't try to use the hardware blitter for multisa...
2014-02-23 Emil Velikovdri_util: use the implemented version of __DRIimageDriv...
2014-02-23 Emil Velikovdrivers/dri: explicitly set __DRI2flushExtension members
2014-02-23 Emil Velikovdri_util: explicitly set __DRIcopySubBufferExtension...
2014-02-23 Emil Velikovdri_util: explicitly set __DRIswrastExtension members.
2014-02-23 Kenneth Graunkeglsl: Pass stdout to _mesa_print_ir from st_glsl_to_tgsi.
2014-02-23 Eric Anholti965: Move the remaining driver debug over to stderr.
2014-02-23 Eric Anholti965: Move compiler debugging output to stderr.
2014-02-23 Eric Anholtglsl: Add a file argument to the IR printer.
2014-02-23 Eric Anholti965: Refactor debug dumping of GLSL IR.
2014-02-23 Eric Anholtintel: Remove some dead code I noticed in intel_screen.c.
2014-02-23 Eric Anholti965: Use the object label when available for INTEL_DEB...
2014-02-23 Eric Anholti965: Use the object label when available for shader_ti...
2014-02-23 Eric Anholtmeta: Set some object labels on our meta shaders.
2014-02-22 Matt TurnerRevert "i965/fs: Make fs_reg's type an enum for better...
2014-02-22 Kenneth Graunkei965/fs: Drop the emit(fs_inst) overload.
2014-02-22 Matt Turneri965/fs: Pass fs_regs by constant reference where possible.
2014-02-22 Matt Turneri965/fs: Move setting opcode = NOP to its one useful...
2014-02-22 Matt Turneri965/fs: Use a bitfield for fs_inst's bool fields.
2014-02-22 Matt Turneri965/fs: Reorder fs_inst's fields for better packing.
2014-02-22 Matt Turneri965/fs: Reduce the sizes of some fs_inst members.
2014-02-22 Matt Turneri965/fs: Reorder fs_reg for better packing.
2014-02-22 Matt Turneri965/fs: Make fs_reg's type an enum for better debugging.
next