svga: s/0/FALSE/
[mesa.git] / src / gallium / drivers / ilo /
2013-10-03 Brian Paulilo: don't hook up old bind_*_sampler_states() functions
2013-10-03 Brian Paulilo: implement pipe_context::bind_sampler_states()
2013-09-20 Marek Olšákgallium: add flush_resource context function
2013-09-16 Chia-I Wuilo: make ilo_bind_sampler_states return void
2013-09-07 Chia-I Wuilo: preliminary GEN 7.5 support
2013-09-06 Axel Davygallium, intel: Implements new __DRI_IMAGE_USE_LINEAR...
2013-08-22 Chia-I Wuilo: do not need last shader stage for 3DSTATE_SBE
2013-08-22 Chia-I Wuilo: fix a potential issue with STATE_SIP
2013-08-22 Chia-I Wuilo: add GEN check to 3DSTATE_CLIP
2013-08-20 Chia-I Wuilo: add ILO_DEBUG=flush
2013-08-20 Chia-I Wuilo: add ILO_DEBUG=draw
2013-08-19 Christian Königvl: add entrypoint to is_video_format_supported
2013-08-19 Christian Königvl: add entrypoint to get_video_param
2013-08-19 Christian Königvl: rename pipe_video_decoder to pipe_video_codec
2013-08-19 Christian Königvl: use a template for create_video_decoder
2013-08-15 Chia-I Wuilo: fix fragment shaders that use PCB on GEN7+
2013-08-14 Roland Scheideggerilo: implement new float comparison instructions
2013-08-14 Rico Schüllervl: Add support for max level query v2
2013-08-13 Chia-I Wuilo: enable dumping of WM PCB
2013-08-13 Chia-I Wuilo: no binding table change when constants are pushed
2013-08-13 Chia-I Wuilo: support push constant model in shaders
2013-08-13 Chia-I Wuilo: support copying constant buffer 0 to PCB
2013-08-13 Chia-I Wuilo: make constant buffer 0 upload optional
2013-08-13 Chia-I WuRevert "ilo: initialize constant buffer SURFACE_STATE...
2013-08-12 Chia-I Wuilo: initialize constant buffer SURFACE_STATE early
2013-08-10 Chia-I Wuilo: 3DSTATE_INDEX_BUFFER may be wrongly skipped
2013-08-08 Chia-I Wuilo: get rid of GPE tables completely
2013-08-08 Chia-I Wuilo: clean up GPE header inclusions
2013-08-08 Chia-I Wuilo: initialize alpha test state in ilo_gpe_init_dsa
2013-08-08 Chia-I Wuilo: fold gen6_translate_index_size into the caller
2013-08-08 Chia-I Wuilo: fold gen6_translate_depth_format into the caller
2013-08-08 Courtney Goeltzenl... ilo: Call GPE emit functions directly.
2013-08-08 Courtney Goeltzenl... ilo: move emit functions so that they can be inlined.
2013-08-07 Chia-I Wuilo: speed up 3DSTATE_VERTEX_BUFFERS emission a bit
2013-08-07 Chia-I Wuilo: skip state emission when reducing sampler count
2013-08-07 Chia-I Wuilo: simplify setting of shader samplers and views
2013-08-07 Chia-I Wuilo: correctly check for stencil ref change
2013-07-22 Tom Stellardgallium: Add PIPE_CAP_ENDIANNESS
2013-07-13 Chia-I Wuilo: skip 3DSTATE_INDEX_BUFFER when possible
2013-07-12 Chia-I Wuilo: move a santiy check into its assert()
2013-07-12 Chia-I Wuilo: mark some states dirty when they are really changed
2013-07-12 Chia-I Wuilo: clean up ilo_blitter_pipe_begin()
2013-07-12 Brian Paultgsi: rename the TGSI fragment kill opcodes
2013-07-11 Chia-I Wuilo: reduce PIPE_CAP_MAX_TEXTURE_CUBE_LEVELS to 12
2013-07-10 Chia-I Wuilo: correctly initialize undefined registers in fs
2013-07-10 Chia-I Wuilo: honor surface padding requirements
2013-07-02 Marek Olšákmesa,glsl,gallium: remove GLSLSkipStrictMaxVaryingLimit...
2013-06-28 Chia-I Wuilo: clean up states that use ilo_view_surface
2013-06-28 Chia-I Wuilo: remove ilo_cbuf_state::count
2013-06-28 Chia-I Wuilo: clean up ilo_set_constant_buffer()
2013-06-28 Chia-I Wuilo: clean up states that take a start_slot
2013-06-28 Chia-I Wuilo: use shorter names for dirty flags
2013-06-28 Chia-I Wuilo: track if primitive restart has changed
2013-06-28 Chia-I Wuilo: avoid potential dangling pointer dereference
2013-06-27 Chia-I Wuilo: plug a potential index buffer leak
2013-06-26 Vinson Leeilo: Remove max_threads dead code path.
2013-06-26 Chia-I Wuilo: use a bitmask for enabled constant buffers
2013-06-26 Chia-I Wuilo: support PIPE_CAP_USER_INDEX_BUFFERS
2013-06-26 Chia-I Wuilo: make pipe_draw_info a context state
2013-06-26 Chia-I Wuilo: support PIPE_CAP_USER_CONSTANT_BUFFERS
2013-06-25 Chia-I Wuilo: honor render condition in blitter
2013-06-25 Chia-I Wuilo: remove ilo_shader_internal.h from GEN6 pipeline
2013-06-25 Chia-I Wuilo: remove ilo_shader_internal.h from GEN7 pipeline
2013-06-25 Chia-I Wuilo: speed up ilo_shader_select_kernel_routing() a bit
2013-06-25 Chia-I Wuilo: move SBE setup code to ilo_shader.c
2013-06-25 Chia-I Wuilo: use ilo_shader_state exclusively in GPE
2013-06-25 Chia-I Wuilo: map SO registers at shader compile time
2013-06-25 Chia-I Wuilo: use ilo_shader_cso for FS
2013-06-25 Chia-I Wuilo: use ilo_rasterizer_state exclusively in GPE
2013-06-25 Chia-I Wuilo: convert pipe_rasterizer_state to ilo_rasterizer_wm
2013-06-25 Chia-I Wuilo: use ilo_shader_cso for GS
2013-06-25 Chia-I Wuilo: introduce ilo_shader_cso for VS
2013-06-25 Chia-I Wuilo: add functions to query shaders
2013-06-25 Chia-I Wuilo: clean up finalize_shader_states()
2013-06-25 Chia-I Wuilo: use multiple entry points for shader creation
2013-06-25 Chia-I Wuilo: move internal shader interface to a new header
2013-06-20 Chia-I Wuilo: replace a boolean by bool
2013-06-20 Chia-I Wuilo: rename cache_seqno to uploaded
2013-06-19 Chia-I Wuilo: rework shader cache
2013-06-18 Roland Scheideggergallium: add condition parameter to render_condition
2013-06-18 Chia-I Wuilo: construct depth/stencil command in create_surface()
2013-06-17 Chia-I Wuilo: add pipe-based copy method to ilo_blitter
2013-06-17 Chia-I Wuilo: add BLT-based blitting methods to ilo_blitter
2013-06-17 Chia-I Wuilo: replace util_blitter by ilo_blitter
2013-06-14 Chia-I Wuilo: fix for half-float vertex arrays
2013-06-14 Chia-I Wuilo: add some assertions to help debugging
2013-06-14 Chia-I Wuilo: silence a compiler warning
2013-06-13 Chia-I Wuilo: mapping a resource may make some states dirty
2013-06-13 Chia-I Wuilo: bump up PIPE_CAP_GLSL_FEATURE_LEVEL to 140
2013-06-13 Chia-I Wuilo: initialize dirty flags in ilo_init_states()
2013-06-13 Chia-I Wuilo: re-emit states that involve resources
2013-06-13 Chia-I Wuilo: fix for util_blitter_clear() changes
2013-06-12 Chia-I Wuilo: update winsys interface
2013-06-12 Chia-I Wuilo: get rid of function tables in winsys
2013-06-12 Chia-I Wuilo: access bo size directly
2013-06-12 Chia-I Wuilo: remove unnecessary tex_set_bo/buf_set_bo
2013-06-07 Chia-I Wuilo: fix textureSize() for single-layered array textures
2013-06-07 Brian Paultgsi: replace tgsi_file_names tgsi_file_names[] with...
2013-06-07 Chia-I Wuilo: advertise PIPE_CAP_CUBE_MAP_ARRAY
2013-06-07 Chia-I Wuilo: add support for TEX2/TXB2/TXL2 in fs
next