i965: Fix PBO cache coherency issue after _mesa_meta_pbo_GetTexSubImage().
[mesa.git] / src / mesa / drivers / dri / i965 /
2015-05-13 Francisco Jerezi965: Fix PBO cache coherency issue after _mesa_meta_pb...
2015-05-13 Tapani Pällii965/fs: set execution size to 8 with simd8 ddy instruction
2015-05-13 Dave Airliei965/cs: drop explicit initialisers in C++ file
2015-05-12 Francisco Jerezi965/fs: Have component() set the register stride to...
2015-05-12 Francisco Jerezi965/fs: Fix offset() for registers with zero stride.
2015-05-12 Francisco Jerezi965: Don't forget the force_sechalf flag in lower_load...
2015-05-12 Francisco Jerezi965: Document brw_mask_reg().
2015-05-12 Neil Robertsi965: Use predicate enable bit for conditional renderin...
2015-05-12 Neil Robertsi956: Add a function to load a 64-bit register from...
2015-05-12 Neil Robertsi965: Store the command parser version number in intel_...
2015-05-11 Matt Turneri965/fs: Add missing initializer in fs_visitor().
2015-05-11 Neil Robertsi965/fs: Disable opt_sampler_eot for textureGather
2015-05-08 Ian Romanicknir: Delete all traces of nir_op_flog
2015-05-08 Ian Romanicknir: Delete all traces of nir_op_fexp
2015-05-08 Neil Robertsi965/fs: Improve a comment about stripping trailing...
2015-05-08 Neil Robertsi965/skl: In opt_sampler_eot always set destination...
2015-05-08 Neil Robertsi965/fs: Set the header_size on LOAD_PAYLOAD in opt_sam...
2015-05-07 Topi Pohjolaineni965/wm/gen6: Add option for disabling statistics colle...
2015-05-07 Topi Pohjolaineni965/wm/gen6: Refactor state setup
2015-05-07 Anuj Phogati965: Remove unused variables
2015-05-07 Anuj Phogati965: Change the order of conditions tested in if
2015-05-07 Chad Versacei965/sync: Implement DRI2_Fence extension
2015-05-07 Chad Versacei965/sync: Replace prefix 'intel_sync' -> 'intel_gl_sync'
2015-05-07 Chad Versacei965/sync: Return NULL when calloc fails
2015-05-07 Chad Versacei965/sync: Don't crash when deleting sync object
2015-05-06 Ian Romanicki965: Sort extension enable lists
2015-05-06 Kenneth Graunkei965/fs: Allow copy propagation on ATTR file registers.
2015-05-06 Jason Ekstrandi965/fs_inst: Get rid of the effective_width field
2015-05-06 Jason Ekstrandi965/fs: Rework the fs_visitor LOAD_PAYLOAD instruction
2015-05-06 Jason Ekstrandi965/fs: Make LOAD_PAYLOAD take a header size
2015-05-06 Jason Ekstrandi965/fs: Make emit_single_fb_write take an explicit...
2015-05-06 Jason Ekstrandi965/fs_inst: Add an is_copy_payload helper
2015-05-06 Jason Ekstrandi965: Change header_present to header_size in backend_i...
2015-05-06 Jason Ekstrandi965/fs_cse: Factor out code to create copy instructions
2015-05-06 Jason Ekstrandi965/fs: Make half(fs_reg, unsigned) handle register...
2015-05-06 Francisco Jerezi965/fs: Fix passing an immediate to half().
2015-05-06 Chris Forbesi965/gen6: Enable ARB_viewport_array and AMD_vertex_sha...
2015-05-06 Chris Forbesi965/gen6: Upload all the SF viewports
2015-05-06 Chris Forbesi965/gen6: Upload all the clip viewports
2015-05-06 Chris Forbesi965/gen6: setup limits for ARB_viewport_array
2015-05-05 Marius Preduti965/aa: fixing anti-aliasing bug for thinnest width...
2015-05-05 Kenneth Graunkei965: Fix missing type in local variable declaration.
2015-05-05 Matt Turneri965/vec4: Use same type for immediate, for compaction.
2015-05-05 Marius Preduti965/aa: fixing anti-aliasing bug for thinnest width...
2015-05-05 Matt Turneri965: Remove end-of-thread SEND alignment code.
2015-05-05 Boyan Dingi965: Add XRGB8888 format to intel_screen_make_configs
2015-05-05 Neil Robertsi965/skl: Align compressed textures to four times the...
2015-05-04 Francisco Jerezi965: Fix variable indexing of sampler arrays under...
2015-05-04 Francisco Jerezi965: Fix variable indexing of UBO arrays under non...
2015-05-04 Francisco Jerezi965: Define helper function to copy an arbitrary live...
2015-05-04 Francisco Jerezi965: Perform basic optimizations on the FIND_LIVE_CHAN...
2015-05-04 Francisco Jerezi965: Introduce the FIND_LIVE_CHANNEL pseudo-opcode.
2015-05-04 Francisco Jerezi965: Perform basic optimizations on the BROADCAST...
2015-05-04 Francisco Jerezi965: Introduce the BROADCAST pseudo-opcode.
2015-05-04 Francisco Jerezi965: Add memory fence opcode.
2015-05-04 Francisco Jerezi965: Add typed surface access opcodes.
2015-05-04 Francisco Jerezi965: Add untyped surface write opcode.
2015-05-04 Francisco Jerezi965: Reorder sources of the untyped atomic opcode.
2015-05-04 Francisco Jerezi965: Pass the number of components as a source of...
2015-05-04 Francisco Jerezi965/vec4: Add support for untyped surface message...
2015-05-04 Francisco Jerezi965: Don't request untyped atomic writeback message...
2015-05-04 Francisco Jerezi965: Simplify generator code for untyped surface messages.
2015-05-04 Francisco Jerezi965: Fix the untyped surface opcodes to deal with...
2015-05-02 Jordan Justeni965: Upload atomic buffer state for compute shaders
2015-05-02 Jordan Justeni965/cs: Emit MEDIA_STATE_FLUSH after WALKER
2015-05-02 Jordan Justeni965/cs: Implement brw_emit_gpgpu_walker
2015-05-02 Jordan Justeni965/state: Emit pipeline select when changing pipelines
2015-05-02 Paul Berryi965: Implement DispatchCompute() back-end
2015-05-02 Jordan Justeni965/cs: Emit state base address
2015-05-02 Jordan Justeni965/fs: Add CS shader time support
2015-05-02 Jordan Justeni965/cs: Upload brw_cs_state
2015-05-02 Jordan Justeni965/cs: Support CS program precompile
2015-05-02 Jordan Justeni965: Add brw_setup_tex_for_precompile. Use in VS,...
2015-05-02 Jordan Justeni965/cs: Emit compute shader code and upload programs
2015-05-02 Jordan Justeni965/cs: Set invocation counts based on max_cs_threads
2015-05-02 Jordan Justeni965/cs: Add max_cs_threads
2015-05-02 Jordan Justeni965: Remove comment about chv device numbers being...
2015-05-02 Jordan Justeni965/fs: Support compute programs in fs_visitor
2015-05-02 Jordan Justeni965/cache: Add support for CS in program state cache
2015-05-02 Paul Berryi965/cs: Add brw_cs_prog_data, brw_cs_prog_key and...
2015-05-02 Jordan Justeni965/cs: Add generator support for CS_OPCODE_CS_TERMINATE
2015-05-02 Jordan Justeni965/cs: Mark g0 as used by CS_OPCODE_CS_TERMINATE
2015-05-02 Jordan Justeni965/fs: Add emit_cs_terminate to emit CS_OPCODE_CS_TER...
2015-05-02 Jordan Justeni965/cs: Add CS_OPCODE_CS_TERMINATE
2015-05-02 Jordan Justeni965/cs: Add BRW_NEW_CS_PROG_DATA and BRW_CACHE_CS_PROG
2015-05-02 Paul Berryi965: Add an INTEL_DEBUG=cs option.
2015-05-02 Paul Berryi965/cs: Add BRW_NEW_COMPUTE_PROGRAM state flag.
2015-05-01 Neil Robertsi965/fs: Strip trailing constant zeroes in sample messages
2015-05-01 Neil Robertsi965/skl: Force the exec size to 8 when initing header...
2015-04-30 Kenneth Graunkei965: Unhardcode a few more stage names and abbreviations.
2015-04-29 Topi Pohjolaineni965/blorp: Prepare drawing rectangle for flipped coord...
2015-04-29 Topi Pohjolaineni965/blorp: Add support for layered rendering
2015-04-29 Topi Pohjolaineni965/blorp: Allow blend state to be set for multiple...
2015-04-29 Topi Pohjolaineni965/blorp: Prepare for attributes other than render...
2015-04-29 Topi Pohjolaineni965/blorp: Remove unused arguments
2015-04-29 Topi Pohjolaineni965/gen7/blorp: Remove unused arguments
2015-04-29 Topi Pohjolaineni965/blorp: Allow caller to provide sampler settings
2015-04-29 Topi Pohjolaineni965/blorp: Refactor vertex buffer state setup
2015-04-29 Topi Pohjolaineni965/blorp: Remove constant parameter
2015-04-29 Topi Pohjolaineni965/gen8: Expose state base address setup
next