i965: Enhance intel_texsubimage_tiled_memcpy() to support all levels
[mesa.git] / src / mesa /
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
2013-12-13 Courtney Goeltzenl... mesa: add texture_view helper function for TexStorage
2013-12-13 Courtney Goeltzenl... mesa: Fill out ARB_texture_view entry points
2013-12-13 Courtney Goeltzenl... mesa: consolidate multiple next_mipmap_level_size
2013-12-13 Courtney Goeltzenl... mesa: Add driver entry point for ARB_texture_view
2013-12-13 Courtney Goeltzenl... mesa: ARB_texture_view get parameters
2013-12-13 Courtney Goeltzenl... mesa: update texture object for ARB_texture_view
2013-12-13 Courtney Goeltzenl... mesa: Tracking for ARB_texture_view extension
2013-12-13 Courtney Goeltzenl... mesa: Add API definitions for ARB_texture_view
2013-12-13 Anuj Phogatmesa: Fix error code generation in glBeginConditionalRe...
2013-12-13 Kristian Høgsbergdri_util: Don't assume __DRIcontext->driverPrivate...
2013-12-13 Dave Airlieswrast* (gallium, classic): add MESA_copy_sub_buffer...
2013-12-12 Marek Olšákst/mesa: set correct PIPE_CLEAR_COLORn flags
2013-12-12 Marek Olšákst/mesa: fix glClear with multiple colorbuffers and...
2013-12-12 Marek Olšákmesa: fix interpretation of glClearBuffer(drawbuffer)
2013-12-12 Tapani Pälliglsl: move variables in to ir_variable::data, part II
2013-12-12 Tapani Pälliglsl: move variables in to ir_variable::data, part I
2013-12-12 Tapani Pälliglsl: introduce data section to ir_variable
2013-12-12 Tapani Pällimesa: fix a typo in glDetachShader error message
2013-12-10 Dave Airlieswrast: fix readback regression since inversion fix
2013-12-10 Jordan Justendri megadriver_stub: add compatibility for older DRI...
next