1333 Commits (f9f7bd64f796eeb4075ca661339149902a78d75a)
 

Author SHA1 Message Date
Gert Wollny 95f10f022f shader: emulate sampler2D*Rect by using sampler2D* 6 years ago
Gert Wollny 753e2434d3 shader: Fix texelFetch to emulated 1D textures on GLES 6 years ago
Gert Wollny 7721af12a6 features: Also check EXT_depth_clamp 6 years ago
Gert Wollny c4db1be860 vrend, formats: Check whether the host supports mixed color attachments 6 years ago
Gert Wollny 11ed01f69d ci: Add another unstable test to the ignore list 6 years ago
Gert Wollny 64e0501683 ci: Limit number of processors and which parts of the CI are run 6 years ago
Erik Faye-Lund 2b9a98790f renderer: use per-sampler dirty flags 6 years ago
Erik Faye-Lund 6d37d9f1f5 renderer: do not repeat base_level and max_level unpacking 6 years ago
Erik Faye-Lund 14972df3a6 renderer: set more texture-view state up-front 6 years ago
Erik Faye-Lund e54daddc47 renderer: don't call glActiveTexture unless we're going to do something 6 years ago
Erik Faye-Lund 20cba1d469 renderer: do glUniform1f at link-time 6 years ago
Erik Faye-Lund 23ea840f08 renderer: walk along samplers_used_mask instead of view-array 6 years ago
Erik Faye-Lund dcc542f514 shader: remove unused function 6 years ago
Robert Foss 6e04469fa8 ci: Update VK-GL-CTS to commit 6 years ago
Gurchetan Singh c4a00ed271 vrend: advertise the VIRGL_CAP_TRANSFER bit 6 years ago
Gurchetan Singh 5a3eda5d94 vrend: decode transfer protocol 6 years ago
Gurchetan Singh 0475d679aa vrend: specify if a transfer occurs in context zero or not 6 years ago
Gurchetan Singh cc4f8c933c vrend: add a common decoding function 6 years ago
Gurchetan Singh 5a6c9404b4 vrend: add new protocol for transfers 6 years ago
Gert Wollny 1a810f344c CI: ignore most precision.fpexr tests 6 years ago
Robert Foss 780f4dba27 ci: Mark precision.frexp as unreliable 6 years ago
Robert Foss 3f35aabb82 ci: Attach the corresponding issue to ignored tests 6 years ago
Robert Foss ea48ece2c4 ci: Filter out commented lines from ignore_tests.txt files 6 years ago
Robert Foss a5547fb7c8 ci: Use a variable for ignore_tests.txt path 6 years ago
Robert Foss e76002d07e Revert "ci: Mark test as reliable" 6 years ago
Gert Wollny 8d711a1ec2 vrend: effectively revert "renderer: remove dead code" 6 years ago
Alexander Kanavin dff435479c Makefile.am: explicitly link with libdrm 6 years ago
Dave Airlie 70677eedb7 renderer: use is_buffer flag for transfers 6 years ago
Dave Airlie 5d2dde49d2 strings: move to 3 strings, and patch extensions onto end of string 0 (v2) 6 years ago
Dave Airlie dd06126de9 shader: use string array handler to store current strings. 6 years ago
Dave Airlie fb71f03c99 shader: move debug output to end of shader construction 6 years ago
Dave Airlie d8ab0ede3b vrend: add string buffer array helpers (v2.1) 6 years ago
Dave Airlie 293f1dc1dc renderer: consolidate shader dump function 6 years ago
Gert Wollny b4d4a9b2eb vrend: assume gl_colorspace also when no context type is set 6 years ago
Gert Wollny acc261b06b formats: Add support for sRGB_R8 also on desktop GL 6 years ago
Gert Wollny ce63d638d6 ci: Bump good mesa version and drm 6 years ago
Erik Faye-Lund 30c3b751fd renderer: fixup texture-swizzling without view-support 6 years ago
Erik Faye-Lund d9a4be4d0a renderer: remove dead code 6 years ago
Erik Faye-Lund e95a540a0e renderer: set emulated alpha based on the texture-view format 6 years ago
Erik Faye-Lund 4e5e62daa2 renderer: pass whole texture-view to vrend_apply_sampler_state 6 years ago
Erik Faye-Lund a9bb5a7dcf renderer: correct type of vrend_sampler_view::format 6 years ago
Erik Faye-Lund 66152b2526 renderer: do not setup fixed-function point-sprite functionality 6 years ago
Erik Faye-Lund 262b078c3d renderer: guard call to glTexBuffer 6 years ago
Gert Wollny 474addf576 vrend: Don't ref-count when UBO's are bound on the host side 6 years ago
Gert Wollny 70ae2c3894 vrenderer: avoid haing to include vrend_debug.h in virglerenderer.h 6 years ago
Gert Wollny ec56cc4a5d shader: free stale sampler_arrays in sinfo (v2) 6 years ago
Gert Wollny ff18dfe508 debug: Add option to print the guest program name in the log 6 years ago
Gert Wollny 70fefe33df virgl: expose function to set output callback 6 years ago
Gert Wollny 32c733fa47 src/: replace all instances of "fprintf to stderr" with "vrend_printf" 6 years ago
Gert Wollny c6e9477693 vrend: Also use vrend_printf to print the streamout debug output 6 years ago