mesa.git
2013-01-09 Johannes Obermayrclover: Adapt libclc's INCLUDEDIR and LIBEXECDIR to...
2013-01-08 Ian Romanickglsl: Don't add structure fields to the symbol table
2013-01-08 Kenneth Graunkei965/fs: Fix struct vs. class in acp_entry definitions.
2013-01-08 Marek Olšákr600g: implement buffer copying using CP DMA for R7xx...
2013-01-08 Marek Olšákst/mesa: fix possible MSVC build error v2
2013-01-08 Paul Berryglsl: Pack flat "varyings" of mixed types together.
2013-01-08 Paul Berryglsl: Prohibit structs and bools from being used as...
2013-01-08 Paul Berryglsl: Plumb through is_parameter to apply_type_qualifie...
2013-01-08 Paul Berryglsl: Separate varying linking code to its own file.
2013-01-08 Paul Berrymesa: Add ALIGN() macro to main/macros.h.
2013-01-08 Paul Berryglsl: Fix loop bounds detection.
2013-01-08 Marek Olšákwinsys/radeon: bump the size of relocation hashlist
2013-01-08 Christoph Bumillernvc0: catch too high GENERIC indices to prevent GRAPH...
2013-01-08 Christoph Bumillernvc0: use correct resource target to select blit shader
2013-01-08 Christoph Bumillernvc0: add missing call to map edge flag in push_vbo
2013-01-08 Christoph Bumillernv50/ir: wrap assertion using typeid in #ifndef NDEBUG
2013-01-08 Christoph Bumillernvc0: fix out of bounds writes for unaligned sizes...
2013-01-08 Christoph Bumillernouveau: increase max order of suballocated buffers...
2013-01-08 Christoph Bumillernouveau: improve buffer transfers
2013-01-08 Marek Olšákr300g: fix assertion failure in emit_dsa_state
2013-01-08 Kenneth Graunkei965: Support GL_FIXED and packed vertex formats native...
2013-01-08 Kenneth Graunkei965: Add #defines for GL_FIXED vertex formats.
2013-01-08 Kenneth Graunkei965: Add remaining #defines for packed vertex formats.
2013-01-08 Kenneth Graunkei965: Use Haswell's sample_d_c for textureGrad with...
2013-01-08 Kenneth Graunkei965/fs: Remove dead code from generate_uniform_pull_co...
2013-01-07 Alexander von... mesa: Drop mmx optimizations on Haiku
2013-01-07 Alexander von... mesa: 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 Vinson Leeconfigure.ac: Remove space after indent -T flag.
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 Kristian Høgsbergegl: Update to revision 19987 of eglext.h
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 Chad Versaceandroid: Define Make variables for Android version
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.
next