OSDN Git Service

egl: fix setting context flags
[android-x86/external-mesa.git] / src /
2015-06-18 Marek Olšákegl: fix setting context flags
2015-06-03 Ilia Mirkinnv30: avoid doing extra work on clear and hitting unexp...
2015-06-03 Marek Olšákst/dri: fix postprocessing crash when there's no depth...
2015-06-03 Ben Widawskyi965: Emit 3DSTATE_MULTISAMPLE before WM_HZ_OP (gen8+)
2015-06-03 Ilia Mirkinnv30: falling back to draw path for edgeflag does no...
2015-06-03 Ilia Mirkinnv30/draw: switch varying hookup logic to know about...
2015-06-03 Ilia Mirkinnv30/draw: allocate vertex buffers in gart
2015-06-03 Ilia Mirkinnv30/draw: only use the DMA1 object (GART) if the bo...
2015-06-03 Ilia Mirkinnv30/draw: fix indexed draws with swtnl path and a...
2015-06-03 Ilia Mirkinglsl: avoid leaking linked gl_shader when there's a...
2015-06-03 Ilia Mirkinst/mesa: don't leak glsl_to_tgsi object on link failure
2015-06-03 Ilia Mirkinnv30/draw: draw expects constbuf size in bytes, not...
2015-06-03 Ilia Mirkinnv30/draw: avoid leaving stale pointers in draw state
2015-06-03 Ilia Mirkinnv30: fix clip plane uploads and enable changes
2015-06-03 Ilia Mirkinnv30: avoid leaking render state and draw shaders
2015-06-03 Ilia Mirkinnv30: don't leak fragprog consts
2015-06-03 Ilia Mirkinnv50/ir: avoid messing up arg1 of PFETCH
2015-06-03 Ilia Mirkinnvc0: a geometry shader can have up to 1024 vertices...
2015-06-03 Jason Ekstrandi965/fs: Fix implied_mrf_writes for scratch writes
2015-06-03 Ilia Mirkinnvc0/ir: LOAD's can't be used for shader inputs
2015-06-03 Ilia Mirkinnv50/ir: guess that the constant offset is the starting...
2015-06-03 Ilia Mirkinnvc0/ir: set ftz when sources are floats, not just...
2015-05-20 Emil Velikovtargets/osmesa: drop the -module tag from LDFLAGS
2015-05-20 Jeremy Huddleston... darwin: Fix install name of libOSMesa
2015-05-20 Jeremy Huddleston... swrast: Build fix for darwin
2015-05-20 Emil Velikovegl/main: fix EGL_KHR_get_all_proc_addresses
2015-05-20 Rob Clarkfreedreno: fix bug in tile/slot calculation
2015-05-20 Rob Clarkfreedreno: enable a306
2015-05-20 Laura Ekstrandmain: Complete error conditions for glInvalidate*Frameb...
2015-05-20 Laura Ekstrandmain: Fix an error generated by FramebufferTexture
2015-05-20 Fredrik Höglundmesa: Generate GL_INVALID_VALUE in framebuffer_texture...
2015-05-20 Fredrik Höglundmain: Require that the texture exists in framebuffer_te...
2015-05-20 Francisco Jerezi965: Fix PBO cache coherency issue after _mesa_meta_pb...
2015-05-20 Ilia Mirkinnvc0: switch mechanism for shader eviction to be a...
2015-05-20 Francisco Jerezclover: Implement locking of the wait_count, _chain...
2015-05-20 Francisco Jerezclover: Wrap event::_status in a method to prevent...
2015-05-20 Francisco Jerezclover: Refactor event::trigger and ::abort to prevent...
2015-05-20 Ilia Mirkinst/mesa: make sure to create a "clean" bool when doing i2b
2015-05-20 Tom Stellardclover: Fix a bug with multi-threaded events v2
2015-05-20 Tom Stellardclover: Add a mutex to guard queue::queued_events
2015-05-20 Axel Davyglx/dri3: Add additional check for gpu offloading case
2015-05-20 Axel Davyegl/wayland: properly destroy wayland objects
2015-05-20 Marta Lofstedtmain: glGetIntegeri_v fails for GL_VERTEX_BINDING_STRIDE
2015-05-20 Ilia Mirkinnv50/ir: only enable mul saturate on G200+
2015-05-20 Ilia Mirkinnvc0: reset the instanced elements state when doing...
2015-05-20 Ilia Mirkinnvc0: keep track of PGRAPH state in nvc0_screen
2015-05-20 Ilia Mirkinnv50: keep track of PGRAPH state in nv50_screen
2015-05-20 Ilia Mirkinnv50/ir: only propagate saturate up if some actual...
2015-05-20 Roland Scheideggerdraw: (trivial) fix out-of-bounds vector initialization
2015-05-20 Tim Rowleymesa: fix shininess check for ffvertex_prog v2
2015-05-05 Boyan Dingi965: Add XRGB8888 format to intel_screen_make_configs
2015-05-05 Ilia Mirkinnv50/ir: fix asFlow() const helper for OP_JOIN
2015-05-05 Ilia Mirkinnvc0/ir: fix predicated PFETCH emission
2015-05-05 Ilia Mirkingk110/ir: fix set with a register dest to not auto...
2015-05-05 Emil Velikovr300: do not link against libdrm_intel
2015-05-05 Ilia Mirkinnvc0/ir: flush denorms to zero in non-compute shaders
2015-05-05 Kenneth Graunkei965: Disallow linear blits that are not cacheline...
2015-05-05 Kenneth Graunkei965: Make intel_emit_linear_blit handle Gen8+ alignmen...
2015-05-05 Roland Scheideggerdraw: fix prim ids when there's no gs
2015-04-22 Brian Paulglsl: rewrite glsl_type::record_key_hash() to avoid...
2015-04-22 Emil Velikovandroid: mesa: fix the path of the SSE4_1 optimisations
2015-04-22 Mauro Rossiandroid: add inital NIR build
2015-04-22 Emil Velikovandroid: dri: link against libmesa_util
2015-04-22 Emil Velikovandroid: add $(mesa_top)/src/mesa/main to the includes...
2015-04-22 Emil Velikovandroid: dri/common: conditionally include drm_cflags...
2015-04-22 Emil Velikovandroid: egl: add libsync_cflags to the build
2015-04-22 Mauro Rossiandroid: mesa: generate the format_{un,}pack.[ch] sources
2015-04-22 Emil Velikovandroid: add $(mesa_top)/src include to the whole of...
2015-04-22 Emil Velikovandroid: use LOCAL_SHARED_LIBRARIES over TARGET_OUT_HEADERS
2015-04-22 Kenneth Graunkedrirc: Add "Second Life" quirk (allow_glsl_extension_di...
2015-04-22 Marek Olšákglsl_to_tgsi: don't use a potentially-undefined immedia...
2015-04-22 Marek Olšákglsl_to_tgsi: fix out-of-bounds constant access and...
2015-04-22 Kristian Høgsbergi965: Rewrite ir_tex to ir_txl with lod 0 for vertex...
2015-04-22 Ian Romanicknir: Fix typo in "ushr by 0" algebraic replacement
2015-04-22 Kenneth Graunkei965: Fix software primitive restart with indirect...
2015-04-22 Dave Airliest/mesa: align cube map arrays layers
2015-04-22 Dave Airliest/mesa: convert sub image for cube map arrays to 2d...
2015-04-22 Mathias Froehlichi965: Flush batchbuffer containing the query on glQuery...
2015-04-22 Emil Velikovradeonsi: remove unused si_dump_key()
2015-04-12 Emil Velikovdist: add the VG depedencies into the tarball
2015-04-08 Ville Syrjäläi965: Fix URB size for CHV
2015-04-08 Marcin Ślusarznouveau: synchronize "scratch runout" destruction with...
2015-04-08 Ilia Mirkinnv50,nvc0: limit the y-tiling of 3d textures to the...
2015-04-08 Iago Toral Quirogai965: Do not render primitives in non-zero streams...
2015-04-08 Kenneth Graunkei965: Add forgotten multi-stream code to Gen8 SOL state.
2015-04-08 Kenneth Graunkei965: Fix instanced geometry shaders on Gen8+.
2015-04-08 Ilia Mirkinnv50: allocate more offset space for occlusion queries
2015-04-08 Emil Velikovxmlpool: don't forget to ship the MOS
2015-04-08 Tom Stellardclover: Return CL_BUILD_ERROR for CL_PROGRAM_BUILD_STAT...
2015-04-08 Michel Dänzerradeonsi: Cache LLVMTargetMachineRef in context instead...
2015-04-08 Ilia Mirkinfreedreno/a3xx: point size should not be divided by 2
2015-04-08 Ilia Mirkinfreedreno/a3xx: fix 3d texture layout
2015-04-08 Ilia Mirkinnv50/ir/gk110: fix offset flag position for TXD opcode
2015-04-08 Ilia Mirkinnv50/ir: take postFactor into account when doing peepho...
2015-04-08 Ilia Mirkinst/mesa: update arrays when the current attrib has...
2015-04-08 Dave Airliest_glsl_to_tgsi: only do mov copy propagation on temps...
2015-03-26 Anuj Phogatglsl: Generate link error for non-matching gl_FragCoord...
2015-03-26 Mario Kleinermapi: Make private copies of name strings provided...
2015-03-26 Tom Stellardclover: Return 0 as storage size for local kernel args...
2015-03-26 Tapani Pälliglsl: fix names in lower_constant_arrays_to_uniforms
next