util: Gather some common macros
[mesa.git] / src / mesa /
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...
2014-07-17 Adel Gadllahi915: Fix up intelInitScreen2 for DRI3
2014-07-17 Pavel Popovmesa: Fix regression introduced by commit "mesa: fix...
2014-07-16 Kenneth GraunkeRevert "i965: Implement GL_PRIMITIVES_GENERATED with...
2014-07-16 Kenneth Graunkei965: Don't copy propagate abs into Broadwell logic...
2014-07-16 Kenneth Graunkei965/fs: Use WE_all for gl_SampleID header register...
2014-07-16 Kenneth Graunkei965/fs: Set force_uncompressed and force_sechalf on...
2014-07-16 Kenneth Graunkei965: Set execution size to 8 for instructions with...
2014-07-15 Connor Abbottexec_list: Make various places use the new length(...
2014-07-15 Ian Romanickmesa: Don't allow GL_TEXTURE_{LUMINANCE,INTENSITY}_...
2014-07-15 Ian Romanickmesa: Don't allow GL_TEXTURE_BORDER queries outside...
2014-07-15 Ian Romanickmesa: Handle uninitialized textures like other textures...
2014-07-15 Matt Turneri965/fs: Relax interference check in register coalescing.
2014-07-15 Matt Turneri965/fs: Perform CSE on sends-from-GRF rather than...
2014-07-15 Matt Turneri965: Initialize new chunks of realloc'd memory.
2014-07-14 Matt Turneri965/vec4: Invalidate live intervals in opt_cse, not...
2014-07-14 Matt Turneri965/vec4: Move aeb list into opt_cse_local.
2014-07-14 Matt Turneri965/fs: Invalidate live intervals in opt_cse, not...
2014-07-14 Matt Turneri965/fs: Move aeb list into opt_cse_local.
2014-07-13 Jon TURNEYAvoid mesa_dri_drivers import lib being installed
2014-07-12 Chris Forbesi965/vec4: Silence warnings about unhandled interpolati...
2014-07-12 Chris Forbesi965/fs: add support for ir_*_interpolate_at_* expressions
2014-07-12 Chris Forbesi965/fs: Skip channel expressions splitting for interpo...
2014-07-12 Chris Forbesi965/fs: add generator support for pixel interpolator...
2014-07-12 Chris Forbesi965: add low-level support for send to pixel interpolator
next