2015-02-24 |
Kenneth Graunke | i965/fs: Handle conditional discards. |
commit | commitdiff | tree |
2015-02-24 |
Kenneth Graunke | nir: Introduce nir_intrinsic_discard_if. |
commit | commitdiff | tree |
2015-02-24 |
Kenneth Graunke | glsl: Delete dead discard conditions in constant folding. |
commit | commitdiff | tree |
2015-02-24 |
Kenneth Graunke | glsl: Handle conditional discards in lower_discard_flow(). |
commit | commitdiff | tree |
2015-02-24 |
Kenneth Graunke | glsl: Make ir_rvalue_visitor visit ir_discard::condition. |
commit | commitdiff | tree |
2015-02-24 |
Kenneth Graunke | glsl: Make ir_validate check the type of ir_discard... |
commit | commitdiff | tree |
2015-02-24 |
Matt Turner | Revert "i965/fs: Remove force_writemask_all assertion... |
commit | commitdiff | tree |
2015-02-24 |
Matt Turner | i965/fs: Emit MOV(1) instructions with force_writemask_all. |
commit | commitdiff | tree |
2015-02-24 |
Matt Turner | i965/fs: Optimize (gl_FrontFacing ? x : y) where x... |
commit | commitdiff | tree |
2015-02-24 |
Matt Turner | i965/fs/nir: Optimize integer multiply by a 16-bit... |
commit | commitdiff | tree |
2015-02-24 |
Matt Turner | i965/fs/nir: Optimize (gl_FrontFacing ? x : y) where... |
commit | commitdiff | tree |
2015-02-24 |
Jason Ekstrand | nir/register: Add a parent_instr field |
commit | commitdiff | tree |
2015-02-24 |
Marek Olšák | st/mesa: remove unused/broken function st_print_shaders |
commit | commitdiff | tree |
2015-02-24 |
Brian Paul | st/mesa: remove struct qualifier from st_src_reg parameter |
commit | commitdiff | tree |
2015-02-24 |
Brian Paul | mesa: remove INV_SQRTF() macro |
commit | commitdiff | tree |
2015-02-24 |
Brian Paul | mesa: remove ceilf, floorf macros |
commit | commitdiff | tree |
2015-02-24 |
Brian Paul | mesa: remove expf macro |
commit | commitdiff | tree |
2015-02-24 |
Brian Paul | mesa: remove logf macro |
commit | commitdiff | tree |
2015-02-24 |
Brian Paul | mesa: remove powf macro |
commit | commitdiff | tree |
2015-02-24 |
Brian Paul | mesa: remove unused exp2f, log2f, truncf wrappers |
commit | commitdiff | tree |
2015-02-24 |
Brian Paul | mesa: remove unused acosf, asinf, atan2f, etc. macros |
commit | commitdiff | tree |
2015-02-24 |
Brian Paul | mesa: replace FABSF with fabsf |
commit | commitdiff | tree |
2015-02-24 |
Brian Paul | mesa: replace FLOORF with floorf |
commit | commitdiff | tree |
2015-02-24 |
Brian Paul | mesa: remove unused CEILF macro |
commit | commitdiff | tree |
2015-02-24 |
Brian Paul | mesa: replace LOGF, EXPF with logf, expf |
commit | commitdiff | tree |
2015-02-24 |
Brian Paul | mesa: replace FREXPF, LDEXPF with frexpf, ldexpf |
commit | commitdiff | tree |
2015-02-24 |
Brian Paul | targets/libgl-xlib: add src/ include dir to fix build |
commit | commitdiff | tree |
2015-02-24 |
Brian Paul | swrast: fix a few release build warnings |
commit | commitdiff | tree |
2015-02-24 |
Marek Olšák | r600g,radeonsi: fix streamout after pipeline stats... |
commit | commitdiff | tree |
2015-02-24 |
Marek Olšák | radeonsi: small cleanup around current_rast_prim |
commit | commitdiff | tree |
2015-02-24 |
Marek Olšák | radeonsi: set current_rast_prim in the right place |
commit | commitdiff | tree |
2015-02-24 |
Marek Olšák | radeonsi: simplify obtaining a shader property in si_em... |
commit | commitdiff | tree |
2015-02-24 |
Marek Olšák | radeonsi: only preload VertexID for the GS copy shader |
commit | commitdiff | tree |
2015-02-24 |
Marek Olšák | radeonsi: dump the shader key when dumping shaders |
commit | commitdiff | tree |
2015-02-24 |
Marek Olšák | r600g,radeonsi: cleanup of hex literals |
commit | commitdiff | tree |
2015-02-24 |
Marek Olšák | radeonsi: set PA_SU_HARDWARE_SCREEN_OFFSET to 0 |
commit | commitdiff | tree |
2015-02-24 |
Marek Olšák | st/mesa: cleanup st_translate_geometry_program |
commit | commitdiff | tree |
2015-02-24 |
Marek Olšák | st/mesa: inline st_free_tokens |
commit | commitdiff | tree |
2015-02-24 |
Marek Olšák | st/mesa: cleanup st_geometry_program structure |
commit | commitdiff | tree |
2015-02-24 |
Marek Olšák | mesa: add a missing GS support check in GetActiveUnifor... |
commit | commitdiff | tree |
2015-02-24 |
Glenn Kennard | r600g: Implement GL_ARB_draw_indirect for EG/CM |
commit | commitdiff | tree |
2015-02-24 |
Rob Clark | freedreno/a4xx: aniso filtering |
commit | commitdiff | tree |
2015-02-24 |
Rob Clark | freedreno: update generated headers |
commit | commitdiff | tree |
2015-02-24 |
Rob Clark | freedreno/a4xx: add ARB_instanced_arrays support |
commit | commitdiff | tree |
2015-02-24 |
Rob Clark | freedreno/a4xx: handle index_bias (i.e. base_vertex) |
commit | commitdiff | tree |
2015-02-24 |
Rob Clark | freedreno/a4xx: add support for vertexid and instanceid... |
commit | commitdiff | tree |
2015-02-24 |
Rob Clark | freedreno/a4xx: pass number of instances to draw |
commit | commitdiff | tree |
2015-02-24 |
Emil Velikov | docs: add news item and link release notes for mesa... |
commit | commitdiff | tree |
2015-02-24 |
Emil Velikov | docs: Add sha256 sums for the 10.4.5 release |
commit | commitdiff | tree |
2015-02-24 |
Emil Velikov | Add release notes for the 10.4.5 release |
commit | commitdiff | tree |
2015-02-24 |
Leo Liu | st/omx/dec/h264: fix picture out-of-order with poc... |
commit | commitdiff | tree |
2015-02-24 |
Emil Velikov | install-lib-links: remove the .install-lib-links file |
commit | commitdiff | tree |
2015-02-24 |
Francisco Jerez | clover: Set appropriate flag defaults on memory object... |
commit | commitdiff | tree |
2015-02-24 |
EdB | clover: Add CL_MEM_HOST_* flag checks. |
commit | commitdiff | tree |
2015-02-24 |
Francisco Jerez | clover: Factor out memory object flags validation to... |
commit | commitdiff | tree |
2015-02-24 |
Eric Anholt | vc4: Update to current kernel sources. |
commit | commitdiff | tree |
2015-02-24 |
Eric Anholt | r600: Fix build after 984f3069370cd4a347cb38269d430b428... |
commit | commitdiff | tree |
2015-02-24 |
Tobias Klausmann | st/nine: Mark end of non-void function unreachable |
commit | commitdiff | tree |
2015-02-24 |
Tobias Klausmann | gallium: include util/macros.h |
commit | commitdiff | tree |
2015-02-24 |
Alex Henrie | driconf: Update Catalan translation |
commit | commitdiff | tree |
2015-02-24 |
Alex Henrie | driconf: Update Spanish translation |
commit | commitdiff | tree |
2015-02-24 |
Eduardo Lima... | mesa: Add missing error checks to GetProgramInfoLog... |
commit | commitdiff | tree |
2015-02-24 |
Iago Toral... | i965: Fix non-AA wide line rendering with fractional... |
commit | commitdiff | tree |
2015-02-24 |
Iago Toral... | mesa: Fix ctx->Texture.CubeMapSeamless |
commit | commitdiff | tree |
2015-02-24 |
Eduardo Lima... | mesa: Return error if BeginQuery is called with an... |
commit | commitdiff | tree |
2015-02-24 |
Eduardo Lima... | mesa: Return INVALID_OPERATION when querying a never... |
commit | commitdiff | tree |
2015-02-24 |
Iago Toral... | mesa: Add _mesa_is_array_texture helper |
commit | commitdiff | tree |
2015-02-24 |
Eduardo Lima... | mesa: Fix error validating args for TexSubImage3D |
commit | commitdiff | tree |
2015-02-24 |
Samuel Iglesias... | i965/blorp: round to nearest when converting float... |
commit | commitdiff | tree |
2015-02-23 |
Carl Worth | i965: Perform program state upload outside of atom... |
commit | commitdiff | tree |
2015-02-23 |
Vivek Kasireddy | egl, wayland: RGB565 format support on Back-buffer |
commit | commitdiff | tree |
2015-02-23 |
Brian Paul | mesa: move math-related function into new c99_math... |
commit | commitdiff | tree |
2015-02-23 |
Jason Ekstrand | nir/gcm: Add some missing break statements |
commit | commitdiff | tree |
2015-02-23 |
Jason Ekstrand | nir: Copy-propagate vecN operations that are actually... |
commit | commitdiff | tree |
2015-02-23 |
Francisco Jerez | ra: Disable round-robin strategy for optimistically... |
commit | commitdiff | tree |
2015-02-23 |
Francisco Jerez | i965/fs: Fix lower_load_payload() not to use an incorre... |
commit | commitdiff | tree |
2015-02-23 |
Francisco Jerez | i965/fs: Fix lower_load_payload() to take into account... |
commit | commitdiff | tree |
2015-02-23 |
Francisco Jerez | i965/fs: Remove logic to keep track of MRF metadata... |
commit | commitdiff | tree |
2015-02-23 |
Francisco Jerez | i965/fs: Less broken handling of force_writemask_all... |
commit | commitdiff | tree |
2015-02-23 |
Matt Turner | mesa/vbo: Use unreachable to silence uninitialized... |
commit | commitdiff | tree |
2015-02-23 |
Matt Turner | mesa: Move START/END_FAST_MATH macros to their only... |
commit | commitdiff | tree |
2015-02-23 |
Matt Turner | mesa: Remove definition of NULL. |
commit | commitdiff | tree |
2015-02-23 |
Matt Turner | mesa: Use assert() instead of ASSERT wrapper. |
commit | commitdiff | tree |
2015-02-23 |
Matt Turner | mesa: Remove CHECK macro. |
commit | commitdiff | tree |
2015-02-23 |
Matt Turner | mesa: Remove dead CAPI define. |
commit | commitdiff | tree |
2015-02-23 |
Matt Turner | gallium: Use util_cpu_to_le{16,32} in many more places. |
commit | commitdiff | tree |
2015-02-23 |
Matt Turner | gallium/util: Use HAVE___BUILTIN_* macros. |
commit | commitdiff | tree |
2015-02-23 |
Matt Turner | mesa: Move C99 MSVC compatibility code from u_math... |
commit | commitdiff | tree |
2015-02-23 |
Matt Turner | i965: Link test programs with gtest before pthreads. |
commit | commitdiff | tree |
2015-02-23 |
Brian Paul | osmesa: add gallium include dirs to Makefile.am |
commit | commitdiff | tree |
2015-02-23 |
Brian Paul | util: move pipe_prim_names array into u_prim_name() |
commit | commitdiff | tree |
2015-02-23 |
Brian Paul | util: rewrite debug_print_transfer_flags() using debug_... |
commit | commitdiff | tree |
2015-02-23 |
Eduardo Lima... | mesa: Adds missing error condition in _mesa_check_sampl... |
commit | commitdiff | tree |
2015-02-23 |
Marek Olšák | radeonsi: fix a warning caused by previous commit |
commit | commitdiff | tree |
2015-02-23 |
Marek Olšák | radeonsi: fix point sprites |
commit | commitdiff | tree |
2015-02-22 |
Ben Widawsky | i965/skl: Use 1 register for uniform pull constant... |
commit | commitdiff | tree |
2015-02-21 |
Eric Anholt | nir: Generalize the optimization of subs of subs from 0. |
commit | commitdiff | tree |
2015-02-21 |
Eric Anholt | nir: Collapse repeated bcsels on the same argument. |
commit | commitdiff | tree |
2015-02-21 |
Eric Anholt | nir: When faced with a csel on !condition, just flip... |
commit | commitdiff | tree |
2015-02-21 |
Eric Anholt | nir: Allow nir_opt_algebraic to see booleanness through... |
commit | commitdiff | tree |
next |