i965: Remove comment about chv device numbers being preliminary
[mesa.git] / src / mesa /
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 Berrymesa/cs: Add compute support to update_program().
2015-05-02 Paul Berrymesa/cs: Update program.c for compute shaders.
2015-05-02 Paul Berrymesa/cs: Add inline functions for dealing with compute...
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-30 Marek Olšákmesa: add GL_OES_EGL_sync
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-29 Axel Davyutil/macros: Move DIV_ROUND_UP to util/macros.h
2015-04-29 Jose Fonsecamesa: Fix glGetProgramiv(GL_ACTIVE_ATTRIBUTES).
2015-04-28 Brian Paulmeta: remove unneeded #include colortab.h
2015-04-28 Brian Paulmesa: remove unneeded #include colortab.h
2015-04-28 Brian Paulmesa: remove unused options var in compile_shader()
2015-04-28 Ilia Mirkinst/mesa: allow glsl version up to 410, enable ARB_shade...
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 Ilia Mirkinmesa: fix up GLSL version when computing GL version
2015-04-27 Ilia Mirkinmesa: the function name appears to have a gl prefix...
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-25 Ilia Mirkinmesa: add support for exposing up to GL4.2
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 Brian Paulmesa: put more info in glTexImage GL_OUT_OF_MEMORY...
2015-04-24 Matt Turneri965/fs: Allow 2-src math instructions to have immediat...
2015-04-24 Tapani Pällimesa: fix glGetActiveUniformsiv regression
2015-04-24 Tapani Pällimesa: refactor active attrib queries for glGetProgramiv
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-23 Dave Airliest/mesa: add ARB_texture_stencil8 support (v4)
2015-04-23 Dave Airliemesa: finish implementing ARB_texture_stencil8 (v5)
2015-04-22 Jason Ekstrandmesa: remove the gl_sl_pragmas structure
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 Anuj Phogatmesa: Fix typo in a comment
2015-04-22 Brian Paulmesa: add check for NV_texture_barrier in _mesa_Texture...
2015-04-22 Brian Paulmain: silence missing return value warning in array_ind...
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 Chih-Wei Huangandroid: fix building issues of host binaries
next