i965/fs: New peephole optimization to generate SEL.
[mesa.git] / src /
2013-12-05 Matt Turneri965/fs: New peephole optimization to generate SEL.
2013-12-05 Matt Turneri965/fs: Add SEL() convenience function.
2013-12-05 Matt Turnerglsl: Use fabs() on floating point values.
2013-12-05 Matt Turneri965: Print conditional mod in dump_instruction().
2013-12-05 Matt Turneri965: Externalize conditional_modifier for use in dump_...
2013-12-05 Matt Turneri965: Print argument types in dump_instruction().
2013-12-05 Matt Turneri965: Externalize reg_encoding for use in dump_instruct...
2013-12-05 Matt Turneri965/vec4: Don't print swizzles for immediate values.
2013-12-05 Matt Turneri965/vec4: Print negate and absolute value for src...
2013-12-05 Matt Turneri965/vec4: Add support for printing HW_REGs in dump_ins...
2013-12-05 Matt Turneri965/fs: Print ARF registers properly in dump_instructi...
2013-12-05 Matt Turneri965: Don't print extra (null) arguments in dump_instru...
2013-12-05 Matt Turnerglsl: Remove silly OR(..., 0x0) from ldexp() lowering.
2013-12-05 Matt Turneri965: Allow commuting the operands of ADDC for const...
2013-12-05 Matt Turneri965/fs: Rename register_coalesce_2() -> register_coale...
2013-12-05 Matt Turneri965/fs: Remove now useless register_coalesce() pass.
2013-12-05 Matt Turneri965/fs: Let register_coalesce_2() eliminate self-moves.
2013-12-05 Matt Turneri965: Allow constant propagation into ASR and BFI1.
2013-12-05 Matt Turneri965/cfg: Document cur_* variables.
2013-12-05 Matt Turneri965/cfg: Remove ip & cur from brw_cfg.
2013-12-05 Matt Turneri965/cfg: Clean up cfg_t constructors.
2013-12-05 Matt Turneri965/cfg: Throw out confusing make_list method.
2013-12-05 Matt Turneri965/cfg: Include only needed headers.
2013-12-05 Matt Turneri965/cfg: Remove unnecessary endif_stack.
2013-12-05 Matt Turneri965/cfg: Rework to make IF & ELSE blocks flow into...
2013-12-05 Matt Turneri965/cfg: Keep pointers to IF/ELSE/ENDIF instructions...
2013-12-05 Matt Turneri965/cfg: Add code to dump blocks and cfg.
2013-12-05 Ian Romanickmesa: Remove support for GL_MESA_texture_array
2013-12-05 Ian Romanickmesa: Use a single enable for GL_EXT_texture_array...
2013-12-05 Ian Romanickmesa: Minor clean-up of target_enum_to_index
2013-12-05 Ian Romanickmesa: Silence GCC warning in count_tex_size
2013-12-05 Ian Romanickmesa: Silence GCC warning in _mesa_test_texobj_completeness
2013-12-05 Ian Romanickmesa: Add missing API check for GL_TEXTURE_3D
2013-12-05 Ian Romanickmesa: Add missing checks for GL_TEXTURE_CUBE_MAP_ARRAY
2013-12-05 Neil Robertswayland: Add an extension to create wl_buffers from...
2013-12-05 Kristian Høgsbergegl/wayland: Damage INT32_MAX x INT32_MAX region for...
2013-12-04 Axel DavyEnable throttling in SwapBuffers
2013-12-04 Kristian Høgsbergegl/wayland: Send commit after flushing the driver...
2013-12-04 Axel Davyegl/wayland: Flush the wl_display at the end of SwapBuffers
2013-12-04 Brian Paulmesa: reduce memory used for short display lists
2013-12-04 Brian Paulmesa: update/remove display list comments
2013-12-04 Brian Paulmesa: remove gl_dlist_node::next pointer to reduce...
2013-12-04 Brian Paulmesa: begin reducing memory used by display lists
2013-12-04 Ilia Mirkinnouveau: Add lots of comments to the buffer transfer...
2013-12-04 Ilia Mirkinnv50: wait on the buf's fence before sticking it into...
2013-12-04 Ilia Mirkinnouveau: avoid leaking fences while waiting
2013-12-04 Ilia Mirkinnv50: fix a small leak on context destroy
2013-12-04 Siavash Eliasimesa: modified _mesa_align_free() to accept NULL pointer
2013-12-04 Ilia Mirkinmesa: don't leak performance monitors on context destroy
2013-12-04 Ilia Mirkinnv50: Fix GPU_READING/WRITING bit removal
2013-12-04 Michel Dänzerpipe-loader: Fix llvmpipe.la path
2013-12-04 Kenneth Graunkei965: Fix BRW_BATCH_STRUCT to specify RENDER_RING,...
2013-12-04 Kenneth GraunkeRevert "i965: Move brw_emit_query_begin() to the render...
2013-12-04 Kenneth Graunkei965: Fix OACONTROL assertion failures on Ironlake.
2013-12-03 Emil Velikovgallium/radeon: use PRIu64 macro for printing uint64_t
2013-12-03 Emil Velikovpipe-loader: build llvmpipe on top of softpipe
2013-12-03 Emil Velikovmesa: resolve typo DTXn/DXTn
2013-12-03 Juha-Pekka Heikkilaglx: Add missing null check in gxl/dri2_glx.c
2013-12-03 Juha-Pekka Heikkilaglx: Check malloc return value before accessing memory...
2013-12-03 Chad Versacei965: Add extra-alignment for non-msrt fast color clear...
2013-12-03 Marek Olšákst/mesa: implement layered framebuffer clear for the...
2013-12-03 Marek Olšákgallium/util: implement layered framebuffer clear in...
2013-12-03 Marek Olšákgallium: add support for AMD_vertex_shader_layer
2013-12-03 Marek Olšákradeonsi: add driver support for layered rendering...
2013-12-03 Marek Olšákradeonsi: implement OpenGL edge flags
2013-12-03 Marek Olšákst/mesa: add support for layered framebuffers and conso...
2013-12-03 Marek Olšákmesa: expose AMD_vertex_shader_layer in the core profil...
2013-12-03 Tapani Pälliegl: add HAVE_LIBDRM define, fix EGL X11 platform
2013-12-02 Andreas Heiderfreedreno: Add a few texture formats
2013-12-02 Kenneth Graunkei965: Skip the register write check on Broadwell.
2013-12-02 Kenneth Graunkei965: Fix texture border color on Broadwell.
2013-12-02 Kenneth Graunkei965: Don't use MACH for integer multiplies on Gen8+.
2013-12-02 Kenneth Graunkei965: Fix texture swizzling on Broadwell.
2013-12-02 Kenneth Graunkei965: Set vertical alignment unit to 4 on Broadwell.
2013-12-02 Kenneth Graunkei965/vs: Always store pull constant offsets in GRFs...
2013-12-02 Kenneth Graunkei965/vs: Don't copy propagate into SEND-from-GRF messages.
2013-12-02 Francisco Jerezclover: Fix missing minus sign in 'iterator_adaptor...
2013-12-02 Chad Versacei965/hsw: Apply non-msrt fast color clear w/a to all...
2013-12-01 Kenneth Graunkeglsl: Simplify the built-in function linking code.
2013-12-01 Kenneth Graunkeglsl: Create an accessor for the built-in function...
2013-12-01 Kenneth Graunkeglsl: Drop crazy looping from no_matching_function_error().
2013-12-01 Kenneth Graunkeglsl: Merge "candidates are: " message to the previous...
2013-12-01 Kenneth Graunkeglsl: Drop unused call_ir parameter from generate_call().
2013-12-01 Kenneth Graunkeglsl: Remove useless iteration through function parameters.
2013-12-01 Jon TURNEYFix 'make check' in src/mapi/glapi/tests when builddir...
2013-11-30 Paul Berryi965/gen6: Fix multisample resolve blits for luminance...
2013-11-30 Paul Berryglsl: Remove unused field loop_variable_state::loop.
2013-11-30 Paul Berryglsl: Improve documentation of ir_loop counter/control...
2013-11-30 Paul Berryglsl: In ir_validate, check that ir_loop::counter alway...
2013-11-30 Paul Berryglsl: Fix inconsistent assumptions about ir_loop::counter.
2013-11-30 Paul Berryglsl: Teach ir_variable_refcount about ir_loop::counter...
2013-11-29 Brian Paulmesa: fix mem leak of glPixelMap data in display list
2013-11-29 Brian Paulmesa: added memory-related comment in save_error()
2013-11-29 Brian Paulmesa: fix flags assignment in save_WaitSync()
2013-11-29 Brian Paulmesa: remove old colortable, histogram, etc. code from...
2013-11-29 Brian Paulmesa: have old convolution functions generate GL_INVALI...
2013-11-29 Brian Paulmesa: have old glColorTable functions generate GL_INVAL...
2013-11-28 José Fonsecatrace: Dump PIPE_QUERY_* enums.
2013-11-28 José Fonsecatrace: Dump query results faithfully.
2013-11-28 Roland Scheideggergallium/cso: fix sampler / sampler_view counts
next