targets/clover: link against libmesautil.la
[mesa.git] / src / mesa /
2014-08-05 Anuj Phogatmeta: Fix datatype computation in get_temp_image_type()
2014-08-05 Anuj Phogatmeta: Move the call to _mesa_get_format_datatype()...
2014-08-05 Anuj Phogatmeta: Use _mesa_get_format_bits() to get the GL_RED_BITS
2014-08-05 Anuj Phogatmeta: Initialize the variable in declaration statement
2014-08-05 Anuj Phogatmesa: Allow GL_TEXTURE_CUBE_MAP target with compressed...
2014-08-05 Anuj Phogatmesa: Add gles3 condition for normalized internal forma...
2014-08-05 Anuj Phogatmesa: Add utility function _mesa_is_enum_format_unorm()
2014-08-05 Anuj Phogatmesa: Add gles3 error condition for GL_RGBA10_A2 buffer...
2014-08-05 Anuj Phogatmesa: Add a gles3 error condition for sized internalfor...
2014-08-05 Anuj Phogatmesa: Add a helper function _mesa_is_enum_format_unsized()
2014-08-05 Anuj Phogatmesa: Don't allow snorm internal formats in glCopyTexIm...
2014-08-05 Anuj Phogatmesa: Add utility function _mesa_is_enum_format_snorm()
2014-08-05 Anuj Phogatmesa: Fix condition for using compressed internalformat...
2014-08-05 Anuj Phogatmesa: Add error condition for using compressed internal...
2014-08-05 Anuj Phogatmesa: Turn target_can_be_compressed() in to a utility...
2014-08-05 Anuj Phogatmesa: Fix error condition for valid texture targets...
2014-08-04 Kenneth Graunkeglsl: Make it possible to ignore built-ins when matchin...
2014-08-04 Kenneth Graunkemesa: Actually use the Mesa IR optimizer for ARB programs.
2014-08-04 Ian Romanickmesa: Do not list inactive block members as active
2014-08-04 Brian Paulwmesa: link with mesautil
2014-08-04 Brian Paulosmesa: link with mesautil
2014-08-04 Brian Paulmesa/x86: put code in braces to silence declarations...
2014-08-04 Brian Paulxlib: fix missing mesautil build breakage
2014-08-04 Jason Ekstrandmesa/main: Use the RGB <-> sRGB conversion functions...
2014-08-04 Jason Ekstrandutil: Gather some common macros
2014-08-04 Kenneth Graunkeutil: Move the open-addressing linear-probing hash_tabl...
2014-08-04 Kenneth Graunkeutil: Move ralloc to a new src/util directory.
2014-08-04 Jason Ekstrandmesa/SConscript: Use Makefile.sources instead of duplic...
2014-08-04 Jan Veselymesa/st: Fix compiler warnings
2014-08-03 Ilia Mirkinmesa/st: only convert AND(a, NOT(b)) into MAD when...
2014-08-03 Ilia Mirkinmesa/st: add support for dynamic ubo selection
2014-08-02 Kenneth Graunkei965: Delete stale "pre-gen4" comment in texture valida...
2014-08-02 Kenneth Graunkei965: Delete sampler state structures.
2014-08-02 Kenneth Graunkei965: Replace sizeof(struct gen7_sampler_state) with...
2014-08-02 Kenneth Graunkei965: Drop sizeof(struct brw_sampler_state) from estima...
2014-08-02 Kenneth Graunkei965: Make BLORP use brw_emit_sampler_state().
2014-08-02 Kenneth Graunkei965: Delete redundant sampler state dumping code.
2014-08-02 Kenneth Graunkei965: Make some brw_sampler_state.c functions static...
2014-08-02 Kenneth Graunkei965: Stop using gen7_update_sampler_state; rm gen7_sam...
2014-08-02 Kenneth Graunkei965: Make brw_update_sampler_state use 8 bits for...
2014-08-02 Kenneth Graunkei965: Make brw_update_sampler_state() use brw_emit_samp...
2014-08-02 Kenneth Graunkei965: Introduce a function to emit a SAMPLER_STATE...
2014-08-02 Kenneth Graunkei965: Add const to upload_default_color's sampler param...
2014-08-02 Kenneth Graunkei965: Add #defines for SAMPLER_STATE fields.
2014-08-02 Kenneth Graunkei965: Convert wrap mode #defines to an enum.
2014-08-02 Kenneth Graunkei965: Delete gen7_upload_sampler_state_table and vtable...
2014-08-02 Kenneth Graunkei965: Make brw_upload_sampler_state_table handle Gen7...
2014-08-02 Kenneth Graunkei965: Shift brw_upload_sampler_state_table away from...
2014-08-02 Kenneth Graunkei965: Push computation for sampler state batch offsets...
2014-08-02 Kenneth Graunkei965: Drop unused 'ss_index' parameter from gen7_update...
2014-08-02 Kenneth Graunkei965: Stop storing sdc_offset in brw_stage_state.
2014-08-02 Kenneth Graunkei965: Drop the degenerate brw_sampler_default_color...
2014-08-02 Kenneth Graunkei965: Write a better file comment for brw_sampler_state.c.
2014-08-02 Kenneth Graunkei965: Rename brw_wm_sampler_state.c to brw_sampler_state.c.
2014-08-02 Kenneth Graunkei965/blorp: Don't set min_mag_neq bit in Gen6 SAMPLER_S...
2014-08-01 Jordan Justeni965/miptree: Layout 1D Array as 2D Array with height...
2014-08-01 Aditya Atlurimesa: Add missing atomic buffer bindings and unbindings
2014-07-29 Jason Ekstrandmain/get_hash_params: Add GL_SAMPLE_SHADING_ARB
2014-07-29 Yaakov Selkowitzxmlconfig: Use program_invocation_short_name when build...
2014-07-28 Tapani Pälliglapi: add indexed blend functions (GL 4.0)
2014-07-28 Marek Olšákgallium: rename shader cap MAX_CONSTS to MAX_CONST_BUFF...
2014-07-28 Jordan Justenmain/cs: Add additional compute shader constant values
2014-07-24 Jason EkstrandAdd an accelerated version of F_TO_I for x86_64
2014-07-24 Matt Turneri965/fs: Decide predicate/predicate_inverse outside...
2014-07-24 Matt Turneri965/fs: Swap if/else conditions in SEL peephole.
2014-07-24 Matt Turneri965: Improve dead control flow elimination.
2014-07-24 Ilia Mirkinmesa/st: add support for interpolate_at_* ops
2014-07-24 Ilia Mirkinmesa: add ARB_clear_texture.xml to file list, remove...
2014-07-23 Jason Ekstrandi965: Accelerate uploads of RGBA and BGRA GL_UNSIGNED_I...
2014-07-23 Ian Romanickmesa: Fix the name in the error message
2014-07-23 Kenneth Graunkei965/fs: Set LastRT on the final FB write on Broadwell.
2014-07-23 Kenneth Graunkei965: Port INTEL_DEBUG=optimizer to the vec4 backend.
2014-07-23 Kenneth Graunkei965: Save the gl_shader_stage enum in backend_visitor.
2014-07-23 Kenneth Graunkei965: Don't print WE_normal in disassembly.
2014-07-23 Neil Robertsmeta: Add a meta implementation of GL_ARB_clear_texture
2014-07-23 Neil Robertsmeta: Add a state flag for the GL_DITHER
2014-07-23 Neil Robertstexstore: Add a generic implementation of GL_ARB_clear_...
2014-07-23 Neil Robertsmesa/main: Add generic bits of ARB_clear_texture implem...
2014-07-23 Neil Robertsteximage: Add utility func for format/internalFormat...
2014-07-23 Ilia Mirkinmesa/main: add ARB_clear_texture entrypoints
2014-07-22 Anuj Phogatmesa: Don't use memcpy() in _mesa_texstore() for float...
2014-07-21 Kenneth Graunkei965/fs: Fix gl_SampleMask handling for SIMD16 on Gen8+.
2014-07-21 Kenneth Graunkei965/fs: Fix gl_SampleID for 2x MSAA and SIMD16 mode.
2014-07-21 Kenneth Graunkei965: Add missing persample_shading field to brw_wm_deb...
2014-07-21 Kenneth Graunkei965/disasm: Don't disassemble the URB complete field...
2014-07-21 Kenneth Graunkei965: Disable hex offset printing in disassembly.
2014-07-21 Matt Turneri965/vec4: Use foreach_inst_in_block a couple more...
2014-07-21 Matt Turneri965: Replace cfg instances with calls to calculate_cfg().
2014-07-21 Matt Turneri965/cfg: Add a foreach_block_and_inst macro.
2014-07-21 Matt Turneri965: Add cfg to backend_visitor.
2014-07-19 Ian Romanicki965: Silence unused parameter warning
2014-07-19 Ian Romanicki965: Silence 'comparison is always true' warning
2014-07-19 Ian Romanicki965: Silence many unused parameter warnings
2014-07-19 Jason Ekstrandmain/format_pack: Fix a wrong datatype in pack_ubyte_R8...
2014-07-18 Jason EkstrandAdd support for RGBA8 and RGBX8 textures in intel_texsu...
2014-07-18 Jason Ekstrandi965: Improve debug output in intelTexImage and intelTe...
2014-07-17 Marek Olšákst/mesa,gallium: add a workaround for Unigine Heaven...
2014-07-17 Marek Olšákglsl: add a mechanism to allow #extension directives...
2014-07-17 Anuj Phogati965: Fix z_offset computation in intel_miptree_unmap_d...
2014-07-17 Anuj PhogatRevert "i965: Extend compute-to-mrf pass to understand...
next