2014-09-25 |
Matt Turner | i965/compaction: Don't set UIP on ELSE on Gen < 8. |
commit | commitdiff | tree | snapshot |
2014-09-25 |
Matt Turner | i965/compaction: Rework 3-src compaction logic. |
commit | commitdiff | tree | snapshot |
2014-09-25 |
Matt Turner | i965/sf: Disable instruction compaction. |
commit | commitdiff | tree | snapshot |
2014-09-25 |
Matt Turner | i965: Set JumpCount, not JIP, on ENDIF on Gen 6. |
commit | commitdiff | tree | snapshot |
2014-09-25 |
Kenneth Graunke | mesa: Use VertexArray, not _VertexArray, in array size... |
commit | commitdiff | tree | snapshot |
2014-09-25 |
Kenneth Graunke | mesa: Set correct array element in vbo_exec_vtx_init. |
commit | commitdiff | tree | snapshot |
2014-09-25 |
Kenneth Graunke | mesa: Use proper structure for glGet*(GL_TEXTURE_COORD_... |
commit | commitdiff | tree | snapshot |
2014-09-25 |
Kenneth Graunke | mesa: Remove some dead helper functions. |
commit | commitdiff | tree | snapshot |
2014-09-25 |
Eric Anholt | vc4: Compute max_index instead of trusting the rest... |
commit | commitdiff | tree | snapshot |
2014-09-25 |
Eric Anholt | vc4: Move shader record setup before the draw call. |
commit | commitdiff | tree | snapshot |
2014-09-24 |
Matt Turner | i965/vec4: Call calculate_cfg() in test programs to... |
commit | commitdiff | tree | snapshot |
2014-09-24 |
Eric Anholt | vc4: Add support for gl_PointCoord. |
commit | commitdiff | tree | snapshot |
2014-09-24 |
Eric Anholt | vc4: Add support for point size setting. |
commit | commitdiff | tree | snapshot |
2014-09-24 |
Eric Anholt | vc4: Add support for line width setting. |
commit | commitdiff | tree | snapshot |
2014-09-24 |
Eric Anholt | vc4: Actually add support for polygon offset. |
commit | commitdiff | tree | snapshot |
2014-09-24 |
Eric Anholt | vc4: Fix swapped 565 dithering versus no-dithering... |
commit | commitdiff | tree | snapshot |
2014-09-24 |
Eric Anholt | vc4: Add support for alpha test. |
commit | commitdiff | tree | snapshot |
2014-09-24 |
Rob Clark | freedreno/a3xx: initial texture border-color |
commit | commitdiff | tree | snapshot |
2014-09-24 |
Brian Paul | util: use linear formats in util_blit_pixels() |
commit | commitdiff | tree | snapshot |
2014-09-24 |
Brian Paul | util: simplify writemask parameters for util_blit_pixels() |
commit | commitdiff | tree | snapshot |
2014-09-24 |
Brian Paul | util: s/PIPE_TEX_MIPFILTER/PIPE_TEX_FILTER/ in u_blit... |
commit | commitdiff | tree | snapshot |
2014-09-24 |
Brian Paul | mesa: remove EXT suffix from FBO error messages |
commit | commitdiff | tree | snapshot |
2014-09-24 |
Matt Turner | mesa: Drop _mesa_getenv() wrapper. |
commit | commitdiff | tree | snapshot |
2014-09-24 |
Matt Turner | mesa: Drop _mesa_bsearch() wrapper. |
commit | commitdiff | tree | snapshot |
2014-09-24 |
Matt Turner | mesa: Unifdef _WIN32_WCE. |
commit | commitdiff | tree | snapshot |
2014-09-24 |
Matt Turner | mesa: Unifdef _XBOX. |
commit | commitdiff | tree | snapshot |
2014-09-24 |
Matt Turner | configure.ac: Remove duplicate -DHAVE_PTHREAD. |
commit | commitdiff | tree | snapshot |
2014-09-24 |
Matt Turner | configure.ac: Stop checking for perl. |
commit | commitdiff | tree | snapshot |
2014-09-24 |
Matt Turner | configure.ac: Use test -a, rather than another test. |
commit | commitdiff | tree | snapshot |
2014-09-24 |
Matt Turner | mesa: Use realloc() instead of _mesa_realloc() and... |
commit | commitdiff | tree | snapshot |
2014-09-24 |
Matt Turner | mesa: Remove duplicate _mesa_{init,free}_shader_state... |
commit | commitdiff | tree | snapshot |
2014-09-24 |
Tom Stellard | gallivm: Wrap deleted inlcude in if HAVE_LLVM < 0x0306 |
commit | commitdiff | tree | snapshot |
2014-09-24 |
Matt Turner | i965: Add and use functions to get next/prev blocks. |
commit | commitdiff | tree | snapshot |
2014-09-24 |
Matt Turner | i965: Call insert and remove functions from exec_node... |
commit | commitdiff | tree | snapshot |
2014-09-24 |
Matt Turner | i965: Make instruction lists local to the bblocks. |
commit | commitdiff | tree | snapshot |
2014-09-24 |
Matt Turner | i965/cfg: Add note about double-loop macros and break... |
commit | commitdiff | tree | snapshot |
2014-09-24 |
Matt Turner | i965: Replace initialization loops with memset(). |
commit | commitdiff | tree | snapshot |
2014-09-24 |
Matt Turner | i965/vec4: Don't iterate between blocks with inst-... |
commit | commitdiff | tree | snapshot |
2014-09-24 |
Matt Turner | i965/fs: Don't iterate between blocks with inst->next... |
commit | commitdiff | tree | snapshot |
2014-09-24 |
Matt Turner | i965/cfg: Add macros to iterate through a block given... |
commit | commitdiff | tree | snapshot |
2014-09-24 |
Matt Turner | i965/fs: Make count_to_loop_end() use basic blocks. |
commit | commitdiff | tree | snapshot |
2014-09-24 |
Matt Turner | i965/vec4: Don't use instruction list after calculating... |
commit | commitdiff | tree | snapshot |
2014-09-24 |
Matt Turner | i965/fs: Don't use instruction list after calculating... |
commit | commitdiff | tree | snapshot |
2014-09-24 |
Matt Turner | i965: Remove now unneeded calls to calculate_cfg(). |
commit | commitdiff | tree | snapshot |
2014-09-24 |
Matt Turner | i965: Remove cfg-invalidating parameter from invalidate... |
commit | commitdiff | tree | snapshot |
2014-09-24 |
Matt Turner | i965: Preserve the CFG in instruction scheduling. |
commit | commitdiff | tree | snapshot |
2014-09-24 |
Matt Turner | i965/vec4: Preserve CFG in spill_reg(). |
commit | commitdiff | tree | snapshot |
2014-09-24 |
Matt Turner | i965/vec4: Preserve the CFG in a few more places. |
commit | commitdiff | tree | snapshot |
2014-09-24 |
Matt Turner | i965/fs: Preserve the CFG in a few more places. |
commit | commitdiff | tree | snapshot |
2014-09-24 |
Kristian Høgsberg | i965: Restructure debug flags |
commit | commitdiff | tree | snapshot |
2014-09-24 |
Tom Stellard | gallivm: Disable gallivm to fix build with LLVM 3.6 |
commit | commitdiff | tree | snapshot |
2014-09-24 |
Marek Olšák | gallium/rbug: correctly unreference a sampler view |
commit | commitdiff | tree | snapshot |
2014-09-24 |
Marek Olšák | gallium/rbug: unlock a mutex in rbug_create_query |
commit | commitdiff | tree | snapshot |
2014-09-24 |
Marek Olšák | radeonsi: remove old cache flushing code |
commit | commitdiff | tree | snapshot |
2014-09-24 |
Marek Olšák | radeonsi/compute: do CS partial flush with si_emit_cach... |
commit | commitdiff | tree | snapshot |
2014-09-24 |
Marek Olšák | radeonsi/compute: flush caches with si_emit_cache_flush |
commit | commitdiff | tree | snapshot |
2014-09-24 |
Marek Olšák | radeonsi/compute: directly emit CONTEXT_CONTROL |
commit | commitdiff | tree | snapshot |
2014-09-24 |
Marek Olšák | radeonsi: properly destroy the GS copy shader and scrat... |
commit | commitdiff | tree | snapshot |
2014-09-24 |
Marek Olšák | radeonsi: release GS rings at context destruction |
commit | commitdiff | tree | snapshot |
2014-09-24 |
Marek Olšák | radeonsi: don't use pipe_constant_buffer for GS rings |
commit | commitdiff | tree | snapshot |
2014-09-24 |
Marek Olšák | radeonsi: don't pass the context to the shader translator |
commit | commitdiff | tree | snapshot |
2014-09-24 |
Marek Olšák | radeonsi: don't snoop currently-bound GS shader when... |
commit | commitdiff | tree | snapshot |
2014-09-24 |
Marek Olšák | radeonsi: shorten si_pipe_* prefixes to si_* |
commit | commitdiff | tree | snapshot |
2014-09-24 |
Marek Olšák | radeonsi: merge si_pipe_shader into si_shader |
commit | commitdiff | tree | snapshot |
2014-09-24 |
Marek Olšák | radeonsi: disable gl_SampleMask fragment shader output... |
commit | commitdiff | tree | snapshot |
2014-09-24 |
Marek Olšák | radeonsi: only update MSAA-specific framebuffer state... |
commit | commitdiff | tree | snapshot |
2014-09-24 |
Marek Olšák | radeonsi: move DB_SHADER_CONTROL into db_render_state |
commit | commitdiff | tree | snapshot |
2014-09-24 |
Marek Olšák | radeonsi: set KILL_ENABLE during shader compilation... |
commit | commitdiff | tree | snapshot |
2014-09-24 |
Marek Olšák | radeonsi: remove shader.ps_conservative_z, set db_shade... |
commit | commitdiff | tree | snapshot |
2014-09-24 |
Marek Olšák | radeonsi: move DB registers from draw_vbo into new... |
commit | commitdiff | tree | snapshot |
2014-09-24 |
Marek Olšák | radeonsi: remove unused variable si_pipe_shader::sprite... |
commit | commitdiff | tree | snapshot |
2014-09-24 |
Marek Olšák | radeonsi: document what si_descriptors.c does |
commit | commitdiff | tree | snapshot |
2014-09-24 |
Marek Olšák | r300g: implement MSAA copies by resolving and upsampling |
commit | commitdiff | tree | snapshot |
2014-09-24 |
Marek Olšák | st/mesa: redefine mapping from VARYING_SLOT_TEXi/PNTC... |
commit | commitdiff | tree | snapshot |
2014-09-24 |
Marek Olšák | st/mesa: don't set coord_enable for gl_PointCoord if... |
commit | commitdiff | tree | snapshot |
2014-09-24 |
Marek Olšák | st/mesa: use UniformBooleanTrue in glsl_to_tgsi |
commit | commitdiff | tree | snapshot |
2014-09-24 |
Marek Olšák | st/mesa: drop dependence on API profile in st_init_exte... |
commit | commitdiff | tree | snapshot |
2014-09-24 |
Marek Olšák | mesa: allow forcing >=3.1 compatibility contexts with... |
commit | commitdiff | tree | snapshot |
2014-09-24 |
Marek Olšák | mesa: don't set ES versions to GLSLVersion in _mesa_ini... |
commit | commitdiff | tree | snapshot |
2014-09-24 |
Emil Velikov | targets/vl: don't forget to set GALLIUM_STATIC_TARGETS |
commit | commitdiff | tree | snapshot |
2014-09-24 |
Emil Velikov | targets/egl: fold in target LDFLAGS variables |
commit | commitdiff | tree | snapshot |
2014-09-24 |
Emil Velikov | targets: drop the old MEGADRIVERS & STATIC_TARGET.... |
commit | commitdiff | tree | snapshot |
2014-09-24 |
Emil Velikov | gallium/softpipe,llvmpipe: add automake target 'templates' |
commit | commitdiff | tree | snapshot |
2014-09-24 |
Emil Velikov | configure: remove NEED_{SOFT,LLVM}PIPE_DRIVER variables |
commit | commitdiff | tree | snapshot |
2014-09-24 |
Emil Velikov | gallium/vc4: add automake target 'templates' |
commit | commitdiff | tree | snapshot |
2014-09-24 |
Emil Velikov | gallium/r300,r600,radeonsi: add automake target 'templates' |
commit | commitdiff | tree | snapshot |
2014-09-24 |
Emil Velikov | gallium/svga: add automake target 'template' |
commit | commitdiff | tree | snapshot |
2014-09-24 |
Emil Velikov | gallium/ilo: add automake target 'template' |
commit | commitdiff | tree | snapshot |
2014-09-24 |
Emil Velikov | gallium/i915: add automake target 'template' |
commit | commitdiff | tree | snapshot |
2014-09-24 |
Emil Velikov | gallium/freedreno: add automake target 'template' |
commit | commitdiff | tree | snapshot |
2014-09-24 |
Emil Velikov | gallium/nouveau: add automake target 'template' |
commit | commitdiff | tree | snapshot |
2014-09-24 |
Emil Velikov | targets/pipe-loader: drop unused authentication |
commit | commitdiff | tree | snapshot |
2014-09-24 |
Emil Velikov | targets/vl: fix hard-links when building shared pipe... |
commit | commitdiff | tree | snapshot |
2014-09-24 |
Emil Velikov | configure: remove unused variable OSMESA_MESA_DEPS |
commit | commitdiff | tree | snapshot |
2014-09-24 |
Emil Velikov | gallium/freedreno: remove unused draw header |
commit | commitdiff | tree | snapshot |
2014-09-24 |
Emil Velikov | gallium/r300: remove obsolete declaration |
commit | commitdiff | tree | snapshot |
2014-09-24 |
Eric Anholt | vc4: Drop maximum number of varyings down to 8. |
commit | commitdiff | tree | snapshot |
2014-09-24 |
Eric Anholt | vc4: Add support for flat shading. |
commit | commitdiff | tree | snapshot |
2014-09-24 |
Eric Anholt | vc4: Drop stale comment. |
commit | commitdiff | tree | snapshot |
2014-09-23 |
Brian Paul | util: fix SCons build |
commit | commitdiff | tree | snapshot |
next |