freedreno: be more clever about gmem usage
[mesa.git] / src / mesa /
2014-01-08 Chris Forbesi965: fold offset into coord for textureOffset(gsampler...
2014-01-08 Paul Berrymesa: Remove _mesa_progshader_enum_to_string(), which...
2014-01-08 Paul Berryglsl: Make more use of gl_shader_stage enum in ir_set_p...
2014-01-08 Paul Berryglsl: Change _mesa_glsl_parse_state ctor to use gl_shad...
2014-01-08 Paul Berrymesa: Use gl_shader::Stage instead of gl_shader::Type...
2014-01-08 Paul Berrymesa: Store gl_shader_stage enum in gl_shader objects.
2014-01-08 Paul Berrymesa: Move declaration of gl_shader_stage earlier in...
2014-01-08 Paul Berrymesa: Clean up nomenclature for pipeline stages.
2014-01-08 Tapani Pällii965/fs: do SEL optimization only when src type for...
2014-01-07 Kenneth Graunkemesa: Use get_local_param_pointer in glProgramLocalPara...
2014-01-07 Andreas Fängerswrast: fix delayed texel buffer allocation regression...
2014-01-06 Kenneth Graunkei965: Remove unused PIPE_CONTROL defines.
2014-01-06 Maxence Le Dorémesa: enable AMD_shader_trinary_minmax
2014-01-06 Maxence Le Doréglsl: Add extension tracking for AMD_shader_trinary_minmax
2014-01-06 Alexander von Gluck IVhaiku libGL: Move from gallium target to src/hgl
2014-01-06 Alexander von Gluck IVhaiku: Fix missing HaikuGL header paths
2014-01-06 Brian Paulmesa: implement missing glGet(GL_RGBA_SIGNED_COMPONENTS...
2014-01-06 Eric Anholti965: Warning fix
2014-01-06 Kenneth Graunkei965: Delete unused INTEL_WRITE_{PART,FULL} and INTEL_R...
2014-01-04 Chris Forbesi965: set size of txf_mcs payload vgrf properly
2013-12-30 Courtney Goeltzenl... i965: Enhance intel_texsubimage_tiled_memcpy() to suppo...
2013-12-30 Courtney Goeltzenl... i965: Add XRGB to intel_texsubimage_tiled_memcpy()
2013-12-30 Paul Berrymesa: Add an assertion to _mesa_program_index_to_target().
2013-12-30 Paul Berrymesa: Improve static error checking of arrays sized...
2013-12-30 Paul Berrymain: Remove unused function _mesa_shader_index_to_type().
2013-12-30 Paul BerryRename overloads of _mesa_glsl_shader_target_name().
2013-12-30 Kenneth Graunkei965: Remove unused depth_mode parameter from translate...
2013-12-27 Topi Pohjolaineni965/blorp: unit test compiling integer typed texture...
2013-12-27 Topi Pohjolaineni965/blorp: unit test compiling simple gen6 zero-src...
2013-12-27 Topi Pohjolaineni965/blorp: unit test compiling gen6 msaa-8 cms alpha...
2013-12-27 Topi Pohjolaineni965/blorp: unit test compiling bilinear filtered
2013-12-27 Topi Pohjolaineni965/blorp: unit test compiling simple zero-src sampled
2013-12-27 Topi Pohjolaineni965/blorp: unit test compiling unaligned msaa-8
2013-12-27 Topi Pohjolaineni965/blorp: unit test compiling msaa-8 cms alpha blend
2013-12-27 Topi Pohjolaineni965/blorp: unit test compiling msaa-4 ums to cms
2013-12-27 Topi Pohjolaineni965/blorp: unit test compiling msaa-8 cms to cms
2013-12-27 Topi Pohjolaineni965/blorp: unit test compiling msaa-8 ums to cms
2013-12-27 Topi Pohjolaineni965/blorp: unit test compiling blend and scaled
2013-12-27 Topi Pohjolaineni965/blorp: allow unit tests to compile and dump assembly
2013-12-27 Topi Pohjolaineni965: dump the disassembly to the given file
2013-12-27 Topi Pohjolaineni965/fs: allow fs-generator use without gl_fragment_program
2013-12-27 Topi Pohjolaineni965/fs: generate fs programs also without any 8-width...
2013-12-22 Jonathan Liust/mesa: use pipe_sampler_view_release()
2013-12-22 Henri Verbeeti915: Add support for gl_FragData[0] reads.
2013-12-21 Mark Muellermesa: inline r200 radeon texture format macros to facil...
2013-12-21 Lauri Kasanenmesa: Fix build to properly check for supported compile...
2013-12-21 Ian Romanickmesa: It is not possible to have GLSL < 1.20
2013-12-21 Ian Romanickmesa: Clean up bad code formatting left from previous...
2013-12-21 Ian Romanickmesa: GL_EXT_packed_depth_stencil is not optional
2013-12-21 Ian Romanickradeon: Sort list of enabled extensions
2013-12-21 Ian Romanickr200: Sort list of enabled extensions
2013-12-21 Keith Packardi965: Set fast color clear mcs_state on newly allocated...
2013-12-21 Keith Packardi965: Correct check for re-bound buffer in intel_update...
2013-12-21 Kenneth Graunkei965: Use RED for depth texture formats rather than...
2013-12-20 Chad Versacei965/gen6: Fix HiZ hang in WebGL Google Maps
2013-12-20 Kenneth Graunkei965: Store QPitch in intel_mipmap_tree.
2013-12-20 Kenneth Graunkei965: Add support for Broadwell's new register types.
2013-12-20 Kenneth Graunkei965: Add BRW_REGISTER_TYPE_DF.
2013-12-20 Kenneth Graunkei965: Abstract BRW_REGISTER_TYPE_* into an enum with...
2013-12-20 Kenneth Graunkei965: Decode three-source register types directly.
2013-12-20 Kenneth Graunkei965: Disassemble UV types, not UB types.
2013-12-20 Kenneth Graunkei965: Add missing BRW_REGISTER_TYPE_UV.
2013-12-20 Kenneth Graunkei965: Fix 3DSTATE_PUSH_CONSTANT_ALLOC_PS packet creation.
2013-12-20 Kenneth Graunkei965: Use {point_sprite,flat}_enable variable names...
2013-12-20 Kenneth Graunkei965: Zero out {point_sprite,flat}_enables in calculate...
2013-12-20 Kenneth Graunkei965: Delete bogus BRW_REGISTER_TYPE_HF define.
2013-12-19 Juha-Pekka Heikkilamesa: Assert variable coming from get_variable() in...
2013-12-19 Juha-Pekka Heikkilamesa: Add asserts into emit_fog_instructions
2013-12-18 Dave Airliest_glsl_to_tgsi: add support for prim id fragment shade...
2013-12-18 Juha-Pekka Heikkilamesa: add asserts in load_texunit_bumpmap
2013-12-18 Brian Paulmesa: minor simplification in _mesa_es3_error_check_for...
2013-12-18 Juha-Pekka Heikkilamesa: Verify memory allocations success in _mesa_PushAttrib
2013-12-18 Juha-Pekka Heikkilamesa: Verify memory allocations success in _mesa_PushCl...
2013-12-18 Juha-Pekka Heikkilamesa: Change save_attrib_data() to return boolean
2013-12-18 Brian Paulmesa: add API/extension checks for 3-component texture...
2013-12-18 Brian Paulmesa: 78-column wrapping in extensions.c
2013-12-18 Pi Tabredmesa: Cleanup mesa/main/bufferobj.h
2013-12-18 Pi TabredAdd ARB_clear_buffer_object to list of supported extensions
2013-12-18 Brian Paulst/mesa: plug in default buffer object driver functions
2013-12-18 Pi Tabredmesa: Implement functions for clear_buffer_object exten...
2013-12-18 Pi Tabredmesa: Modify get_buffer() to allow for a variable error...
2013-12-18 Pi Tabredmesa: Add bufferobj_range_mapped function
2013-12-18 Pi Tabredmesa: get_texbuffer_format(): differentiate between...
2013-12-18 Pi Tabredmesa: Modify format validation to check for extension...
2013-12-18 Pi Tabredmesa: Make validate_texbuffer_format function available...
2013-12-18 Pi Tabredmesa: Add infrastructure for GL_ARB_clear_buffer_object
2013-12-17 Paul Berrymain: Move MESA_SHADER_TYPES outside of gl_shader_type...
2013-12-17 Paul Berryglsl: Don't return bad values from _mesa_shader_type_to...
2013-12-17 Brian Paulswrast: silence driContextSetFlags() parameter type...
2013-12-14 Kenneth Graunkei965: Treat Haswell as 75 in the surface format table.
2013-12-14 Chris Forbesmesa: fix texture view use of _mesa_get_tex_image()
2013-12-14 Chris Forbesi965/fs: add support for gl_SampleMaskIn[]
2013-12-14 Chris Forbesmesa: add SYSTEM_VALUE_SAMPLE_MASK_IN
2013-12-14 Brian Paulmesa: document _mesa_texstore() return value
2013-12-13 Brian Paulst/mesa: only set up sampler compare mode for depth...
2013-12-13 Brian Paulst/mesa: add const qualifiers in sampler validation...
2013-12-13 Brian Paulst/mesa: add const qualifier to st_translate_color()
2013-12-13 Brian Paulst/mesa: simplify integer texture check
2013-12-13 Brian Paulmesa: s/uint/GLuint/ to fix MSVC error
2013-12-13 Courtney Goeltzenl... mesa: Update TexStorage to support ARB_texture_view
next