mesa.git
2013-01-10 Matt Turnermesa: Allow glGet* queries on ARB_fragment/vertex_shade...
2013-01-10 Matt Turnermesa: Allow glGet* queries on ARB_framebuffer_object...
2013-01-10 Matt Turnermesa: Allow glGet* queries on ARB_transform_feedback2...
2013-01-10 Matt Turnermesa: Allow glGet* queries on EXT_transform_feedback...
2013-01-10 Matt Turnermesa: Allow glGet* queries on ARB_sync data in ES 3
2013-01-10 Matt Turnermesa: Allow glGet* queries of EXT_pbo data in ES 3
2013-01-10 Matt Turnermesa: Allow glGet* queries of select ARB_ubo data in...
2013-01-10 Matt TurnerAdd ES 3 handling to get.c and get_hash_generator.py
2013-01-10 Matt Turnerglapi: Move ARB_base_instance to the correct location
2013-01-10 Matt Turnermesa/tests: Add ARB_ES3_compatibility enums
2013-01-10 Matt Turnerglapi: Add enums for ARB_ES3_compatibility
2013-01-10 Quentin Glidicmesa/program: Fix both Classic and Gallium build
2013-01-10 Andreas Bollconfigure.ac: fix typo in error message
2013-01-10 Marek Olšákr300g: don't set sample positions to the pixel center...
2013-01-09 Paul Berryintel: Clean up confusion between logical and physical...
2013-01-09 Paul Berryintel: Add a force_y_tiling parameter to intel_miptree_...
2013-01-09 Paul Berryintel: Move compute_msaa_layout earlier in file.
2013-01-09 Vinson Leer600g: Fix memory leak in r600_bytecode_add_vtx.
2013-01-09 Marek Olšákr300g: optionally log MSAA resources to stderr
2013-01-09 Marek Olšákr300g: fix the GPU name in the renderer string
2013-01-09 Marek Olšákr300g: fix CS checker errors caused by emit_dsa_state
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
next