swr: [rasterizer common] workaround clang for windows __cpuid() bug
[mesa.git] / src / mesa /
2016-06-23 Timothy Arceriglsl/mesa: stop duplicating geom and tcs layout values
2016-06-23 Timothy Arceriglsl/mesa: stop duplicating tes layout values
2016-06-22 Christian Gmeinerst/mesa: expose EXT_vertex_array_bgra when supported...
2016-06-22 Jason Ekstrandi965/blorp: Only set src_z for gen8+ 3D textures
2016-06-22 Jason Ekstrandi965/gen7,8: Set SURFACE_IS_ARRAY for all non-3D textur...
2016-06-22 Jason Ekstrandi965/gen4: Subtract 1 from buffer sizes
2016-06-22 Jason Ekstrandi965: Remove fake W-tiled render target support
2016-06-22 Jason Ekstrandi965/fs: Use a default Y coordinate of 0 for TXF on...
2016-06-22 Jason Ekstrandi965/gen8: Use the qpitch from the aux_mt for AUX_QPITCH
2016-06-22 Jason Ekstrandi965/blorp/gen8: Use the correct max level and layer...
2016-06-22 Jason Ekstrandi965: Drop the maximum 3D texture size to 512 on Sandy...
2016-06-22 Jason Ekstrandi965/gen4-6: Handle gl_texture_object::BaseLevel and...
2016-06-22 Jason Ekstrandi965/gen4: Pull texture formats from the texture object...
2016-06-22 Kenneth Graunkei965: Fix point size with tessellation/geometry shaders...
2016-06-22 Timothy Arcerii965: move vs outputs written into a helper
2016-06-22 Nicolai Hähnlest/mesa: use a single memcpy in st_ReadPixels when...
2016-06-21 Kenneth Graunkei965: Reorganize prog_data->total_scratch code a bit.
2016-06-21 Nicolai Hähnlest/mesa: cache staging texture for glReadPixels
2016-06-21 Nicolai Hähnlest/mesa: invalidate readpixels cache
2016-06-21 Nicolai Hähnlest/mesa: add readpix_cache structure
2016-06-21 Nicolai Hähnlest/mesa: move ReadPixels blit into a separate function
2016-06-21 Nicolai Hähnlest/mesa: flush bitmap cache before CopyImageSubData
2016-06-21 Nicolai Hähnlest/mesa: flush bitmap cache before texture functions
2016-06-21 Nicolai Hähnlest/mesa: flush bitmap cache before compute dispatch
2016-06-21 Timothy Arcerii965: get PrimitiveMode from the program rather than...
2016-06-21 Kenneth Graunkei965: Fix multiplication of immediates on Cherryview...
2016-06-20 Ian Romanicki965: Delete redundant extension enables
2016-06-20 Ian Romanickmesa: Fix incorrect "see also" comments
2016-06-20 Ian Romanickmesa: Silence unused parameter warning
2016-06-18 Ilia Mirkinst/mesa: add support for GL_EXT_window_rectangles
2016-06-18 Ilia Mirkinmesa: add GL_EXT_window_rectangles state storage/retrie...
2016-06-18 Ilia Mirkinglapi: add GL_EXT_window_rectangles entrypoints
2016-06-17 Brian Paulscons: put the generated git_sha1.h file in top-level...
2016-06-17 Timothy Arcerimesa: remove remaining tabs in api_validate.c
2016-06-17 Samuel Iglesias... i965/fs: indirect addressing with doubles is not suppor...
2016-06-17 Iago Toral Quirogai965/fs: Fix single-precision to double-precision conve...
2016-06-16 Kenneth Graunkei965: Fix comment about CS scratch space encodings...
2016-06-16 Kenneth Graunkei965: Drop perf_debug about rasterizer discard in SOL...
2016-06-16 Kenneth Graunkei965: Enable GL_ARB_ES3_1_compatibility on Gen8+ if...
2016-06-16 Ian Romanickmesa: If validation fails in a debug context just emit...
2016-06-16 Jose Fonsecamesa/main: Update _mesa_new_shader.
2016-06-16 Timothy Arcerii965: remove remaining tabs in brw_link.cpp
2016-06-16 Mathias Fröhlichvbo: Use a bitmask to track the active arrays in vbo_save*.
2016-06-16 Mathias Fröhlichvbo: Use a bitmask to track the active arrays in vbo_exec*.
2016-06-16 Mathias Fröhlichmesa: Use bitmask/ffs to iterate the active_samplers...
2016-06-16 Mathias Fröhlichmesa: Use bitmask/ffs to iterate the enabled textures.
2016-06-16 Mathias Fröhlichmesa: Use designated bool value to check texture unit...
2016-06-16 Mathias Fröhlichmesa: Use bitmask/ffs to iterate SamplersUsed
2016-06-16 Mathias Fröhlichi965: Use bitmask/ffs to iterate used vertex attributes.
2016-06-16 Mathias Fröhlichi965: Use bitmask/ffs to iterate enabled clip planes.
2016-06-16 Mathias Fröhlichradeon/r200: Use bitmask/ffs to iterate enabled clip...
2016-06-16 Mathias Fröhlichmesa: Use bitmask/ffs to iterate enabled clip planes.
2016-06-16 Mathias Fröhlichmesa: Use bitmask/ffs to iterate color material attributes.
2016-06-16 Mathias Fröhlichmesa: Use bitmask/ffs to build ff fragment shader keys.
2016-06-16 Mathias Fröhlichmesa: Use bitmask/ffs to build ff vertex shader keys.
2016-06-16 Mathias Fröhlichmesa: Remove the linked list of enabled lights
2016-06-16 Mathias Fröhlichmesa: Switch to bitmask based enabled lights in gen_mat...
2016-06-16 Mathias Fröhlichradeon/r200: Use bitmask/ffs to iterate enabled lights
2016-06-16 Mathias Fröhlichnouveau: Use bitmask/ffs to iterate enabled lights
2016-06-16 Mathias Fröhlichtnl: Use bitmask/ffs to iterate enabled lights
2016-06-16 Mathias Fröhlichmesa: Use bitmask/ffs to iterate enabled lights for...
2016-06-16 Mathias Fröhlichmesa: Use bitmask/ffs to iterate enabled lights
2016-06-16 Mathias Fröhlichmesa: Track enabled lights in a bitmask
2016-06-16 Mathias Fröhlichmesa: Rename CoordReplaceBits back to CoordReplace.
2016-06-16 Mathias Fröhlichmesa: Remove the now unused CoordsReplace array.
2016-06-16 Mathias Fröhlichi965: Convert i965 to use CoordsReplaceBits.
2016-06-16 Mathias Fröhlichi915: Convert i915 to use CoordsReplaceBits.
2016-06-16 Mathias Fröhlichr200: convert r200 to use CoordsReplaceBits.
2016-06-16 Mathias Fröhlichgallium: Convert the state_tracker to use CoordsReplace...
2016-06-16 Mathias Fröhlichswrast: Convert swrast to use CoordsReplaceBits.
2016-06-16 Mathias Fröhlichmesa: Add gl_point_attrib::CoordReplaceBits bitfield.
2016-06-16 Timothy Arcerimesa/glsl: stop using GL shader type internally
2016-06-15 Kenneth Graunkei965: Use a uniform for gl_PatchVerticesIn in the TCS...
2016-06-15 Kenneth Graunkeglsl: Optionally lower TCS gl_PatchVerticesIn to a...
2016-06-15 Kenneth Graunkei965: Use a uniform for gl_PatchVerticesIn in the TES.
2016-06-15 Kenneth Graunkeglsl: Optionally lower TES gl_PatchVerticesIn to a...
2016-06-15 Nicolai Hähnlest_glsl_to_tgsi: don't read potentially uninitialized...
2016-06-15 Nicolai Hähnlemesa/main: fix integer overflows in _mesa_image_offset
2016-06-15 Timothy Arcerii965: remove type_size_vec4_times_4()
2016-06-14 Kenneth Graunkemesa: Pass gl_constant_value union into _mesa_fetch_sta...
2016-06-14 Tomasz Figai965: Check return value of screen->image.loader->getBu...
2016-06-14 Mathias Fröhlichmesa: Make use of u_bit_scan{,64}.
2016-06-14 Mathias Fröhlichmesa/gallium: Move u_bit_scan{,64} from gallium to...
2016-06-14 Jason Ekstrandi965/compiler: Bring back the INTEL_PRECISE_TRIG enviro...
2016-06-14 Samuel Iglesias... i965: Defeat the register stride checker in pull unifor...
2016-06-14 Kenneth Graunkei965: Defeat the register stride checker in URB reads.
2016-06-14 Kenneth Graunkei965: Fix issues with number of VS URB entries on Cherr...
2016-06-13 Francisco Jerezi965/fs: Fix regs_written for SIMD-lowered instructions...
2016-06-13 Francisco Jerezi965: Fix cross-primitive scratch corruption when chang...
2016-06-13 Francisco Jerezi965: Keep track of the per-thread scratch allocation...
2016-06-13 Francisco Jerezi965: Fix scratch overallocation if the original slot...
2016-06-13 Kenneth Graunkemesa: Make TexSubImage check negative dimensions sooner.
2016-06-13 Kenneth Graunkei965: Fix encode_slm_size() to take a generation, not...
2016-06-13 Kenneth Graunkei965: Don't leak scratch BOs for TCS/TES.
2016-06-13 Rob HerringAndroid: move libdrm settings to top-level Android...
2016-06-13 Emil Velikovst/mesa: inline _mesa_create_context() into its only...
2016-06-13 Emil Velikovst/mesa: remove unneeded break from st_api_create_context()
2016-06-13 Emil Velikovst/mesa: use c99 initializer for st_gl_api
2016-06-13 Emil Velikovgallium: remove st_api::get_proc_address hook
2016-06-13 Emil Velikovmesa: remove _mesa_init_get_hash()
next