541 Commits (a613dcc82ae06be8df010e6f00f5a25eb6583bb8)

Author SHA1 Message Date
Erik Faye-Lund 2192c92f58 renderer: only update dirty constbufs 6 years ago
Erik Faye-Lund 208e917f2e renderer: do glUniformBlockBinding at link-time 6 years ago
Erik Faye-Lund 5e89aea888 virglrenderer: use bitmask instead of arrays of indices 6 years ago
Erik Faye-Lund 0aa272c21c renderer: drop pointless temp-variable 6 years ago
Dave Airlie 2ebcc6d69a virglrenderer: move scissor enables out of draw path. 6 years ago
Dave Airlie 827bee8f78 renderer: don't emit scissors on framebuffer state change 6 years ago
Gert Wollny 8b2e86f7b6 blitter: handle GL_FRAMEBUFFER_SRGB for emulated blits 6 years ago
Gert Wollny 2e3417a74b vrend,blit: set GL_FRAMEBUFFER_SRGB based on blit dest format and not resource format 6 years ago
Gert Wollny 3a55d4ba91 vrend,blit: Don't use GL blit when src and dest swizzles are the same 6 years ago
Erik Faye-Lund 39c2099b2a vrend: assume current framebuffer binding is still correct 6 years ago
Erik Faye-Lund 6ae19d3da2 vrend: restore GL_FRAMEBUFFER after clobbering 6 years ago
Erik Faye-Lund dc8b29ffce vrend: remove redundant call to make_current 6 years ago
Gert Wollny 3bb14a39af vrend: Also set glsl to at least 400 on D-GL when certain extension are available 6 years ago
Gert Wollny 278ad3065a vrend,features: Add a feature for depth_clamp 6 years ago
David Riley 8f4a46ebfa vrend: Enable dual_src_blend with GL_EXT_blend_func_extended for GLES. 6 years ago
Gert Wollny 04ecf630b7 vrend: Add feature srgb_write_control 6 years ago
Dave Airlie aa910dfa6a virglrenderer: add support for a private pointer in resources. (v2) 6 years ago
Gert Wollny d61fc12340 shader: Emit winsys_adjust_y only once per FS shader 6 years ago
Dave Airlie 967062325b vrend: fix signed 31-bit shift. 6 years ago
Erik Faye-Lund 9b7a109c0a vrend: cache blend-dirtiness with patching 6 years ago
Erik Faye-Lund faef0bf40f vrend: remove pointless GL_FRAMEBUFFER update 6 years ago
Erik Faye-Lund 523796808a vrend: cache GL_DRAW_INDIRECT_BUFFER binding 6 years ago
Erik Faye-Lund 056328c868 vrend: drop pointless argument to make_current 6 years ago
David Riley 4757372d5a vrend: Enable seamless_cube_map for GLES. 6 years ago
Erik Faye-Lund b88306aa7e vrend: utilize glBindVertexBuffer when possible 6 years ago
Gert Wollny 246140fa1c vrend: Check whether a shader type actually exisits before uploading constants 6 years ago
Robert Foss 823219bc83 ci: Set a default value for GL_MAX_VERTEX_ATTRIB_STRIDE 6 years ago
Gert Wollny 4cf8edd9bf vrend: Make sure no stale links to shader programs remain in a sub-context 6 years ago
Gert Wollny 172c9679b4 vrend/shader: handle uniforms as array 6 years ago
Gert Wollny c1b6c98589 vrend: reduce number of re-allocations in constant copying 6 years ago
Elie Tournier 3cb469599e renderer: Avoid possible null pointer deref 6 years ago
Elie Tournier 215736003f renderer: silence unused variable warning 6 years ago
Elie Tournier 0e7d2c045e renderer: remove unused variable 6 years ago
Elie Tournier 612d8cef60 renderer: Fix initialization warning 6 years ago
Elie Tournier 3ed2781420 renderer: Fix potential dereference of null pointer 6 years ago
Dave Airlie e07534645b renderer: avoid overhead of constantly setting negative viewport uniform 6 years ago
Gert Wollny bb02ee0c09 vrend: Enable logging infrastructure 6 years ago
Gert Wollny d5efa766aa vrend: Add possibility for the guest to add debug flags 6 years ago
Gert Wollny cbb6a487c9 debug: Add flag and function for texture logging 6 years ago
Gert Wollny 40db85e7ee debug: Add debugging for features 6 years ago
Gert Wollny 97f2b21d66 debug: Add logging for blits and copy 6 years ago
Gert Wollny 05a10455a2 debug: Add shader logging code 6 years ago
Gert Wollny 20afd5c45b debug: Add skeleton for switchable logging 6 years ago
Gert Wollny 47a2154bd3 vrend: Move some feature checks 6 years ago
Gert Wollny d4eb065057 vrend: refactor feature list to easily add names to features 6 years ago
Gert Wollny 584a1e20fb vrend, tex: Support fake multisample correctly 6 years ago
Erik Faye-Lund b344d957fa vrend: GL_COLOR_ATTACHMENT*_EXT -> GL_COLOR_ATTACHMENT* 6 years ago
Erik Faye-Lund a8907c276f vrend: glFramebufferTexture*DEXT -> glFramebufferTexture*D 6 years ago
Erik Faye-Lund 051b8a90ac vrend: glBindFramebufferEXT -> glBindFramebuffer 6 years ago
Erik Faye-Lund 042851a3ee vrend: GL_FRAMEBUFFER_EXT -> GL_FRAMEBUFFER 6 years ago