i965: Lower bitfieldInsert.
[mesa.git] / src / gallium / drivers / ilo /
2013-05-06 Chia-I Wuandroid: add ilo to the build system
2013-05-05 Chia-I Wuilo: correctly set return types of sampler messages
2013-05-04 Chia-I Wugallium: fix type of flags in pipe_context::flush()
2013-05-03 Chia-I Wuilo: use u_reduced_prims_for_vertices()
2013-05-01 Chia-I Wuilo: fix PIPE_CAP_MAX_STREAM_OUTPUT_BUFFERS
2013-05-01 Chia-I Wuilo: enable SO support on GEN7
2013-05-01 Chia-I Wuilo: reset SO write offsets for new SO targets
2013-05-01 Chia-I Wuilo: correctly program SO states for GEN7
2013-05-01 Chia-I Wuilo: implement GEN7 SO GPE functions
2013-05-01 Chia-I Wuilo: add gen6_pipeline_update_max_svbi()
2013-05-01 Chia-I Wuilo: expose register indices of OUTs in ilo_shader
2013-05-01 Chia-I Wuilo: allow one-off flags to be specified for CP
2013-05-01 Chia-I Wuilo: fix tiling/size for special-purpose resources
2013-05-01 Chia-I Wuilo: use UMS layout for render targets
2013-05-01 Chia-I Wuilo: support and prefer compact array spacing
2013-05-01 Chia-I Wuilo: move device limits to ilo_dev_info or to GPEs
2013-05-01 Chia-I Wuilo: use ilo_dev_info in toy compiler
2013-05-01 Chia-I Wuilo: use ilo_dev_info in GPE and 3D pipeline
2013-05-01 Chia-I Wuilo: add ilo_dev_info shared by the screen and contexts
2013-05-01 Chia-I Wuilo: fix indentation of ilo_gpe_gen*.h
2013-04-26 Chia-I Wuilo: compile VS/GS/FS with the toy compiler
2013-04-26 Chia-I Wuilo: add a toy shader compiler
2013-04-26 Chia-I Wuilo: hook up pipe context GPGPU functions
2013-04-26 Chia-I Wuilo: hook up pipe context video functions
2013-04-26 Chia-I Wuilo: add support for time/occlusion/primitive queries
2013-04-26 Chia-I Wuilo: hook up pipe context 3D functions
2013-04-26 Chia-I Wuilo: add GEN7 support for 3D pipeline
2013-04-26 Chia-I Wuilo: add 3D pipeline for GEN6
2013-04-26 Chia-I Wuilo: add GEN7 GPE
2013-04-26 Chia-I Wuilo: add GEN6 GPE
2013-04-26 Chia-I Wuilo: hook up pipe context query functions
2013-04-26 Chia-I Wuilo: hook up pipe context transfer functions
2013-04-26 Chia-I Wuilo: hook up pipe context blit functions
2013-04-26 Chia-I Wuilo: hook up pipe context state functions
2013-04-26 Chia-I Wuilo: add functions to manage shaders
2013-04-26 Chia-I Wuilo: hook up pipe context flush function
2013-04-26 Chia-I Wuilo: add command parser
2013-04-26 Chia-I Wuilo: hook up pipe screen resource functions
2013-04-26 Chia-I Wuilo: hook up pipe screen format functions
2013-04-26 Chia-I Wuilo: hook up pipe_screen param and fence functions
2013-04-26 Chia-I Wuilo: add debug flags settable through ILO_DEBUG
2013-04-26 Chia-I Wuilo: new pipe driver for Intel GEN6+