mesa.git
2015-08-06 Marek Olšákvbo: pass the stream from DrawTransformFeedbackStream...
2015-08-06 Brian Paulmesa: handle no-op cases sooner in _mesa_[Client]Active...
2015-08-06 Francisco Jerezi965/fs: Lower arithmetic instructions with register...
2015-08-06 Francisco Jerezi965/fs: Fix fs_inst::regs_read() for sources in the...
2015-08-06 Francisco Jerezi965/fs: Implement nir_op_imul/umul_high in terms of...
2015-08-06 Francisco Jerezi965/fs: Lower the MULH virtual instruction.
2015-08-06 Francisco Jerezi965/fs: Indent the implementation of 32x32-bit MUL...
2015-08-06 Francisco Jerezi965/fs: Lower 32x32 bit multiplication on BXT.
2015-08-06 Francisco Jerezi965: Define virtual instruction to calculate the high...
2015-08-06 Michel Dänzerglsl: Initialize patch member of glsl_struct_field
2015-08-05 Timothy Arcerinir: add missing type to type_size_vec4()
2015-08-05 Eduardo Lima... mesa: Add missing check of format and type in glTexSubI...
2015-08-05 Eduardo Lima... mesa: Fix error returned by glCopyTexImage2D() upon...
2015-08-05 Eduardo Lima... mesa: Validate target before resolving tex obj in glTex...
2015-08-05 Eduardo Lima... mesa: Fix errors values returned by glShaderBinary()
2015-08-05 Tapani Pällimesa: do not modify args when errors with GetProgramRes...
2015-08-05 Tapani Pälliglsl: add variable mode check to build_stageref
2015-08-05 Frank Binnsdri: set the __DRI_API_OPENGL bit based on max gl compa...
2015-08-05 Frank Binnsegl: Add eglQuerySurface surface type check for EGL_LAR...
2015-08-05 Frank Binnsegl/dri: Add error info needed for EGL_EXT_image_dma_bu...
2015-08-05 Eric Anholtvc4: Use nir_lower_load_const_to_scalar().
2015-08-05 Eric Anholtnir: Add a nir_lower_load_const_to_scalar() pass.
2015-08-05 Eric Anholtvc4: Don't bother de-SSAing values that aren't part...
2015-08-05 Eric Anholtnir: Add algebraic opt for no-op iand.
2015-08-05 Eric Anholtvc4: Don't bother saturating the dst color for blending.
2015-08-05 Eric Anholtvc4: Make r4-writes implicitly move to a temp, and...
2015-08-05 Eric Anholtvc4: Drop a dead prototype.
2015-08-05 Eric AnholtRevert "nir: Use a single bit for the dual-source blend...
2015-08-04 Rob Clarkfreedreno/a4xx: add independent blend function support
2015-08-04 Rob Clarkfreedreno/a4xx: MRT support
2015-08-04 Rob Clarkfreedreno: move the half-precision logic into core
2015-08-04 Rob Clarkfreedreno: simplify/cleanup resource status tracking
2015-08-04 Rob Clarkfreedreno: fix stream-out caps vec4->components
2015-08-04 Rob Clarkfreedreno: small bit of cleanup about max rendertargets
2015-08-04 Matt Turnerglx: Use _mesa_lroundevenf() in glPixelStoref().
2015-08-04 Matt Turnerutil: Use SSE intrinsics in _mesa_lroundeven{f,}.
2015-08-04 Matt Turnermesa: Use _mesa_lroundevenf() in some more places.
2015-08-04 Vinson Leevl/mpeg12: Silence GCC unused-variable warning.
2015-08-04 Alejandro Seguíglsl: replace old hash table with new and faster one
2015-08-03 Ian Romanickglsl: Add constuctors for the common cases of glsl_stru...
2015-08-03 Ian Romanicki965: Make gen7_upload_ps_state static
2015-08-03 Ian Romanicki965: Remove extern declaration for nonexistent state...
2015-08-03 Ian Romanicki965: Trivial formatting changes in gen7_vs_state.c
2015-08-03 Ian Romanicki965: Trivial formatting changes in gen6_multisample_st...
2015-08-03 Ian Romanicki965: Trivial formatting changes in brw_misc_state.c
2015-08-03 Ian Romanicki965: Trivial formatting changes in brw_draw_upload.c
2015-08-03 Ian Romanicki965: Trivial formatting changes in brw_draw.c
2015-08-03 Ian Romanicki965: Trivial formatting changes in brw_wm.c
2015-08-03 Iago Toral... i965/nir: Do not scalarize phis in non-scalar setups
2015-08-03 Antia Puentesi965/vec4: Handle uniform and GRF array access on verte...
2015-08-03 Antia Puentesi965/nir/vec4: Handle uniforms on vertex programs
2015-08-03 Antia Puentesi965/vec4: Enable NIR-vec4 pass on ARB_vertex_programs
2015-08-03 Iago Toral... i965/nir/gs: Implement support for gl_InvocationID...
2015-08-03 Samuel Iglesias... i965/gs/gen6: Refactor ir_emit_vertex and ir_end_primit...
2015-08-03 Iago Toral... i965/nir/gs: Implement EmitVertex and EndPrimitive
2015-08-03 Iago Toral... i965/nir/gs: Handle geometry shaders inputs
2015-08-03 Iago Toral... i965/gs: Refactor ir_emit_vertex and ir_end_primitive
2015-08-03 Iago Toral... i965/nir: Enable NIR-vec4 pass on geometry shaders
2015-08-03 Samuel Iglesias... nir: Fix output swizzle in get_mul_for_src
2015-08-03 Alejandro Piñeiroi965/nir/vec4: Add implementation of nir_emit_texture()
2015-08-03 Alejandro Piñeiroi965/ir/vec4: Refactor visit(ir_texture *ir)
2015-08-03 Alejandro Piñeiroi965/vec4: Add a new dst_reg constructor accepting...
2015-08-03 Alejandro Piñeiroi965/vec4: Change vec4_visitor::swizzle_result() method...
2015-08-03 Eduardo Lima... i965/vec4: Change vec4_visitor::gather_channel() method...
2015-08-03 Eduardo Lima... i965/vec4: Change vec4_visitor::emit_mcs_fetch() method...
2015-08-03 Eduardo Lima... i965/vec4: Move is_high_sample() method to vec4_visitor...
2015-08-03 Eduardo Lima... i965/nir: Add new utility method brw_glsl_base_type_for...
2015-08-03 Eduardo Lima... i965/nir/vec4: Implement nir_emit_jump
2015-08-03 Antia Puentesi965/nir/vec4: Mark as unreachable ops that should...
2015-08-03 Antia Puentesi965/nir/vec4: Implement vector "any" operation
2015-08-03 Antia Puentesi965/nir/vec4: Implement the dot product operation
2015-08-03 Antia Puentesi965/nir/vec4: Implement conditional select
2015-08-03 Antia Puentesi965/nir/vec4: Implement linear interpolation
2015-08-03 Antia Puentesi965/vec4: Return the emitted instruction in emit_lrp()
2015-08-03 Antia Puentesi965/nir/vec4: Implement floating-point fused multiply-add
2015-08-03 Antia Puentesi965/nir/vec4: Implement "shift" operations
2015-08-03 Antia Puentesi965/nir/vec4: Implement the "sign" operation
2015-08-03 Antia Puentesi965/nir/vec4: Implement bit operations
2015-08-03 Antia Puentesi965/nir/vec4: Implement pack/unpack operations
2015-08-03 Antia Puentesi965/nir/vec4: "noise" ops should already be lowered
2015-08-03 Antia Puentesi965/nir/vec4: Implement "bool<->int,float" format...
2015-08-03 Antia Puentesi965/nir/vec4: Implement logical operators
2015-08-03 Antia Puentesi965/nir/vec4: Implement non-equality ops on vectors
2015-08-03 Antia Puentesi965/nir/vec4: Implement equality ops on vectors
2015-08-03 Antia Puentesi965/nir/vec4: Implement non-vector comparison ops
2015-08-03 Antia Puentesi965/nir: Add utility method for comparisons
2015-08-03 Antia Puentesi965/nir/vec4: Derivatives are not allowed in VS
2015-08-03 Antia Puentesi965/nir/vec4: Implement min/max operations
2015-08-03 Antia Puentesi965/vec4: Return the emitted instruction in emit_minmax()
2015-08-03 Antia Puentesi965/nir/vec4: Implement various rounding functions
2015-08-03 Antia Puentesi965/nir/vec4: Implement carry/borrow for addition...
2015-08-03 Antia Puentesi965/nir/vec4: Implement more math operations
2015-08-03 Antia Puentesi965/vec4: Return the last emitted instruction in emit_...
2015-08-03 Antia Puentesi965/nir/vec4: Implement multiplication
2015-08-03 Antia Puentesi965/nir/vec4: Implement the addition operation
2015-08-03 Antia Puentesi965/nir/vec4: Implement int<->float format conversion ops
2015-08-03 Antia Puentesi965/nir/vec4: Lower "vecN" instructions and mark them...
2015-08-03 Antia Puentesi965/nir/vec4: Implement single-element "mov" operations
2015-08-03 Alejandro Piñeiroi965/nir: Disable alu_to_scalar pass on non-scalar...
2015-08-03 Antia Puentesi965/nir/vec4: Prepare source and destination registers...
next