mesa.git
2014-11-24 Eric Anholtgallium: Drop unused BRA opcode.
2014-11-24 Eric Anholtgallium: Drop the unused SFL/STR opcodes.
2014-11-24 Eric Anholtgallium: Drop the unused RFL opcode.
2014-11-24 Eric Anholtgallium: Drop unused X2D opcode.
2014-11-24 Eric Anholtgallium: Drop the unused ARA opcode.
2014-11-24 Eric Anholtgallium: Drop the unused RCC opcode.
2014-11-24 Eric Anholtgallium: Drop the NRM and NRM4 opcodes.
2014-11-24 Eric Anholtilo: Drop the explicit intialization of gaps in TGSI...
2014-11-24 Eric Anholtr300: Drop the "/* gap */" notes.
2014-11-24 Eric Anholtr600: Drop the "/* gap */" notes.
2014-11-24 Jose Fonsecanine: Drop use of TGSI_OPCODE_CND.
2014-11-24 Jose Fonsecanine: Don't reference the dead TGSI_OPCODE_NRM.
2014-11-24 Eric Anholtnine: Don't use the otherwise-dead SFL opcode in an...
2014-11-24 Matt Turneri965/gen6/gs: Don't declare a src_reg with struct.
2014-11-24 Matt Turneri965/disasm: Fix all32h/any32h predicate disassembly.
2014-11-24 Matt Turnerglsl: Fix tautological comparison.
2014-11-24 Matt Turnerutil: Prefer atomic intrinsics to inline assembly.
2014-11-24 Matt Turnerutil: Implement assume() for clang.
2014-11-24 Matt Turneri965: Don't overwrite the math function with conditiona...
2014-11-24 Matt Turneri965: Assert that math instructions don't have conditio...
2014-11-24 Matt Turnerglsl: Remove unused ast copy constructors.
2014-11-24 Matt Turnerglapi: Remove dead gl_offsets.py.
2014-11-24 Matt Turnerglapi: Remove dead extension_helper.py.
2014-11-24 Eric Anholtvc4: Fix some inconsistent indentation.
2014-11-24 Eric Anholtvc4: Don't forget to actually connect the fence code.
2014-11-24 Eric Anholtvc4: Add a note about a piece of errata I've learned...
2014-11-24 Chris Forbesmesa: Fix Get(GL_TRANSPOSE_CURRENT_MATRIX_ARB) to transpose
2014-11-24 Chris Forbesglsl: Generate unique names for each const array lowere...
2014-11-24 Chris Forbesi965: Handle nested uniform array indexing
2014-11-24 Dave Airlier600g: do all CUBE ALU operations before gradient textu...
2014-11-24 Dave Airlier600: fix texture gradients instruction emission (v2)
2014-11-23 Ilia Mirkinnv50,nvc0: buffer resources can be bound as other thing...
2014-11-23 Ilia Mirkinnv50,nvc0: actually check constbufs for invalidation
2014-11-23 Ilia Mirkinnv50/ir: set neg modifiers on min/max args
2014-11-23 Chris Forbesmesa: Fix function name in GetActiveUniformName error
2014-11-22 Stéphane Marchesini915g: Fallback copy_render for ZS formats
2014-11-22 Stéphane Marchesini915g: Add back 4444 and 5551 formats
2014-11-22 Stéphane Marchesini915g: Don't limit blitter to POT textures
2014-11-22 Stéphane Marchesini915g: Align all texture dimensions to the next POT
2014-11-22 Stéphane Marchesini915g: Fix typos
2014-11-22 Stéphane Marchesini915g: Fix maxlod computation.
2014-11-22 Stéphane Marchesini915g: Fix offset for level != 0
2014-11-22 Stéphane Marchesini915g: Don't write constants past I915_MAX_CONSTANT
2014-11-22 Stéphane Marchesini915g: Don't hardcode array size for phase count
2014-11-22 David Heidelbergdraw: allow LLVM use on non-SSE2 X86 cpus
2014-11-22 Emil Velikovdocs: add news item and link release notes for mesa...
2014-11-22 Emil Velikovdocs: Add sha256 sums for the 10.3.4 release
2014-11-22 Emil VelikovAdd release notes for the 10.3.4 release
2014-11-22 Kenneth Graunkei965: Make Gen4-5 push constants call _mesa_load_state_...
2014-11-21 Ben Widawskyi965/vec4/gen8: Handle the MUL dest hazard exception
2014-11-21 Ben Widawskyi965/vec4: Extract depctrl hazards
2014-11-21 Matt Turneri965/fs: Remove is_valid_3src().
2014-11-21 Matt Turneri965/fs: Remove is_valid_3src() checks from emit_lrp.
2014-11-21 Matt Turneri965/fs: Remove unused apply_stride().
2014-11-21 Matt Turneri965/fs: Move ip_record class to its one use.
2014-11-21 Matt Turneri965: Move common fields into backend_instruction.
2014-11-21 Matt Turneri965: Combine offset/texture_offset fields.
2014-11-21 Marek Olšákradeonsi: use minnum and maxnum LLVM intrinsics for...
2014-11-20 Eric Anholtvc4: Update for new kernel ABI with async execution...
2014-11-20 Ville Syrjäläi915: Only use TEXCOORDTYPE_VECTOR with cube maps on...
2014-11-20 Ben Widawskyi965/disasm: Properly decode branch_ctrl (gen8+)
2014-11-20 José Fonsecartasm,translate: Re-enable SSE on Mingw64.
2014-11-20 Kenneth Graunkei965: Skip _mesa_load_state_parameters when there are...
2014-11-19 Marek Olšákradeonsi: remove unused variable si_state_dsa::db_rende...
2014-11-19 Roland Scheideggerllvmpipe: enable PIPE_CAP_TGSI_VS_LAYER_VIEWPORT
2014-11-19 Roland Scheideggerdraw: fixes for vertex shaders outputting layer or...
2014-11-19 Michael Vargast/va: surface: render subpicture
2014-11-19 Michael Vargast/va: subpicture implementation
2014-11-19 Michael Vargast/va: added internal storage for VAImage and BGRA...
2014-11-19 Michael Vargast/va: added some calls to handle_table_remove()
2014-11-19 Chad Versacei965: Fix segfault in WebGL Conformance on Ivybridge
2014-11-18 Siavash Eliasimesa/main: Fix tmp_row memory leak in texstore_rgba_int...
2014-11-18 Jason Ekstranddocs/GL3: Mark GL_ARB_direct_state_access as being...
2014-11-18 Dave Airlier600g: limit texture offset application to specific...
2014-11-18 Dave Airlier600g: geom shaders: always load texture src regs from...
2014-11-18 Eric Anholtvc4: Emit semaphore instructions for new kernel ABI.
2014-11-18 Eric Anholtvc4: Mark a big array as const.
2014-11-18 Andres Gomezglsl_compiler: Add binding hash tables to avoid SIGSEVs...
2014-11-18 Andres Gomezlinker: Add carriage returns on several linker errors
2014-11-18 Andres Gomezdraw: Fixed inline comments
2014-11-18 Roland Scheideggergallivm: fix alignment issue for vertex data fetch
2014-11-18 Marek Olšákradeonsi: support gl_FragCoord at integer pixel center
2014-11-18 Marek Olšákradeonsi: support per-sample gl_FragCoord
2014-11-18 Ilia Mirkinst/mesa: add a fallback for clear_with_quad when no...
2014-11-18 Vinson Leemesa: Bump version to 10.5.0-devel.
2014-11-18 Axel Davynine: Implement threadpool
2014-11-18 Axel Davynine: Add drirc options (v2)
2014-11-18 Joakim Sindholtnine: Add state tracker nine for Direct3D9 (v3)
2014-11-18 Christoph Bumillergallium/auxiliary: add contained and rect checks (v6)
2014-11-18 Christoph Bumillergallium/auxiliary: add inc and dec alternative with...
2014-11-18 Christoph Bumillergallium/auxiliary: implement sw_probe_wrapped (v2)
2014-11-18 Christoph Bumillerwinsys/sw/wrapper: implement is_displaytarget_format_su...
2014-11-18 Christoph Bumillertgsi/ureg: add ureg_UARL shortcut (v2)
2014-11-18 Dave Airlier600g/cayman: handle empty vertex shaders
2014-11-18 Dave Airlier600g/cayman: fix texture gather tests
2014-11-18 Dave Airlier600g: cayman umad assigns dst pointlessly
2014-11-18 Dave Airlier600g/cayman: fix integer multiplication output overwri...
2014-11-17 Brian Paulst/mesa: copy sampler_array_size field when copying...
2014-11-17 Brian Paulgallium/tests: add missing arg to util_make_vertex_pass...
2014-11-17 Michel Dänzerradeonsi: Disable asynchronous DMA except for PIPE_BUFFER
next