freedreno/a3xx: add bgr565 texturing and rendering
[mesa.git] / src /
2014-12-06 Ilia Mirkinfreedreno/a3xx: add bgr565 texturing and rendering
2014-12-06 Ilia Mirkinfreedreno/a3xx: add support for SRGB render targets
2014-12-06 Ilia Mirkinfreedreno/a3xx: output RGBA16_FLOAT from fs for certain...
2014-12-06 Ilia Mirkinfreedreno/a3xx: re-enable rgb10_a2 render targets
2014-12-06 Ilia Mirkinfreedreno/a3xx: fix border color swizzle to match textu...
2014-12-06 Ilia Mirkinfreedreno/a3xx: fix alpha-blending on RGBX formats
2014-12-06 Chris Forbesglcpp: Fix `can not` to `cannot` in error message
2014-12-06 Chris Forbesglcpp: Disallow undefining GL_* builtin macros.
2014-12-06 Chris Forbesi965/Gen6-7: Fix point sprites with PolygonMode(GL_POINT)
2014-12-06 Chris Forbesi965: Fix regs read for FS_OPCODE_INTERP_PER_SLOT_OFFSET
2014-12-06 Chris Forbesi965: Add opcode names for FS interpolation opcodes
2014-12-06 Roland Scheideggermesa/st: don't use CMP / I2F for conditional assignment...
2014-12-06 Roland Scheideggerllvmpipe: decrease MAX_SCENES from 2 to 1
2014-12-06 Roland Scheideggerdraw: use the prim type from prim_info not emit in...
2014-12-06 Roland Scheideggerdraw: use correct output prim for non-adjacent topologi...
2014-12-06 Roland Scheideggerdraw: kill off unneded prim assembler code for handling...
2014-12-06 Roland Scheideggergallium/docs: (trivial) remove STR opcode description.
2014-12-06 Matt Turneri965/fs: Perform CSE on MOV ..., VF instructions.
2014-12-06 Matt Turneri965/fs: Try to emit LINE instructions on Gen <= 5.
2014-12-06 Matt Turneri965/fs: Add support for generating the LINE instruction.
2014-12-06 Matt Turneri965: Set the region of LINE's src0 to <0,1,0>.
2014-12-06 Matt Turneri965: Give compile stats through KHR_debug.
2014-12-06 Matt Turnermesa: Add a source parameter to _mesa_gl_debug.
2014-12-06 Eric Anholtvc4: Try swapping the regfile A to B to pair instructions.
2014-12-06 Eric Anholtvc4: Allow pairing of some instructions that disagree...
2014-12-05 Ben Widawskyi965/gs: Avoid DW * DW mul
2014-12-05 Eric Anholtvc4: Add separate write-after-read dependency tracking...
2014-12-05 Eric Anholtvc4: Fix inverted priority of instructions for QPU...
2014-12-05 Eric Anholtvc4: Refuse to merge two ops that both access shared...
2014-12-05 Eric Anholtvc4: Allow dead code elimination of color reads.
2014-12-05 Eric Anholtvc4: Add a debug flag for waiting for sync on submit.
2014-12-05 Matt Turneri965/fs: Move brw_file_from_reg() higher in the file.
2014-12-05 Matt Turneri965/fs: Make brw_reg_from_fs_reg static and remove...
2014-12-05 Matt Turneri965: Use ~0 to represent true on all generations.
2014-12-05 Matt Turneri965: Change the type of booleans to D.
2014-12-05 Matt Turneri965/fs: Add a negate() function.
2014-12-05 Matt Turneri965/vec4: Don't DCE flag-writing insts because dest...
2014-12-05 Matt Turneri965/vec4: Allow CSE on uniform-vec4 expansion MOVs.
2014-12-05 Matt Turnerglsl: Optimize scalar all_equal/any_nequal into equal...
2014-12-05 José Fonsecamesa: Ensure stack is realigned on x86.
2014-12-05 José Fonsecautil/primconvert: Avoid point arithmetic; apply offset...
2014-12-05 Ilia Mirkinutil/primconvert: take ib offset into account
2014-12-05 Ilia Mirkinutil/primconvert: support instanced rendering
2014-12-05 Ilia Mirkinutil/primconvert: pass index bias through
2014-12-05 Kenneth Graunkei965: Compute VS attribute WA bits earlier and check...
2014-12-04 Matt Turneregl/dri2: Log a warning if no platforms are enabled.
2014-12-04 Kenneth Graunkei965: Drop BRW_NEW_VERTEX_PROGRAM and _NEW_TRANSFORM...
2014-12-04 Kenneth Graunkei965: Drop BRW_NEW_VERTEX_PROGRAM from Gen7+ 3DSTATE_VS...
2014-12-04 Kenneth Graunkei965: Store floating point mode choice in brw_stage_pro...
2014-12-04 Kenneth Graunkei965: Make Gen4-5 and Gen8+ ALT checks use ctx->_Shader...
2014-12-04 Kenneth Graunkei965: Move PSCDEPTH calculations from draw time to...
2014-12-04 Rob Clarkfreedreno/a4xx: unify vertex/texture formats into a...
2014-12-04 Rob Clarkfreedreno/a4xx: fd4_util -> fd4_format
2014-12-04 Rob Clarkfreedreno: update generated headers / a4xx fmt rename
2014-12-04 Kenneth Graunkei965: Add var->location != -1 assertions.
2014-12-04 Matt Turneri965/fs: Don't offset uniform registers in half().
2014-12-03 Rob Clarkfreedreno/a4xx: frag-depth fixes
2014-12-03 Ian Romanicklinker: Assign varying locations geometry shader inputs...
2014-12-03 Ian Romanicklinker: Wrap access of producer_var with a NULL check
2014-12-03 Jan Veselyst/xvmc: Fix compiler warnings
2014-12-03 Axel Davyst/nine: Fix vertex declarations for non-standard ...
2014-12-03 Axel Davyst/nine: sm1_declusage_to_tgsi, do not restrict indices...
2014-12-03 Axel Davyst/nine: Queries: Always return D3D_OK when issuing...
2014-12-03 Axel Davyst/nine: Queries: always succeed for D3DQUERYTYPE_TIMES...
2014-12-03 Axel Davyst/nine: Queries: allow app to call GetData without...
2014-12-03 Axel Davyst/nine: Queries: Fix D3DISSUE_END behaviour.
2014-12-03 Axel Davyst/nine: Queries: return S_FALSE instead of INVALIDCALL...
2014-12-03 Axel Davyst/nine: Queries: Use gallium caps to get if queries...
2014-12-03 Axel Davyst/nine: Queries: Remove flush logic
2014-12-03 Axel Davyst/nine: Queries: remove dummy queries
2014-12-03 Ilia Mirkinfreedreno/a3xx: implement anisotropic filtering
2014-12-03 Rob Clarkfreedreno/a4xx: rect textures
2014-12-03 Rob Clarkfreedreno: update generated headers
2014-12-03 Rob Clarkfreedreno: fix signed vs unsigned lols
2014-12-03 José Fonsecagallivm: Update for RTDyldMemoryManager becoming an...
2014-12-03 Tapani Pälliglsl: throw error when using invariant(all) in a fragme...
2014-12-03 Ben Widawskyi965/skl: Fix SBE state upload code.
2014-12-03 Jan Veselyr600, llvm: Don't leak global symbol offsets
2014-12-03 Matt Turneri965: Avoid union literal, for old gcc compatibility.
2014-12-03 Matt Turneri965: Remove tabs from instruction scheduler.
2014-12-03 Kenneth Graunkei965/vs: Set brw_vs_prog_key::clamp_vertex_color to...
2014-12-03 Kenneth Graunkei965: Make vertex color clamp handling code VS specific.
2014-12-03 Kenneth Graunkei965/vs: Handle vertex color clamping in emit_urb_slot().
2014-12-03 Kenneth Graunkei965: Use the enum type for gen6_gather_wa sampler...
2014-12-03 Kenneth Graunkei965: Drop use of GL types in program keys.
2014-12-03 Kenneth Graunkei965: Move program key structures to brw_program.h.
2014-12-03 Kenneth Graunkei965: Delete brw_state_flags::cache and related code.
2014-12-03 Kenneth Graunkei965: Move BRW_NEW_*_PROG_DATA flags to .brw (not ...
2014-12-03 Kenneth Graunkei965: Rename CACHE_NEW_*_PROG to BRW_NEW_*_PROG_DATA.
2014-12-03 Kenneth Graunkei965: Remove "disable_derivative_optimization" driconf...
2014-12-02 Ian Romanicki965: Just return void from brw_try_draw_prims
2014-12-02 Ian Romanickmesa: Use current Mesa coding style in check_valid_to_r...
2014-12-02 Ian Romanickmesa: Use unreachable instead of assert in check_valid_...
2014-12-02 Ian Romanickmesa: Silence unused parameter warnings in _mesa_valida...
2014-12-02 Ian Romanickmesa: Refactor common validation code to validate_DrawE...
2014-12-02 Ian Romanickmesa: Generate GL_INVALID_OPERATION when drawing w...
2014-12-02 Brian Paulmesa: fix height error check for 1D array textures
2014-12-02 Jan Veselyr600, llvm: Fix mem leak
2014-12-02 EdBclover: clCompileProgram CL_INVALID_COMPILER_OPTIONS
2014-12-02 Eric Anholtvc4: Pair up QPU instructions when scheduling.
next