| Commit message (Expand) | Author | Age | Files | Lines |
* | intel: s/brw_device_info/gen_device_info/ | Jason Ekstrand | 2016-09-03 | 75 | -380/+380 |
* | intel: Add a new "common" library for more code sharing | Jason Ekstrand | 2016-09-03 | 20 | -9/+77 |
* | intel/blorp: fix typo in android makefile | Mauro Rossi | 2016-09-03 | 1 | -1/+1 |
* | nir: remove unused variable | Timothy Arceri | 2016-09-03 | 1 | -2/+0 |
* | nir: remove some fields from nir_shader_compiler_options | Connor Abbott | 2016-09-03 | 1 | -3/+0 |
* | nir: fix bug with moves in nir_opt_remove_phis() | Connor Abbott | 2016-09-03 | 1 | -2/+20 |
* | nir: add nir_after_phis() cursor helper | Connor Abbott | 2016-09-03 | 1 | -5/+14 |
* | glsl: expose max atomic counter/buffer consts for tess in ES 3.2 | Ilia Mirkin | 2016-09-03 | 1 | -2/+2 |
* | mapi: don't forget to expose GetPointerv in GL ES 3.2 | Ilia Mirkin | 2016-09-03 | 1 | -1/+1 |
* | main: add KHR_robustness to ES 3.2 extension requirements | Ilia Mirkin | 2016-09-03 | 1 | -0/+1 |
* | nv50,nvc0: respect render condition enable flag when clearing rt/zs | Ilia Mirkin | 2016-09-03 | 2 | -12/+24 |
* | nvc0/ir: don't dual-issue ops that depend or interfere with each other | Karol Herbst | 2016-09-03 | 3 | -14/+23 |
* | nir: Remove fake edges in the CF handling code | Jason Ekstrand | 2016-09-02 | 1 | -57/+2 |
* | nir/dead_cf: Don't crash on unreachable after-loop blocks | Jason Ekstrand | 2016-09-02 | 1 | -1/+2 |
* | nvc0: reduce the initial code segment size to 512KB | Samuel Pitoiset | 2016-09-01 | 1 | -1/+1 |
* | nvc0: allow to resize the code segment dynamically | Samuel Pitoiset | 2016-09-01 | 1 | -1/+24 |
* | nvc0: add a new bin for the code segment | Samuel Pitoiset | 2016-09-01 | 2 | -4/+6 |
* | nvc0: add nvc0_screen_resize_text_area() helper | Samuel Pitoiset | 2016-09-01 | 3 | -10/+40 |
* | nvc0: re-upload currently bound shaders after code eviction | Samuel Pitoiset | 2016-09-01 | 1 | -0/+27 |
* | nvc0: refactor the program upload process | Samuel Pitoiset | 2016-09-01 | 3 | -32/+59 |
* | i965: fix noop_scissor range issue on width/height | Jordan Justen | 2016-09-01 | 1 | -7/+7 |
* | glsl: Only force varyings to be flat when varying packing. | Kenneth Graunke | 2016-09-01 | 1 | -2/+3 |
* | glsl: Reject TCS/TES input arrays not sized to gl_MaxPatchVertices. | Kenneth Graunke | 2016-09-01 | 1 | -1/+14 |
* | wayland-drm: add missing NULL check | Frank Binns | 2016-09-01 | 1 | -0/+2 |
* | loader: fix sysfs uevent file parsing | Frank Binns | 2016-09-01 | 1 | -2/+4 |
* | egl: only store device name when Wayland support is built | Frank Binns | 2016-09-01 | 5 | -18/+24 |
* | isl: round format alignment to nearest power of 2 | Lionel Landwerlin | 2016-09-01 | 2 | -0/+10 |
* | gallium/postprocess: Fix resource freeing | Thomas Hellstrom | 2016-09-01 | 1 | -4/+2 |
* | st/mesa: expose OES_geometry_shader and OES_texture_cube_map_array | Ilia Mirkin | 2016-08-31 | 3 | -4/+19 |
* | Introduce .editorconfig | Eric Engestrom | 2016-08-31 | 28 | -0/+99 |
* | vc4: Add missing break statement. | Eric Anholt | 2016-08-31 | 1 | -0/+1 |
* | gallium/docs: clarify render_condition_enabled parameter to clear functions | Brian Paul | 2016-08-31 | 1 | -0/+4 |
* | mesa: Add some more .gitignore | Jason Ekstrand | 2016-08-31 | 2 | -0/+2 |
* | i965: Pass start_offset to brw_set_uip_jip(). | Matt Turner | 2016-08-31 | 4 | -14/+6 |
* | i965: Merge gen7_clip_state atom into gen6_clip_state atom. | Kenneth Graunke | 2016-08-31 | 3 | -20/+1 |
* | i965: Use gs_prog_data in is_drawing_points/lines(). | Kenneth Graunke | 2016-08-31 | 4 | -17/+19 |
* | i965: Fix missing dirty bits related to is_drawing_points/lines. | Kenneth Graunke | 2016-08-31 | 3 | -5/+23 |
* | nvc0: remove an attempt at uploading all IMMD into a CB | Samuel Pitoiset | 2016-08-31 | 3 | -40/+0 |
* | nv50: remove unused nv50_program::immd_size field | Samuel Pitoiset | 2016-08-31 | 1 | -1/+0 |
* | nv30: set usage to staging so that the buffer is allocated in GART | Ilia Mirkin | 2016-08-31 | 1 | -1/+2 |
* | egl/x11_dri3: provide an authentication function | Frank Binns | 2016-08-31 | 1 | -1/+18 |
* | egl/x11_dri3: disable WL_bind_wayland_display for devices without render nodes | Frank Binns | 2016-08-31 | 2 | -29/+7 |
* | scons: Fix MinGW cross compilation. | Jose Fonseca | 2016-08-31 | 1 | -21/+25 |
* | nv30: only bail on color/depth bpp mismatch when surfaces are swizzled | Ilia Mirkin | 2016-08-31 | 1 | -2/+3 |
* | glsl: Handle patch qualifier on interface blocks. | Kenneth Graunke | 2016-08-30 | 3 | -0/+16 |
* | i965: enable OES_primitive_bounding_box with the no-op implementation | Ilia Mirkin | 2016-08-30 | 4 | -2/+6 |
* | st/mesa: provide the null implementation of bounding box outputs in tcs | Ilia Mirkin | 2016-08-30 | 3 | -1/+5 |
* | glsl: add gl_BoundingBox and associated varying slots | Ilia Mirkin | 2016-08-30 | 6 | -1/+30 |
* | mesa: add support for GL_PRIMITIVE_BOUNDING_BOX storage and query | Ilia Mirkin | 2016-08-30 | 4 | -0/+57 |
* | mesa: add scaffolding for OES/EXT_primitive_bounding_box | Ilia Mirkin | 2016-08-30 | 12 | -1/+153 |