mesa: Drop mmx optimizations on Haiku
[mesa.git] / src /
2013-01-07 Alexander von Gluck IVmesa: Don't use rtasm for Haiku swrast
2013-01-07 Alex Deucherr600g: set the virtual address for the htile buffer
2013-01-07 Jerome Glisseradeon/winsys: move radeon family/class identification...
2013-01-07 Jerome Glisser600g/radeon/winsys: indentation cleanup
2013-01-06 Marek Olšákr600g: flush FMASK and CMASK at the end of CS
2013-01-06 Marek Olšákr300g: implement MSAA
2013-01-06 Marek Olšákr300g: simplify DSA state, add ability to patch FG_ALPH...
2013-01-06 Marek Olšákr300g/compiler: add shader emulation for the alpha_to_o...
2013-01-05 Ian Romanickintel: Fix copy-and-paste bug setting gl_constants...
2013-01-05 Ian Romanickmesa: Disallow R, RG, or RGB integer and unsigned forma...
2013-01-05 Ian Romanickmesa: Disallow SNORM formats for renderbuffers in OpenGL ES
2013-01-05 Ian Romanickmesa: Disallow deprecated SNORM formats for renderbuffers
2013-01-04 Brian Paulutil: fix addressing bug in pipe_put_tile_z() for PIPE_...
2013-01-04 Brian Paulutil: add get/put_tile_z() support for PIPE_FORMAT_Z32_...
2013-01-04 Brian Paulgallivm: support more immediates in lp_build_tgsi_info()
2013-01-04 Brian Paulxlib: allow GLX_DONT_CARE for glXChooseFBConfig() attri...
2013-01-04 Brian Paulst/glx: allow GLX_DONT_CARE for glXChooseFBConfig(...
2013-01-04 Tom Stellardradeon/llvm: Remove backend code from Mesa
2013-01-04 Johannes ObermayrSupport LLVM >= 3.2 on radeonsi and opencl.
2013-01-04 Tom Stellardclover: Fix build after the addition of enum pipe_flush...
2013-01-04 Marek Olšákr300g: don't check for vertex and index buffer bind...
2013-01-04 Marek Olšákr300g/swtcl: use memcpy to emit indices
2013-01-04 Marek Olšákr300g/swtcl: simplify vertex uploading
2013-01-04 Marek Olšákr300g/swtcl: fix crash when setting vertex buffers
2013-01-04 Marek Olšákr300g: don't set PIPE_BIND flags for internal textures
2013-01-04 Paul Berryi965: Fix glCompressedTexSubImage2D offsets for ETC...
2013-01-04 Kristian Høgsbergegl/wayland: Remove kooky flush code
2013-01-04 Kristian Høgsbergegl/wayland: Remove confusing comment about front buffe...
2013-01-04 Kristian Høgsbergegl_dri2: Remove unused struct dri2_egl_buffer from...
2013-01-04 Kristian Høgsbergegl: Add extension infrastructure for EGL_EXT_buffer_age
2013-01-04 Brian Paulutil: move var declaration before loop to fix MSVC...
2013-01-04 Marek Olšákr600g: implement 3D transfers
2013-01-04 Marek Olšákst/mesa: fix assertion failures with 2101010 vertex...
2013-01-04 Marek Olšákst/mesa: accelerate CopyTexSubImage for 1D array textures
2013-01-04 Marek Olšákst/mesa: fix CopyTexSubImage fallback for 1D array...
2013-01-04 Marek Olšákst/mesa: fix GetTexImage for compressed 2D array textures
2013-01-04 Marek Olšákgallium/util: remove unused helper util_create_rgba_texture
2013-01-04 Marek Olšákst/mesa: try to find the format matching format+type...
2013-01-04 Marek Olšákst/mesa: fix GetTexImage for compressed cubemaps
2013-01-04 Marek Olšákgallium/u_blitter: implement 3D blitting
2013-01-04 Marek Olšákgallium/u_blitter: fix blitting TEXTURE_CUBE_ARRAY...
2013-01-04 Marek Olšákgallium/u_blitter: minor simplification
2013-01-04 Marek Olšákgallium/u_blitter: unify some parameters into a dstbox...
2013-01-04 Marek Olšákgallium/u_blitter: remove useless parameter from blitte...
2013-01-04 Marek Olšákgallium/util: complete implementation of util_dump_transfer
2013-01-04 Marek Olšákmesa: allow TEXTURE_CUBE_MAP_ARRAY in GetTexImage
2013-01-04 Marek Olšákgallium/radeon: send the END_OF_FRAME flag to the DRM
2013-01-04 Marek Olšákgallium: extend pipe_context::flush for it to accept...
2013-01-04 Marek Olšákradeonsi: fix int->bool conversion in fence_signalled
2013-01-04 Marek Olšákr600g: fix int->bool conversion in fence_signalled
2013-01-03 Paul BerryAdd new .gitignore entries for Automake 1.13 tests
2013-01-03 Kenneth Graunkei965: Replace structs with bit-shifting for Gen7 SURFAC...
2013-01-03 smokiradeon/r200: Fix tcl culling
2013-01-03 Jonas Ådahlwayland: Don't cancel a roundtrip when any event is...
2013-01-03 Vinson Leei965: Add break statement at end of BRW_OPCODE_CONTINUE...
2013-01-02 Chad Versaceegl/android: Fix build for Jelly Bean (v2)
2013-01-02 Matt Turnermesa: Add missing ASSERT_OUTSIDE_BEGIN_END to GetSample...
2013-01-02 Matt Turnermesa: Add missing ASSERT_OUTSIDE_BEGIN_END to SamplerPa...
2013-01-02 Matt Turnermesa: Mark _mesa_{init,delete}_sampler_object as static
2013-01-02 Adam Jacksonglcpp: Typo fix.
2013-01-02 Adam Jacksonr300g: Fix visibility CFLAGS in automake
2013-01-02 Adam Jacksongalahad, noop: Fix visibility CFLAGS in automake
2013-01-02 Adam Jacksonglcpp: Fix visibility CFLAGS in automake
2013-01-02 Paul Berrymesa: Implement compressed 2D array textures.
2013-01-02 Paul Berrymesa: Fix error reporting in _mesa_invalidate_pbo_...
2013-01-02 Brian Paulmesa: fix signed/unsignd mix-up in fetch_signed_l_latc1()
2013-01-01 Brian Paulglsl: add cast to silence signed/unsigned comparision...
2013-01-01 Brian Paulxlib: handle _mesa_initialize_visual()'s return value
2012-12-29 Kenneth Graunkei965: Fail to blit rather than assert on invalid pitch...
2012-12-28 Eric Anholtintel: Skip texture validation logic when nothing has...
2012-12-28 Eric Anholtintel: Turn a test in miptree_match_image into an assert.
2012-12-28 Eric Anholti965: Stop making a copy of non-builtin uniforms in...
2012-12-28 Eric Anholti965: Consistently use nr_pull_params instead of NumPar...
2012-12-28 Eric Anholti965/vs: Reference the core GL uniform storage for...
2012-12-28 Eric Anholti965/fs: Reference the core GL uniform storage for...
2012-12-28 Eric Anholtglsl: Add a note about a surprising feature of gl_unifo...
2012-12-28 Eric Anholti965/fs: Remove the param_index/param_offset indirection.
2012-12-28 Eric Anholti965: Add asserts to check that we don't realloc Parame...
2012-12-28 Eric Anholti965: Add texrect scale parameters before pointers...
2012-12-28 Eric Anholti965: Fix a typo in a comment.
2012-12-28 Eric Anholti965: Add a note about a bug from the no-recompile...
2012-12-26 Brian Paulmesa: add missing texel fetch code for sRGB DXT formats
2012-12-26 Eric Anholti965: Fix border color handling for deprecated SNORM...
2012-12-26 Eric Anholti965: Start using HIZ for Z16 textures.
2012-12-26 Eric Anholtintel: Use the parent miptree's format for setting...
2012-12-22 Eric Anholtintel: Remove a couple of dead function prototypes.
2012-12-22 Eric Anholti965: Add perf debug for depth/stencil alignment workar...
2012-12-22 Eric Anholti965: Assert that relayout laid out something that...
2012-12-22 Eric Anholti965: Also fix validation of Z32F_S8 textures.
2012-12-22 Eric Anholti965: Fix validation of ETC miptrees.
2012-12-22 Eric Anholtqi965: Add perf debug for texture relayout.
2012-12-22 Eric Anholti965: Fix hiz resolves getting stomped by depth offset...
2012-12-22 Marek Olšákr600g: rename GPU_FLUSH -> INVAL_READ_CACHES
2012-12-22 Marek Olšákr600g: remove redundant parameter alloc_bo from r600_te...
2012-12-22 Matt TurnerMake IsVertexArray() return false before BindVertexArray()
2012-12-22 Matt TurnerMake IsTransformFeedback() return false before BindTran...
2012-12-22 Dave Airlienouveau: deal with tbo cap for now.
2012-12-21 Marek Olšákr600g: always use a tiled resource as the destination...
2012-12-21 Marek Olšákwinsys/radeon: the env var RADEON_NOOP can be used...
2012-12-21 Marek Olšákr600g: remove a false comment
next