i965/blorp: unit test compiling integer typed texture fetches
[mesa.git] / src /
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-26 Rob Clarkfreedreno/a3xx: fix blend state corruption issue
2013-12-26 Rob Clarkfreedreno: prepare for hw binning
2013-12-26 Rob Clarkfreedreno: resync generated headers
2013-12-23 Aaron Watryr600/pipe: Stop leaking context->start_compute_cs_cmd...
2013-12-23 Aaron Watryst/vdpau: Destroy context when initialization fails
2013-12-23 Aaron Watryradeon/llvm: Free target data at end of optimization
2013-12-23 Aaron Watryr600/compute: Use the correct FREE macro when deleting...
2013-12-23 Aaron Watryr600/compute: Free compiled kernels when deleting compu...
2013-12-23 Aaron Watryradeon/compute: Stop leaking LLVMContexts in radeon_llv...
2013-12-23 Aaron Watrypipe_loader/sw: close dev->lib when initialization...
2013-12-23 Aaron Watryclover: Remove unused variable
2013-12-22 Jonathan Liullvmpipe: use pipe_sampler_view_release() to avoid...
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-22 Andreas Hartmetzradeonsi: Use htile_buffer for depth only when there...
2013-12-22 Niels Ole Salscheiderwinsys/radeon: remove superfluous distinction of cases
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 Lauri Kasanenglx: Simplify __glxGetMscRate, it only needs the screen...
2013-12-21 Keith Packarddri3: Rename DRI3_MAX_BACK to DRI3_NUM_BACK
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 Keith Packarddri3: Clean up struct dri3_drawable
2013-12-21 Keith Packarddri3: Free resources when drawable is destroyed.
2013-12-21 Keith Packarddri3: Switch to libxshmfence version 1.1
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-20 Kevin RogovinReport that no function found if signature lookup is...
2013-12-20 Kevin RogovinUse line number information from entire function expression
2013-12-20 Michel Dänzerradeonsi: Only scan pixel shaders for TGSI_PROPERTY_FS_...
2013-12-19 Aaron Watryr600g: Fix spelling error
2013-12-19 Quanxian Wangegl: break instead of looping after driver is found
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-19 Juha-Pekka Heikkilaglx: Fix two identical null check errors in driSet...
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 Juha-Pekka Heikkilaglx: add missing null check in dri2_bind_tex_image
2013-12-18 Brian Paulmesa: minor simplification in _mesa_es3_error_check_for...
2013-12-18 Juha-Pekka Heikkilaglx: Add missing null check in dri2CreateDrawable
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-18 Jan Veselyclover: Append buffers that use CL_MEM_USE_HOST_PTR.
2013-12-18 Jan Veselyclover: Add parameter checks to clCreateBuffer.
2013-12-18 Thomas Hellstromst/dri: Check for kernel support before enabling fd...
2013-12-18 Marek Olšákradeonsi: set CB_DISABLE if the color mask is 0
2013-12-18 Marek Olšákradeonsi: add the htile buffer to the CS ioctl buffer...
2013-12-17 Paul Berryglsl: Replace _mesa_glsl_parser_targets enum with gl_sh...
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-17 Brian Paulst/dri: fix compiler warning for driCopySubBufferExtension
2013-12-17 Marek Olšákradeonsi: improve HiZ precision for less and lequal...
2013-12-17 Marek Olšákradeonsi: make DB_RENDER_OVERRIDE an invariant register
2013-12-17 Marek Olšákradeonsi: flush HTILE when appropriate
2013-12-17 Thomas Hellstromst/xa: Add new map flags
next