summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* vbo: Return INVALID_OPERATION during draw with a mapped bufferJordan Justen2016-04-272-47/+42
* i965/blorp/gen8: Fix blitting of interleaved msaa surfacesTopi Pohjolainen2016-04-271-2/+16
* i965: Enable ARB_texture_stencil8 and OES_texture_stencil8 on Gen8+.Kenneth Graunke2016-04-263-7/+2
* mesa: Try to fix CopyTex[Sub]Image of stencil textures.Kenneth Graunke2016-04-261-2/+3
* mesa: Disallow CopyTexSubImage on stencil formats in ES.Kenneth Graunke2016-04-261-0/+9
* i965: Fix MapTextureImage for multi-slice/level stencil buffers.Kenneth Graunke2016-04-261-2/+2
* i965: Move TCS output indirect_offset.file check out a level.Kenneth Graunke2016-04-261-42/+46
* i965/fs: Reduce the response length of sampler messages on Skylake.Kenneth Graunke2016-04-264-5/+28
* i965/fs: Use inst->regs_written for rlen for texture instructionsJason Ekstrand2016-04-262-9/+3
* i965/fs: Properly report regs_written from SAMPLEINFOJason Ekstrand2016-04-262-2/+9
* i965/blorp: Set regs_written on texturing instructionsJason Ekstrand2016-04-261-0/+1
* i965: Don't force a header for texture offsets of 0.Kenneth Graunke2016-04-261-1/+3
* i965/blorp: Convert state setup to CJason Ekstrand2016-04-264-4/+3
* i965/blorp: Make state setup C-safeJason Ekstrand2016-04-263-4/+4
* i965/blorp: Convert brw_blorp.cpp to a C fileJason Ekstrand2016-04-262-5/+2
* i965/blorp: Make all of brw_blorp.h accessible to CJason Ekstrand2016-04-261-9/+8
* i965/blorp: Turn brw_blorp_params into a C-style structJason Ekstrand2016-04-267-80/+71
* i965/blorp: Turn coord_transform into a C-style structJason Ekstrand2016-04-262-17/+16
* i965/blorp: Turn blorp_surface_info into a C-style structJason Ekstrand2016-04-267-69/+69
* i965/blorp: Roll mip_info into surface_infoJason Ekstrand2016-04-262-37/+17
* i965/blorp: Get rid of the blorp_blit_params classJason Ekstrand2016-04-262-167/+131
* i965/blorp: Remove the hiz params classJason Ekstrand2016-04-262-37/+42
* i965/blorp: Remove the clear params classesJason Ekstrand2016-04-261-132/+83
* i965/blorp: Remove the arguments to brw_blorp_params()Jason Ekstrand2016-04-262-9/+5
* i965/blorp: Refactor to get rid of the get_wm_prog virtual functionJason Ekstrand2016-04-267-97/+58
* i965/meta: initialize values to avoid random behaviour on error pathJuha-Pekka Heikkila2016-04-261-1/+1
* meta: Avoid random memory access on errorJuha-Pekka Heikkila2016-04-261-1/+1
* mesa: Remove every double semi-colonJakob Sinclair2016-04-262-2/+2
* mesa/main: removing double semi-colonsJakob Sinclair2016-04-262-2/+2
* scons: Whenever possible decide what to do based on platform and not compiler.Jose Fonseca2016-04-261-2/+1
* glsl: add ability to use essl 3.20Ilia Mirkin2016-04-252-0/+2
* main: select ES3.2 version when all extensions are availableIlia Mirkin2016-04-251-1/+17
* mesa/st: log some additional invalid-fbo casesRob Clark2016-04-251-0/+3
* i965: Unroll SIMD16 DDY_FINE on Sandybridge.Kenneth Graunke2016-04-251-1/+5
* mesa/gles: Allow format GL_RED to be used with MESA_FORMAT_R_UNORMJordan Justen2016-04-251-0/+2
* i965: Mark URB reads as volatile.Kenneth Graunke2016-04-251-0/+3
* i965: Make a few tessellation related functions non-static.Kenneth Graunke2016-04-253-47/+51
* i965/tex_image: Flush certain subnormal ASTC channel valuesNanley Chery2016-04-231-0/+87
* i965/blorp: Enable for buffer resolvesTopi Pohjolainen2016-04-231-1/+1
* i965/blorp: Enable for normal color clearsTopi Pohjolainen2016-04-231-0/+9
* i965/blorp: Fix clear code for ignoring colormask for XRGB formats on Gen9+Topi Pohjolainen2016-04-231-7/+26
* mesa/formats: Take luminance into account in component countTopi Pohjolainen2016-04-231-0/+1
* i965/blorp: Do not trigger re-emission of base state addressTopi Pohjolainen2016-04-232-2/+0
* i965/blorp: Reconfigure base state address only if neededTopi Pohjolainen2016-04-233-3/+7
* i965/blorp: Use BRW_NEW_BLORP instead of trashing all state bitsTopi Pohjolainen2016-04-232-5/+2
* i965: Make all atoms to track BRW_NEW_BLORP by defaultKenneth Graunke2016-04-2362-46/+179
* i965: Introduce state flag for blorpTopi Pohjolainen2016-04-232-0/+3
* i965/blorp/gen6: Use normal base state address setupTopi Pohjolainen2016-04-233-54/+5
* i965: Remove pointers to non-existing atomsTopi Pohjolainen2016-04-231-8/+0
* i965: Disable KHR_texture_compression_astc_hdr on Gen9Nanley Chery2016-04-222-4/+3