i965/cs: Add CS_OPCODE_CS_TERMINATE
[mesa.git] / src / mesa / drivers / dri /
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
2015-04-29 Topi Pohjolaineni965/ps/gen8: Refactor state uploading
2015-04-29 Topi Pohjolaineni965/ps/gen7: Refactor state uploading
2015-04-29 Topi Pohjolaineni965: Refactor sampler state setup
2015-04-29 Topi Pohjolaineni965: Remove dependency to tex object in default color...
2015-04-29 Topi Pohjolaineni965: Refactor and expose brw_upload_binding_table()
2015-04-29 Topi Pohjolaineni965: Expose and refactor brw_update_renderbuffer_surfa...
2015-04-29 Topi Pohjolaineni965: Refactor rb surface setup to allow caller to...
2015-04-29 Topi Pohjolaineni965/gen8: Use constant pointers for reading miptree...
2015-04-29 Topi Pohjolaineni965/ps: Use SET_FIELD() for sampler count
2015-04-29 Neil Robertsi965: Don't try to apply the opt_sampler_eot extension...
2015-04-27 Kenneth Graunkei965/vs: Remove unnecessary NULL check on generate_code...
2015-04-27 Matt Turneri965: Enable ARB_gpu_shader5 on Gen8+.
2015-04-27 Matt Turneri965/fs: Fix code emission for imul_high in NIR.
2015-04-27 Matt Turneri965/fs: Fix stride for multiply in macro.
2015-04-27 Matt TurnerRevert "i965/fs: Allow SIMD16 borrow/carry/64-bit multi...
2015-04-27 Zoë BladeFix a few typos
2015-04-27 Francisco Jerezi965/gen8: Factor out texture surface state set-up...
2015-04-27 Francisco Jerezi965/gen7: Factor out texture surface state set-up...
2015-04-27 Francisco Jerezi965: Add helper functions to calculate the slice pitch...
2015-04-25 Kenneth Graunkei965: Fill out the rest of brw_debug_recompile_sampler_...
2015-04-25 Kenneth Graunkei965: Disassemble sampler message names on Gen5+.
2015-04-25 Matt Turneri965/fs: Disallow constant propagation into POW on...
2015-04-24 Matt Turneri965/fs: Add missing pixel_x/y to brw_instruction_name().
2015-04-24 Matt Turneri965/fs: Don't constant propagate into integer math...
2015-04-24 Matt Turneri965/fs: Allow 2-src math instructions to have immediat...
2015-04-24 Jason Ekstrandi965: Add an INTEL_DEBUG=spill option to test spilling
2015-04-24 Jason Ekstrandi965/debug: Use the ull specifier for DEBUG enum defines
2015-04-23 Kenneth Graunkei965: Disallow linear blits that are not cacheline...
2015-04-23 Kenneth Graunkei965: Make intel_emit_linear_blit handle Gen8+ alignmen...
2015-04-23 Jason Ekstrandi965/nir: Use the correct offsets when handling registe...
2015-04-22 Jason Ekstrandi965: Add a brw_compiler structure and store the regist...
2015-04-22 Jason Ekstrandi965: Rename brw_compile to brw_codegen
2015-04-22 Jason Ekstrandi965: Use device_info instead of the context for comput...
2015-04-22 Jason Ekstrandi965: Use device_info instead of the context in instruc...
2015-04-22 Jason Ekstrandi965: Add a devinfo field to backend_visitor and use...
2015-04-22 Jason Ekstrandi965: Remove remaining uses of ctx->Const.UniformBoolea...
2015-04-22 Jason Ekstrandi965/vec4: Add a devinfo field to the generator and...
2015-04-22 Jason Ekstrandi965/fs: Add a devinfo field to the generator and use...
2015-04-22 Jason Ekstrandi965/device_info: Add a supports_simd16_3src flag
2015-04-22 Jason Ekstrandi965/device_info: Add a HSW_FEATURES macro
2015-04-22 Jason Ekstrandi965: Make the annotation code take a device_info inste...
2015-04-22 Jason Ekstrandi965/fs: Remove the GL context from the generator
2015-04-22 Jason Ekstrandi965: Remove the context field from brw_compiler
2015-04-22 Jason Ekstrandi965: Make the disassembler take a device_info instead...
2015-04-22 Jason Ekstrandi965: Make instruction compaction take a device_info...
2015-04-22 Jason Ekstrandi965: Make the brw_inst helpers take a device_info...
2015-04-22 Jason Ekstrandi965/eu: Add a devinfo parameter to brw_compile
2015-04-22 Jason Ekstrandi965: Do better fake context setup in unit tests
2015-04-22 Jason Ekstrandi965: Remove the context parameter from brw_texture_offset
2015-04-22 Emil Velikovandroid: xmlpool: cleanup the generation rules
2015-04-22 Chih-Wei Huangandroid: xmlpool: Get rid of the last use of intermedia...
2015-04-22 Chih-Wei Huangandroid: export the path of the generated headers
2015-04-22 Chih-Wei Huangandroid: fix the building rules for Android 5.0
2015-04-22 Emil Velikovandroid: dri: link against libmesa_util
2015-04-22 Emil Velikovandroid: add gallium dirs to more places in the tree
2015-04-22 Emil Velikovandroid: dri/common: conditionally include drm_cflags...
2015-04-22 Emil Velikovandroid: add $(mesa_top)/src include to the whole of...
2015-04-22 Emil Velikovandroid: use LOCAL_SHARED_LIBRARIES over TARGET_OUT_HEADERS
2015-04-22 Kenneth Graunkedrirc: Add "Second Life" quirk (allow_glsl_extension_di...
2015-04-21 Matt Turneri965/fs: Combine pixel center calculation into one...
2015-04-21 Matt Turneri965/fs: Calculate delta_x and delta_y together.
2015-04-21 Matt Turneri965/fs: Emit ADDs for gl_FragCoord, not virtual opcodes.
2015-04-21 Matt Turneri965/fs: Manually set source regioning on PLN instructions.
2015-04-21 Matt Turneri965/fs: Add LINTERP's src0 to fs_inst::regs_read().
2015-04-21 Matt Turneri965/fs: Set compression only if writing two registers.
2015-04-21 Matt Turneri965/fs: Allow an execution size of 32.
2015-04-21 Matt Turneri965: Make type_sz() return unsigned.
2015-04-21 Matt Turneri965: Replace guess_execution_size with something simpler.
2015-04-21 Matt Turneri965/fs: Ensure delta_x/y are even-aligned registers...
2015-04-21 Marius Predutradeon: replace __FUNCTION__ with __func__
2015-04-21 Neil Robertsi965/skl: Fix the qpitch value
2015-04-21 Neil Robertsi965/skl: Don't use ALL_SLICES_AT_EACH_LOD
2015-04-17 Kenneth Graunkei965: Issue perf_debug messages for unsynchronized...
2015-04-17 Kenneth Graunkei965: Make shader_time store names/ids instead of refer...
2015-04-17 Kenneth Graunkei965: Delete some unnecessary code in brw_report_shader...
2015-04-17 Kenneth Graunkei965: Make shader_time use 0 instead of -1 for "no...
2015-04-17 Tobias Nygrenadjust a couple of ifdefs to handle NetBSD correctly
2015-04-17 Anuj Phogati965: Render R16G16B16X16 as R16G16B16A16
2015-04-17 Anuj Phogati965: Update the comment about platforms supporting...
2015-04-17 Jason Ekstrandi965/fs: Change SEL and MOV types as needed to propagat...
2015-04-17 Jason Ekstrandi965/fs: Use the source type when looking for UD negati...
2015-04-16 Kristian Høgsbergi965: Rewrite ir_tex to ir_txl with lod 0 for vertex...
2015-04-16 Neil Robertsi965/skl: Add the header for constant loads outside...
next