OSDN Git Service

android-x86/external-mesa.git
2014-09-25 Matt Turnermesa: Replace a priori knowledge of gcc attributes...
2014-09-25 Matt Turnermesa: Replace a priori knowledge of gcc builtins with...
2014-09-25 Matt Turneri965/compaction: Document instruction compaction capabi...
2014-09-25 Matt Turneri965: Emit ELSE/ENDIF JIP with type D on Gen 7.
2014-09-25 Matt Turneri965/compaction: Support compaction of control flow...
2014-09-25 Matt Turneri965/compaction: Add support for G45.
2014-09-25 Matt Turneri965: Add BRW_OPCODE_NENOP for G45.
2014-09-25 Matt Turneri965/compaction: Add support for Gen5.
2014-09-25 Matt Turneri965/compaction: Reduce size of compacted_counts[]...
2014-09-25 Matt Turneri965/compaction: Use sizeof brw_inst/brw_compact_inst.
2014-09-25 Matt Turneri965/compaction: Increment offset in for loop.
2014-09-25 Matt Turneri965/compaction: Make src_offset local to the for loop.
2014-09-25 Matt Turneri965/compaction: Remove unnecessary is-compacted? check.
2014-09-25 Matt Turneri965/compaction: Don't set UIP on ELSE on Gen < 8.
2014-09-25 Matt Turneri965/compaction: Rework 3-src compaction logic.
2014-09-25 Matt Turneri965/sf: Disable instruction compaction.
2014-09-25 Matt Turneri965: Set JumpCount, not JIP, on ENDIF on Gen 6.
2014-09-25 Kenneth Graunkemesa: Use VertexArray, not _VertexArray, in array size...
2014-09-25 Kenneth Graunkemesa: Set correct array element in vbo_exec_vtx_init.
2014-09-25 Kenneth Graunkemesa: Use proper structure for glGet*(GL_TEXTURE_COORD_...
2014-09-25 Kenneth Graunkemesa: Remove some dead helper functions.
2014-09-25 Eric Anholtvc4: Compute max_index instead of trusting the rest...
2014-09-25 Eric Anholtvc4: Move shader record setup before the draw call.
2014-09-24 Matt Turneri965/vec4: Call calculate_cfg() in test programs to...
2014-09-24 Eric Anholtvc4: Add support for gl_PointCoord.
2014-09-24 Eric Anholtvc4: Add support for point size setting.
2014-09-24 Eric Anholtvc4: Add support for line width setting.
2014-09-24 Eric Anholtvc4: Actually add support for polygon offset.
2014-09-24 Eric Anholtvc4: Fix swapped 565 dithering versus no-dithering...
2014-09-24 Eric Anholtvc4: Add support for alpha test.
2014-09-24 Rob Clarkfreedreno/a3xx: initial texture border-color
2014-09-24 Brian Paulutil: use linear formats in util_blit_pixels()
2014-09-24 Brian Paulutil: simplify writemask parameters for util_blit_pixels()
2014-09-24 Brian Paulutil: s/PIPE_TEX_MIPFILTER/PIPE_TEX_FILTER/ in u_blit...
2014-09-24 Brian Paulmesa: remove EXT suffix from FBO error messages
2014-09-24 Matt Turnermesa: Drop _mesa_getenv() wrapper.
2014-09-24 Matt Turnermesa: Drop _mesa_bsearch() wrapper.
2014-09-24 Matt Turnermesa: Unifdef _WIN32_WCE.
2014-09-24 Matt Turnermesa: Unifdef _XBOX.
2014-09-24 Matt Turnerconfigure.ac: Remove duplicate -DHAVE_PTHREAD.
2014-09-24 Matt Turnerconfigure.ac: Stop checking for perl.
2014-09-24 Matt Turnerconfigure.ac: Use test -a, rather than another test.
2014-09-24 Matt Turnermesa: Use realloc() instead of _mesa_realloc() and...
2014-09-24 Matt Turnermesa: Remove duplicate _mesa_{init,free}_shader_state...
2014-09-24 Tom Stellardgallivm: Wrap deleted inlcude in if HAVE_LLVM < 0x0306
2014-09-24 Matt Turneri965: Add and use functions to get next/prev blocks.
2014-09-24 Matt Turneri965: Call insert and remove functions from exec_node...
2014-09-24 Matt Turneri965: Make instruction lists local to the bblocks.
2014-09-24 Matt Turneri965/cfg: Add note about double-loop macros and break...
2014-09-24 Matt Turneri965: Replace initialization loops with memset().
2014-09-24 Matt Turneri965/vec4: Don't iterate between blocks with inst-...
2014-09-24 Matt Turneri965/fs: Don't iterate between blocks with inst->next...
2014-09-24 Matt Turneri965/cfg: Add macros to iterate through a block given...
2014-09-24 Matt Turneri965/fs: Make count_to_loop_end() use basic blocks.
2014-09-24 Matt Turneri965/vec4: Don't use instruction list after calculating...
2014-09-24 Matt Turneri965/fs: Don't use instruction list after calculating...
2014-09-24 Matt Turneri965: Remove now unneeded calls to calculate_cfg().
2014-09-24 Matt Turneri965: Remove cfg-invalidating parameter from invalidate...
2014-09-24 Matt Turneri965: Preserve the CFG in instruction scheduling.
2014-09-24 Matt Turneri965/vec4: Preserve CFG in spill_reg().
2014-09-24 Matt Turneri965/vec4: Preserve the CFG in a few more places.
2014-09-24 Matt Turneri965/fs: Preserve the CFG in a few more places.
2014-09-24 Kristian Høgsbergi965: Restructure debug flags
2014-09-24 Tom Stellardgallivm: Disable gallivm to fix build with LLVM 3.6
2014-09-24 Marek Olšákgallium/rbug: correctly unreference a sampler view
2014-09-24 Marek Olšákgallium/rbug: unlock a mutex in rbug_create_query
2014-09-24 Marek Olšákradeonsi: remove old cache flushing code
2014-09-24 Marek Olšákradeonsi/compute: do CS partial flush with si_emit_cach...
2014-09-24 Marek Olšákradeonsi/compute: flush caches with si_emit_cache_flush
2014-09-24 Marek Olšákradeonsi/compute: directly emit CONTEXT_CONTROL
2014-09-24 Marek Olšákradeonsi: properly destroy the GS copy shader and scrat...
2014-09-24 Marek Olšákradeonsi: release GS rings at context destruction
2014-09-24 Marek Olšákradeonsi: don't use pipe_constant_buffer for GS rings
2014-09-24 Marek Olšákradeonsi: don't pass the context to the shader translator
2014-09-24 Marek Olšákradeonsi: don't snoop currently-bound GS shader when...
2014-09-24 Marek Olšákradeonsi: shorten si_pipe_* prefixes to si_*
2014-09-24 Marek Olšákradeonsi: merge si_pipe_shader into si_shader
2014-09-24 Marek Olšákradeonsi: disable gl_SampleMask fragment shader output...
2014-09-24 Marek Olšákradeonsi: only update MSAA-specific framebuffer state...
2014-09-24 Marek Olšákradeonsi: move DB_SHADER_CONTROL into db_render_state
2014-09-24 Marek Olšákradeonsi: set KILL_ENABLE during shader compilation...
2014-09-24 Marek Olšákradeonsi: remove shader.ps_conservative_z, set db_shade...
2014-09-24 Marek Olšákradeonsi: move DB registers from draw_vbo into new...
2014-09-24 Marek Olšákradeonsi: remove unused variable si_pipe_shader::sprite...
2014-09-24 Marek Olšákradeonsi: document what si_descriptors.c does
2014-09-24 Marek Olšákr300g: implement MSAA copies by resolving and upsampling
2014-09-24 Marek Olšákst/mesa: redefine mapping from VARYING_SLOT_TEXi/PNTC...
2014-09-24 Marek Olšákst/mesa: don't set coord_enable for gl_PointCoord if...
2014-09-24 Marek Olšákst/mesa: use UniformBooleanTrue in glsl_to_tgsi
2014-09-24 Marek Olšákst/mesa: drop dependence on API profile in st_init_exte...
2014-09-24 Marek Olšákmesa: allow forcing >=3.1 compatibility contexts with...
2014-09-24 Marek Olšákmesa: don't set ES versions to GLSLVersion in _mesa_ini...
2014-09-24 Emil Velikovtargets/vl: don't forget to set GALLIUM_STATIC_TARGETS
2014-09-24 Emil Velikovtargets/egl: fold in target LDFLAGS variables
2014-09-24 Emil Velikovtargets: drop the old MEGADRIVERS & STATIC_TARGET....
2014-09-24 Emil Velikovgallium/softpipe,llvmpipe: add automake target 'templates'
2014-09-24 Emil Velikovconfigure: remove NEED_{SOFT,LLVM}PIPE_DRIVER variables
2014-09-24 Emil Velikovgallium/vc4: add automake target 'templates'
2014-09-24 Emil Velikovgallium/r300,r600,radeonsi: add automake target 'templates'
2014-09-24 Emil Velikovgallium/svga: add automake target 'template'
next