i965: Use the enum type for gen6_gather_wa sampler key field.
[mesa.git] / src /
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.
2014-12-02 Dave Airlier600g/sb: fix issues cause by GLSL switching to loops...
2014-12-02 Rob Clarkfreedreno/a4xx: alpha blend fixes
2014-12-02 Rob Clarkfreedreno/a4xx: fix DRAW initiator encoding of index...
2014-12-02 Rob Clarkfreedreno: update generated headers
2014-12-02 Matt Turneri965/vec4: Rewrite dead code elimination to use live...
2014-12-02 Matt Turneri965/vec4: Track liveness of the flag register.
2014-12-02 Matt Turneri965/fs: Remove opt_drop_redundant_mov_to_flags().
2014-12-02 Matt Turneri965/fs: Use const fs_reg & rather than a copy or pointer.
2014-12-02 Matt Turneri965/fs: Dead code eliminate instructions writing the...
2014-12-02 Matt Turneri965/fs: Track liveness of the flag register.
2014-12-02 Matt Turneri965: Use local pointer to block_data in live intervals.
2014-12-02 Matt Turneri965/vec4: Make live_intervals part of the vec4_visitor...
2014-12-02 Matt Turneri965/fs: Treat the FB_WRITE as predicated if we're...
2014-12-02 Matt Turneri965: Don't treat IF or WHILE with cmod as writing...
2014-12-02 Matt Turneri965/disasm: Disassemble tdr and tm registers properly.
2014-12-02 Jordan Justenmain, glsl: Bump max known desktop glsl version to...
2014-12-02 Jordan Justenglsl/cs: Change gl_WorkGroupSize from ivec3 to uvec3
2014-12-02 Jonathan Grayi965: avoid anonymous struct in float <-> VF conversions
2014-12-01 Brian Paulmesa: fix arithmetic error in _mesa_compute_compressed_...
2014-12-01 Brian Paulvbo: also print buffer object pointer in vbo_print_vert...
2014-12-01 Brian Paulmesa: some improvements for print_list()
2014-12-01 Brian Paulmesa: inline/remove _mesa_polygon_stipple()
2014-12-01 Brian Paulsvga: fix comment typo
2014-12-01 Brian Paulmesa: remove unused functions in prog_execute.c
2014-12-01 Brian Paulgallium: add include path to fix building of pipe-loade...
2014-12-01 José Fonsecagraw: Avoid 'near'/'far' variables.
2014-12-01 Matt Turneri965/fs: Clean up some whitespace in reg_allocate.
2014-12-01 Matt Turnerra: Don't use regs as the ralloc context.
2014-12-01 Matt Turneri965: Initialize INTEL_DEBUG once per process.
2014-12-01 Matt Turneri965: Initialize compaction tables once per process.
2014-12-01 Matt Turnerglsl: Initialize static temporaries_allocate_names...
2014-12-01 José Fonsecautil/u_atomic: Fix the unlocked implementation.
2014-12-01 José Fonsecautil/u_atomic: Add a simple test.
2014-12-01 Matt Turnerutil: Make u_atomic.h typeless.
2014-12-01 Matt Turnerutil: Use stdbool.h's bool rather than "boolean".
2014-12-01 Matt Turnerutil: Remove u_atomic.h's GCC inline assembly.
2014-12-01 Matt Turnerutil: Remove u_atomic.h's MSVC inline assembly.
2014-12-01 Matt Turnerutil: Remove u_atomic.h's Gallium dependence.
2014-12-01 Matt Turnerutil: s/INLINE/inline/ in u_atomic.h.
2014-12-01 Matt Turnerutil: Move u_atomic.h to src/util.
2014-12-01 Eric Anholtvc4: Introduce scheduling of QPU instructions.
2014-12-01 Eric Anholtvc4: Drop the explicit scoreboard wait.
2014-12-01 Eric Anholtvc4: Also deal with VPM reads at thread end.
2014-12-01 Eric Anholtvc4: Fix assertion about SFU versus texturing.
2014-12-01 Eric Anholtvc4: Add another check for invalid TLB scoreboard handling.
2014-12-01 Rob Clarkfreedreno/a4xx: invalidate cache when vbo's change
2014-11-30 Ilia Mirkinst/mesa: avoid exposing EXT_texture_integer for pre...
2014-11-30 Ilia Mirkinfreedreno/a3xx: add missing integer formats and enable...
2014-11-30 Ilia Mirkinfreedreno/a3xx: enable sampling from integer textures
2014-11-30 Ilia Mirkinfreedreno: allow each generation to hook into sampler...
2014-11-30 Ilia Mirkinfreedreno/a3xx: don't use half precision shaders for...
2014-11-30 Ilia Mirkinfreedreno/a3xx: disable blending for integer formats
2014-11-30 Ilia Mirkinfreedreno/a3xx: remove blend clamp enables from gmem...
2014-11-30 Ilia Mirkinfreedreno/a3xx: add format to emit info, use to set...
2014-11-30 Ilia Mirkinfreedreno/a3xx: add 16-bit unorm/snorm texture formats
2014-11-30 Ilia Mirkinfreedreno/ir3: remove unused arg parameter
2014-11-30 Ilia Mirkinfreedreno/ir3: fix UMAD
2014-11-30 Rob Clarkfreedreno/a4xx: stencil fixes
2014-11-30 Rob Clarkfreedreno: update generated headers
2014-11-30 Rob Clarkfreedreno/a4xx: add render target format to fd4_emit
2014-11-29 Ilia Mirkinfreedreno/a3xx: unify vertex/texture formats into a...
2014-11-29 Ilia Mirkinfreedreno/a3xx: rename vertex/texture format enums...
2014-11-29 Ilia Mirkinfreedreno/a3xx: fd3_util -> fd3_format
2014-11-29 Ilia Mirkinfreedreno/a3xx: only enable blend clamp for non-float...
2014-11-29 Kenneth Graunkei965: Add _CACHE_ in brw_cache_id enum names.
2014-11-29 Kenneth Graunkei965: Move CACHE_NEW_SAMPLER to BRW_NEW_SAMPLER_STATE_T...
2014-11-29 Kenneth Graunkei965: Move some /* CACHE_NEW_SAMPLER */ comments.
2014-11-29 Kenneth Graunkei965: Move CACHE_NEW_*_VP flags to BRW_NEW_*_VP.
2014-11-29 Kenneth Graunkei965: Fold the gen7_cc_viewport_state_pointer atom...
2014-11-29 Kenneth Graunkei965: Combine CACHE_NEW_*_UNIT into BRW_NEW_GEN4_UNIT_S...
2014-11-29 Kenneth Graunkei965: Alphabetize brw_tracked_state flags and use a...
2014-11-29 Christoph Bumillernv50/ir/tgsi: handle TGSI_OPCODE_ARR
2014-11-28 Kenneth Graunkei965: Set prog_data->uses_kill if simulating alpha...
2014-11-28 Kenneth Graunkei965: Use brw_wm_prog_data::uses_kill, not gl_fragment_...
2014-11-28 Kenneth Graunkei965/fs: Pass key->render_to_fbo via src1 of FS_OPCODE_...
2014-11-28 Kenneth Graunkei965/fs: Handle derivative quality decisions in the...
2014-11-28 Kenneth Graunkei965: Create prog_data temporary variables in PS state...
2014-11-28 Kenneth Graunkei965: Fix missing CACHE_NEW_WM_PROG in 3DSTATE_PS_EXTRA.
2014-11-27 Ilia Mirkinnv50: remove ancient map of rt formats
2014-11-27 Ilia Mirkinfreedreno/ir3: don't pass consts to madsh.m16 in MOD...
2014-11-27 Neil Robertsglsl: Use | action in the lexer source to avoid duplica...
2014-11-27 Neil Robertsglsl: Disallow float literals with the 'f' suffix but...
2014-11-27 Dave Airlier600g: make llvm code compile this time
next