glsl: Allow `precise` as a parameter qualifier
[mesa.git] / src /
2014-06-04 Chris Forbesglsl: Allow `precise` as a parameter qualifier
2014-06-04 Chris Forbesglsl: Disallow `precise` redeclarations of vars from...
2014-06-04 Chris Forbesglsl: Add support for `precise` redeclarations
2014-06-04 Chris Forbesglsl: add support for `precise` in type_qualifier
2014-06-04 Chris Forbesglsl: remove outdated comment, move sample to correct...
2014-06-04 Kenneth Graunkei965: Fix copy and pasted values in Broadwell code.
2014-06-04 Matt Turnerglsl: Make most ir_instruction::as_subclass() functions...
2014-06-04 Matt Turnerglsl: Move ir_type_unset to end of enumeration.
2014-06-04 Matt Turnerglsl: Reorder ir_type_* enum for easier comparisons.
2014-06-04 Matt Turnerglsl: Remove useless call to as_rvalue().
2014-06-04 Ian Romanickglsl: Set ir_instruction::ir_type in the base class...
2014-06-04 Sinclair Yehegl: Check for NULL native_window in eglCreateWindowSurface
2014-06-03 Marek Olšákr600g,radeonsi: don't use hardware MSAA resolve if...
2014-06-03 Marek Olšákradeonsi: BlitFramebuffer should follow render condition
2014-06-03 Marek Olšákr600g: BlitFramebuffer should follow render condition
2014-06-03 Marek Olšákr300g: BlitFramebuffer should follow render condition
2014-06-03 Marek Olšákr600g,radeonsi: disable fast clear if render condition...
2014-06-03 José Fonsecamesa: Make glGetIntegerv(GL_*_ARRAY_SIZE) return GL_BGRA.
2014-06-03 José Fonsecamesa/main: Make get_hash.c values constant.
2014-06-03 Vinson Leei965: Add _default_ name changes to test_eu_compact.c.
2014-06-02 Matt Turneri965/gen8: Print number of instructions directly.
2014-06-02 Matt Turneri965: Emit compaction stats without walking the assembly.
2014-06-02 Matt Turneri965: Move program header printing to end of generate_c...
2014-06-02 Matt Turneri965: Move annotation info into generate code.
2014-06-02 Kenneth Graunkei965: Put '_default_' in the name of functions that...
2014-06-02 Kenneth Graunkei965: Delete brw_set_conditionalmod.
2014-06-02 Kenneth Graunkei965: Eliminate brw_set_conditionalmod from the Gen4...
2014-06-02 Kenneth Graunkei965: Don't use brw_set_conditionalmod in the FS and...
2014-06-02 Kenneth Graunkei965: Stop setting predication from brw_set_conditionalmod.
2014-06-02 Kenneth Graunkei965: Drop unnecessary brw_set_conditionalmod() before...
2014-06-02 Kenneth Graunkei965/clip: Use the new brw_last_inst macro instead...
2014-06-02 Kenneth Graunkei965: Create a "brw_last_inst" convenience macro.
2014-06-02 Kenneth Graunkei965: Make brw_JMPI set predicate_control based on...
2014-06-02 Kenneth Graunkei965: Remove the dst and src0 parameters from brw_JMPI.
2014-06-02 Beren Minoregl/main: Fix eglMakeCurrent when releasing context...
2014-06-02 Marek Olšákradeonsi: enable ARB_sample_shading
2014-06-02 Marek Olšákradeonsi: implement SAMPLEMASK fragment shader output
2014-06-02 Marek Olšákradeonsi: interpolate varyings at sample when full...
2014-06-02 Marek Olšákradeonsi: implement SAMPLEPOS fragment shader input
2014-06-02 Marek Olšákradeonsi: implement SAMPLEID fragment shader input
2014-06-02 Marek Olšákradeonsi: implement set_min_samples
2014-06-02 Marek Olšákradeon: add basic register setup for per-sample shading
2014-06-02 Marek Olšákradeon: split cayman_emit_msaa_state into 2 functions
2014-06-02 Marek OlšákRevert "glx: load dri driver with RTLD_LOCAL so dlclose...
2014-06-02 Christoph Bumillerr600g: use TGSI_PROPERTY to disable viewport and clipping
2014-06-02 Christoph Bumillergallium: create TGSI_PROPERTY to disable viewport and...
2014-06-02 Christoph Bumillerr600g: remove assert on draw with count == 0
2014-06-02 Christoph Bumillerr600g: HW bug workaround for TGSI_OPCODE_BREAKC
2014-06-02 Christoph Bumillerr600g: implement TGSI_OPCODE_BREAKC
2014-06-02 Christoph Bumillerr600g: support all channels of TGSI_FILE_ADDRESS
2014-06-02 Christoph Bumillerr600g: check for PIPE_BIND_BLENDABLE in is_format_supported
2014-06-02 Christoph Bumillerr600g: handle PIPE_QUERY_GPU_FINISHED
2014-06-01 Matt Turneri965/fs: Add fs_inst constructor that takes a list...
2014-06-01 Matt Turneri965/fs: Add a function to resize fs_inst's sources...
2014-06-01 Matt Turneri965/fs: Clean up fs_inst constructors.
2014-06-01 Matt Turneri965/fs: Loop from 0 to inst->sources, not 0 to 3.
2014-06-01 Matt Turneri965/fs: Store the number of sources an fs_inst has.
2014-06-01 Matt Turneri965/fs: ralloc fs_inst's fs_reg sources.
2014-06-01 Matt Turneri965/fs: Disable fs_inst assignment operator.
2014-06-01 Matt Turneri965/fs: Add and use an fs_inst copy constructor.
2014-06-01 Matt Turneri965: Skip IR annotations with INTEL_DEBUG=noann.
2014-06-01 Matt Turneri965/fs: Debug the optimization passes by dumping instr...
2014-06-01 Matt Turneri965: Give dump_instructions() a filename argument.
2014-06-01 Matt Turneri965: Give dump_instruction() a FILE* argument.
2014-06-01 Matt Turneri965: Add envvar to debug the optimization passes.
2014-05-31 Roland Scheideggerllvmpipe: (trivial) drop "unswizzled" from some functio...
2014-05-31 Roland Scheideggerllvmpipe: fix crash when not all attachments are popula...
2014-05-31 Roland Scheideggersoftpipe: honor the render_condition_enable bit in...
2014-05-31 Roland Scheideggerllvmpipe: honor the render_condition_enable bit in...
2014-05-31 Roland Scheideggergallium/docs: improve documentation of render condition...
2014-05-31 Brian Paulsvga: use svga_shader_too_large() in compile_vs()
2014-05-31 Brian Paulsvga: use svga_shader_too_large() in compile_fs()
2014-05-31 Brian Paulsvga: added svga_shader_too_large() helper
2014-05-31 Jeremy Huddleston... darwin: Remove extra kCGLPFAColorSize attribute when...
2014-05-31 Vinson Leeutil: Do not use __builtin_clrsb with Intel C++ Compiler.
2014-05-31 Lubomir Rinteli915: add a missing NULL pointer check
2014-05-30 Ian Romanickglapi: Duplicate GLES1 prototypes in glapi_dispatch.c
2014-05-30 Matt Turneri965/vec4: Allow writemasking on math instructions...
2014-05-30 Pavel Popovi965: Fix Line Stipple enable bit in 3DSTATE_SF for...
2014-05-30 Brian Paulst/wgl: use _debug_printf() instead of fprintf()
2014-05-30 Brian Paulst/wgl: formatting fixes in stw_framebuffer.c
2014-05-30 Brian Paulst/wgl: make stw_lookup_context_locked() an inline...
2014-05-30 Brian Paulst/wgl: fix implementation of wglCreateContextAttribsARB()
2014-05-30 Brian Paulst/wgl: add debug code to check that pixel format initi...
2014-05-30 Brian Paulst/wgl: change PFD_SWAP_COPY to PFD_SWAP_EXCHANGE.
2014-05-30 Tapani Pälliscons: add common.c as part of glcpp build
2014-05-30 Juha-Pekka Heikkilamesa: Add missing null checks into prog_hash_table.c
2014-05-30 Tapani Pälliglcpp: link with tests/common.c
2014-05-30 Juha-Pekka Heikkilamesa/main: Add missing null check in _mesa_CreatePerfQu...
2014-05-30 Juha-Pekka Heikkilamesa/drivers: Add extra null check in blitframebuffer_t...
2014-05-30 Juha-Pekka Heikkilaglsl: Add null check in loop_analysis.cpp
2014-05-30 Juha-Pekka Heikkilamesa: add missing null check in _mesa_NewHashTable()
2014-05-30 Gary Wongloader: add optional /sys filesystem method for PCI...
2014-05-30 Gary Wongloader: allow attempting more than one method of PCI...
2014-05-29 Emil Velikovst/egl: do not link against libloader
2014-05-29 Emil Velikovegl_dri2: fix wayland_platform when drm_platform is...
2014-05-29 Matt Turneri965/fs: Set correct number of regs_written for MCS...
2014-05-29 Jerome Glisseglx: load dri driver with RTLD_LOCAL so dlclose never...
2014-05-29 Stéphane Marchesini915g: Support B5G5R5A1 render targets and textures
2014-05-29 Stéphane Marchesini915g: Support R4G4B4A4 render targets and textures
next