summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* radeon: use _mesa_delete_buffer_objectNicolai Hähnle2016-01-071-1/+1
* st/mesa: use _mesa_delete_buffer_objectNicolai Hähnle2016-01-071-3/+1
* mesa/bufferobj: make _mesa_delete_buffer_object externally accessibleNicolai Hähnle2016-01-072-1/+5
* mesa: Add KBL PCI IDs and platform information.Sarah Sharp2016-01-061-0/+60
* st/mesa: minor clean-ups in st_atom.cBrian Paul2016-01-061-14/+10
* st/mesa: replace bitmap size checks with assertionBrian Paul2016-01-061-2/+2
* st/mesa: check texture target in allocate_full_mipmap()Brian Paul2016-01-061-0/+14
* st/mesa: move mipmap allocation check logic into a functionBrian Paul2016-01-061-12/+42
* main: s/GLuint/GLbitfield for state bitmasksBrian Paul2016-01-062-3/+3
* vbo: s/GLuint/GLbitfield/ for state bitmasksBrian Paul2016-01-064-4/+4
* st/mesa: use GLbitfield in st_state_flags, add commentsBrian Paul2016-01-061-2/+2
* s/GLuint/GLbitfield/ for st_invalidate_state() parameterBrian Paul2016-01-062-2/+2
* st/mesa: be more careful about state validation in st_Bitmap()Brian Paul2016-01-061-1/+8
* st/mesa: move bitmap cache flushing out of state validationBrian Paul2016-01-066-4/+17
* st/mesa: check state->mesa in early return check in st_validate_state()Brian Paul2016-01-061-1/+1
* st/mesa: protect debug printf() with a conditional instead of commentBrian Paul2016-01-061-5/+5
* st/mesa: fix comment indentation in st_flush_bitmap_cache()Brian Paul2016-01-061-2/+2
* nir: Add a lower_fdiv option, turn fdiv into fmul/frcp.Kenneth Graunke2016-01-051-0/+1
* i965: Only turn on ARB_compute_shader if we can write registers.Kenneth Graunke2016-01-051-2/+3
* i965: Use rcp in brw_lower_texture_gradients rather than 1.0 / x.Kenneth Graunke2016-01-051-1/+1
* mesa: fix GL_MAX_NAME_LENGTH query for tessellation shadersTimothy Arceri2016-01-061-2/+6
* i965/gen9: Modify the conditions to use blitter on skl+Anuj Phogat2016-01-051-3/+9
* i965/gen9: Return false in place of assert in intelEmitCopyBlit()Anuj Phogat2016-01-051-3/+4
* i965/gen9: Remove regions overlap check in fast copy blitAnuj Phogat2016-01-051-5/+0
* i965/gen9: Don't use fast copy blit in case of non power of 2 cppAnuj Phogat2016-01-051-2/+4
* i915/i965: Fix typo in perf_debug messageIan Romanick2016-01-052-2/+2
* st/mesa: minor indentation fixesBrian Paul2016-01-051-4/+4
* mesa: minor clean-up of some memcpy/sizeof() calls in m_matrix.cBrian Paul2016-01-051-7/+7
* mesa: check for z=0 in _mesa_Vertex3dv()Brian Paul2016-01-051-1/+4
* i965: quieten compiler warning about out-of-bounds accessIlia Mirkin2016-01-051-0/+1
* i965/wm: use binding size for ubo/ssbo when automatic size is unsetIlia Mirkin2016-01-051-4/+10
* Revert "i965/wm: use proper API buffer size for the surfaces."Ilia Mirkin2016-01-054-13/+5
* st/mesa: make KHR_debug output independent of context creation flags (v2)Nicolai Hähnle2016-01-044-57/+98
* i965/wm: use proper API buffer size for the surfaces.Samuel Iglesias Gonsálvez2016-01-044-5/+13
* st/mesa: use PK2H/UP2H when supportedIlia Mirkin2016-01-033-5/+14
* st/mesa: fix parameter names for tesseval/tessctrl prototypesSamuel Pitoiset2016-01-031-4/+4
* nouveau: fix double-const qualifierIlia Mirkin2016-01-032-2/+2
* nir: extract out helper macros for running passesRob Clark2016-01-031-36/+9
* i965: Make TCS precompile use the TES primitive mode when available.Kenneth Graunke2016-01-021-1/+3
* i965: Push most TES inputs in SIMD8 mode.Kenneth Graunke2016-01-021-12/+30
* i965: Use LOAD_PAYLOAD for SIMD8 TES input loads, not MOV.Kenneth Graunke2016-01-021-1/+4
* i965: Move 3-src subnr swizzle handling into the vec4 backend.Kenneth Graunke2016-01-022-6/+18
* u_upload_mgr: allow specifying PIPE_USAGE_* for the upload bufferMarek Olšák2016-01-021-3/+6
* u_upload_mgr: remove alignment parameter from u_upload_createMarek Olšák2016-01-021-8/+4
* u_upload_mgr: pass alignment to u_upload_data manuallyMarek Olšák2016-01-023-3/+5
* u_upload_mgr: pass alignment to u_upload_alloc manuallyMarek Olšák2016-01-024-4/+4
* st/mesa: fix GLSL uniform updates for glBitmap & glDrawPixels (v2)Marek Olšák2016-01-025-19/+25
* program: add _mesa_reserve_parameter_storageMarek Olšák2016-01-022-15/+36
* mesa: Fix warning with MESA_VERBOSE=api for BindBufferRangeJordan Justen2016-01-011-1/+1
* st/mesa: sort extensions enablement arrayIlia Mirkin2016-01-011-11/+11