58781 Commits (61519f15aceae3e986a6e287e69684a01de3221a)
 

Author SHA1 Message Date
  Ian Romanick d38765f3c8 mesa: Support GL_MAX_VERTEX_OUTPUT_COMPONENTS query with ES3 12 years ago
  Kenneth Graunke b6b549ccfc i965: Refactor Gen4-6 SURFACE_STATE setup for buffer surfaces. 12 years ago
  Kenneth Graunke e114cbff96 i965: Refactor Gen7+ SURFACE_STATE setup for buffer surfaces. 12 years ago
  Kenneth Graunke 35a54ad02f i965: Fix off by one errors in texture buffer size calculations. 12 years ago
  Kenneth Graunke 34b11334d4 i965: Fix writemask != 0 assertions on Sandybridge. 12 years ago
  Kenneth Graunke d2d90d66d8 glsl: Delete builtin_builder::shader when destroying built-ins. 12 years ago
  Kenneth Graunke 9f64bb2312 i965: Fix brw_gs_prog_data_compare to actually check field members. 12 years ago
  Kenneth Graunke 4e4b079916 i965: Fix brw_vs_prog_data_compare to actually check field members. 12 years ago
  Kenneth Graunke feaad189b4 i965: Move binding table code to a new file, brw_binding_tables.c. 12 years ago
  Kenneth Graunke 113a75ff2d i965: Use brw_upload_binding_table() for the pixel shader as well. 12 years ago
  Kenneth Graunke 72340839ca i965: Generalize brw_vec4_upload_binding_table() beyond vec4 stages. 12 years ago
  Kenneth Graunke 254891b3fc i965: Convert loop to memcpy in brw_vec4_upload_binding_table(). 12 years ago
  Kenneth Graunke 0532b200f3 i965: Update comments in brw_vec4_upload_binding_table(). 12 years ago
  Gaetan Nadon 79930c6027 winsys/sw/xlib: fix compile error in xlib_sw_winsys.c. 12 years ago
  Gaetan Nadon 092f2e8336 glx: fix compile error in egl_glx.c. 12 years ago
  Rob Clark 7dab097a51 freedreno/a3xx: fix typo mixup w/ mipfilter 12 years ago
  Rob Clark 575a6e7ec5 freedreno: fix glReadPixels 12 years ago
  Roland Scheidegger 532dc8939f gallivm: adjust wrap mode to CLAMP_TO_EDGE always for cube maps. 12 years ago
  Adrian Negreanu 602d368446 android: Remove builtin_compiler 12 years ago
  José Fonseca e150c0da71 util/u_blit: Implement util_blit_pixels via pipe_context::blit. 12 years ago
  José Fonseca d8c7e13886 util/u_blit: Support blits from cubemaps. 12 years ago
  José Fonseca fb1d992da4 vega: Use pipe_context::blit instead of util_blit_pixels_tex. 12 years ago
  Kenneth Graunke ec44d56a5b i965: Rename brw_{fs,vec4}_emit.cpp to brw_{fs,vec4}_generator.cpp. 12 years ago
  Matt Turner a3b51a22f7 glsl: Correctly validate fma()'s types. 12 years ago
  Matt Turner d56bbd0441 glsl: Add frexp signatures and implementation. 12 years ago
  Matt Turner c43d6060b1 i965: Lower ldexp. 12 years ago
  Matt Turner d0b8ea60b7 glsl: Add ldexp_to_arith lowering pass. 12 years ago
  Matt Turner 5561251b58 glsl: Allow vectors to be created from ir_constant(). 12 years ago
  Matt Turner b2ab840130 glsl: Add support for ldexp. 12 years ago
  Paul Berry 4b0488ef4e i965: Add some missing bits to {mesa,brw,cache}_bits[]. 12 years ago
  Paul Berry 3374dabce7 i965/gs: Implement basic gl_PrimitiveIDIn functionality. 12 years ago
  Paul Berry f67fa8f3c8 i965/gs: New gs primitive types are supported by HW primitive restart. 12 years ago
  Paul Berry 9791af90e3 i965/gs: Add new primitive types. 12 years ago
  Roland Scheidegger 93b5f71179 gallivm: some bits of seamless cube filtering implementation 12 years ago
  Kenneth Graunke b8244b0056 i965: Remove MIPLAYOUT_BELOW from Gen4-6 constant buffer surface state. 12 years ago
  Kristian Høgsberg a1b6e69e45 egl: Also add EGL_TEXTURE_FORMAT as a valid eglQueryWaylandBufferWL attribute 12 years ago
  Stanislav Vorobiov 1281a90532 egl: add EGL_WAYLAND_Y_INVERTED_WL attribute 12 years ago
  Kenneth Graunke 9ad6dda21e i965: Use gen7_upload_constant_state for 3DSTATE_CONSTANT_PS as well. 12 years ago
  Kenneth Graunke e776c18afb i965: Set brw_stage_state::push_const_size for PS constants. 12 years ago
  Kenneth Graunke d385edf4c3 i965: Introduce a prog_data temporary in gen6_upload_wm_push_constants. 12 years ago
  Paul Berry 24765c58bd i965/gen6+: Support 128 varying components. 12 years ago
  Paul Berry f5d38c58ee i965/ff_gs: Generate URB writes using a loop. 12 years ago
  Paul Berry 57b8cff33c i965/gen6: Fix assertions on VS/GS URB size. 12 years ago
  Paul Berry 784044c206 i965/vec4: Generate URB writes using a loop. 12 years ago
  Paul Berry 875972029e i965/fs: When >64 input components, order them to match prev pipeline stage. 12 years ago
  Paul Berry a4546ec114 i965/fs: Simplify computation of key.input_slots_valid during precompile. 12 years ago
  Paul Berry 8a36f4382b i965/gs: Stop storing an input VUE map in the GS program key. 12 years ago
  Paul Berry d1ad447f01 i965/gen6+: Remove VUE map dependency on userclip_active. 12 years ago
  Paul Berry 3a83b20dcc i965/fs: Stop wasting input attribute space on gl_FragCoord and gl_FrontFacing. 12 years ago
  Paul Berry 0af1252ae4 i965/sf: Consult brw_wm_prog_data when setting up SF/SBE state. 12 years ago