summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
Commit message (Expand)AuthorAgeFilesLines
* meson: osx ld doesn't support --build-idJon Turney2018-02-051-1/+1
* mesa: change ctx->Color.ColorMask into a 32-bit bitmaskMarek Olšák2018-02-0419-93/+70
* i965: Create new program cache bo when clearing the program cacheJordan Justen2018-02-031-0/+1
* i965: check if upload is 0 explicitely, when downsizing a formatAndres Gomez2018-02-021-8/+8
* i965: Call prepare_external after implicit window-system MSAA resolvesJason Ekstrand2018-02-011-0/+15
* mesa: Use defines for the aliased material array attributes.Mathias Fröhlich2018-02-014-20/+20
* i965: Bump official kernel requirement to Linux v3.9.Kenneth Graunke2018-02-011-2/+2
* osx: ld doesn't support --build-idJon Turney2018-02-011-1/+1
* i965: perform 2 uploads with dual slot *64*PASSTHRU formats on gen<8Andres Gomez2018-01-311-5/+27
* i965: Make texture validation code use texture objects, not units.Kenneth Graunke2018-01-312-16/+17
* i965: Pass tObj into intel_update_max_level instead of intel_obj.Kenneth Graunke2018-01-311-3/+3
* i965: Delete more misleading comments.Kenneth Graunke2018-01-311-3/+0
* i965: move disk cache from brw_context to intel_screenTapani Pälli2018-01-305-7/+12
* mesa: replace GLenum with GLenum16 in common structures (v4)Marek Olšák2018-01-293-5/+5
* i965: Emit PIPE_CONTROL with ISP bit on older platforms.Rafael Antognolli2018-01-291-1/+1
* i965: fix disk_cache leak when destroying contextTapani Pälli2018-01-291-0/+3
* i965: fix prog_data leak in brw_disk_cacheTapani Pälli2018-01-291-0/+2
* meson: libdrm shouldn't appear in Requires.private: if it wasn't foundJon Turney2018-01-271-1/+6
* mesa: change gl_link_status enums to uppercaseBrian Paul2018-01-267-8/+8
* mesa: change gl_compile_status enums to uppercaseBrian Paul2018-01-261-1/+1
* i965/gen10: Use CS Stall instead of WriteImmediate.cros-mesa-18.1_pre1-r4-vanillachadv/cros-mesa-18.1_pre1-r4-vanillaRafael Antognolli2018-01-261-6/+4
* i965/gen10: Ignore push constant packets during context restore.Rafael Antognolli2018-01-263-0/+54
* nouveau: Remove no-op nvgl_logicop_func functionIan Romanick2018-01-263-43/+2
* i915: Silence unused parameter warningsIan Romanick2018-01-261-10/+11
* i915: Make intelEmitCopyBlit staticIan Romanick2018-01-263-167/+149
* i965: Make intelEmitCopyBlit staticIan Romanick2018-01-262-215/+199
* i915: Use enum color_logic_ops for blitsIan Romanick2018-01-2610-40/+22
* i965: Use enum color_logic_ops for blitsIan Romanick2018-01-268-37/+20
* mesa: Pass the translated color logic op dd_function_table::LogicOpcodeIan Romanick2018-01-269-81/+16
* i965: Use the translated color logic op from the contextIan Romanick2018-01-263-44/+1
* swrast: remove non-applicable GLX_SWAP_COPY_OML commentEmil Velikov2018-01-251-3/+0
* automake: small cleanup after the meson.build inclusionEmil Velikov2018-01-251-2/+2
* i965: Stop disabling aux during texture preparationJason Ekstrand2018-01-243-12/+8
* i965/draw: Set NEW_AUX_STATE when draw aux changesJason Ekstrand2018-01-241-1/+4
* i965: Replace draw_aux_buffer_disabled with draw_aux_usageJason Ekstrand2018-01-244-35/+27
* i965/surface_state: Drop brw_aux_surface_disabledJason Ekstrand2018-01-241-20/+0
* i965/miptree: Add an aux_disabled parameter to render_aux_usageJason Ekstrand2018-01-245-8/+17
* i965/miptree: Take an aux_usage in prepare/finish_renderJason Ekstrand2018-01-244-16/+8
* vbo/i965: move vbo_all_varyings_in_vbos() to brw_draw.cBrian Paul2018-01-241-1/+17
* vbo: remove vbo_context.h and change includes to use vbo.h insteadBrian Paul2018-01-243-3/+3
* nouveau: remove vbo_context() callBrian Paul2018-01-241-2/+1
* i965: use vbo_set_[indirect]_draw_func()Brian Paul2018-01-241-3/+2
* i965: Don't try to disable render aux buffers for computeTopi Pohjolainen2018-01-241-2/+4
* radeon: remove left over dead codeEric Engestrom2018-01-231-6/+0
* i965: Drop render_target_start from binding table struct.Kenneth Graunke2018-01-221-6/+4
* i965: make brw_context::num_samples unsigned intEmil Velikov2018-01-221-1/+1
* i965: Accept CONTEXT_ATTRIB_PRIORITY for brwCreateContextChris Wilson2018-01-221-1/+3
* i965: Set tiling on BOs imported with modifiersJason Ekstrand2018-01-211-1/+10
* i965/bufmgr: Add a create_from_prime_tiled functionJason Ekstrand2018-01-212-8/+35
* i965/miptree: Use the tiling from the modifier instead of the BOJason Ekstrand2018-01-211-4/+5