| Commit message (Expand) | Author | Age | Files | Lines |
* | gallium: add render_condition_enable param to clear_render_target/depth_stencil | Marek Olšák | 2016-08-10 | 26 | -61/+109 |
* | egl: android: query native window default width and height (v2) | Haixia Shi | 2016-08-09 | 3 | -0/+42 |
* | anv/device: Enable sample shading on gen7+ | Anuj Phogat | 2016-08-09 | 1 | -1/+1 |
* | anv/gen7_pipeline: Set multisample state using shared function | Anuj Phogat | 2016-08-09 | 1 | -16/+4 |
* | anv/pipeline: Add sample locations for gen7-7.5 | Anuj Phogat | 2016-08-09 | 1 | -0/+47 |
* | anv/pipeline: Move emit_ms_state() to genX_pipeline_util.h | Anuj Phogat | 2016-08-09 | 2 | -40/+40 |
* | gallium: Add c99_compat.h to u_bitcast.h | Mathias Fröhlich | 2016-08-09 | 1 | -0/+2 |
* | util: Move _mesa_fsl/util_last_bit into util/bitscan.h | Mathias Fröhlich | 2016-08-09 | 12 | -126/+85 |
* | radeonsi: enable multi-draw related pipe caps | Nicolai Hähnle | 2016-08-09 | 3 | -5/+9 |
* | radeonsi: program additional multi draw parameters | Nicolai Hähnle | 2016-08-09 | 1 | -5/+25 |
* | radeonsi: program the DRAWID SGPR | Nicolai Hähnle | 2016-08-09 | 2 | -4/+7 |
* | radeonsi: add DRAWID parameter to vertex shaders | Nicolai Hähnle | 2016-08-09 | 2 | -2/+10 |
* | radeonsi: wire up TGSI_SEMANTIC_BASEINSTANCE | Nicolai Hähnle | 2016-08-09 | 1 | -0/+5 |
* | radeonsi: remove an incorrect assertion | Nicolai Hähnle | 2016-08-09 | 1 | -2/+0 |
* | radeonsi: flush TC L2 cache for indirect draw data | Nicolai Hähnle | 2016-08-09 | 2 | -4/+9 |
* | radeonsi/sid: add additional bits for the DRAW_(INDEX)_INDIRECT_MULTI packets | Nicolai Hähnle | 2016-08-09 | 1 | -0/+3 |
* | st/mesa: define ST_NEW_ flags as uint64_t values, not enums | Brian Paul | 2016-08-09 | 1 | -4/+4 |
* | mesa: simplify ff fs generator a bit | Miklós Máté | 2016-08-09 | 1 | -8/+6 |
* | ddebug: dump driver states and shaders for apitrace calls | Marek Olšák | 2016-08-09 | 1 | -1/+4 |
* | nir: make use of nir_cf_list_extract() helper | Timothy Arceri | 2016-08-09 | 1 | -2/+1 |
* | nir: Always print non-identity swizzles. | Matt Turner | 2016-08-08 | 1 | -1/+9 |
* | anv/pipeline/gen7: Set multisample modes | Lionel Landwerlin | 2016-08-08 | 3 | -3/+14 |
* | anv/pipeline: rename info to rs_info in emit_rs_state | Lionel Landwerlin | 2016-08-08 | 1 | -8/+8 |
* | Revert "glsl: don't try to lower non-gl builtins as if they were gl_FragData" | Marek Olšák | 2016-08-08 | 1 | -2/+1 |
* | egl/android: Add support for YV12 pixel format (v2) | Tomasz Figa | 2016-08-08 | 1 | -6/+50 |
* | st/mesa: Make Gallium's BlitFramebuffer follow the GL 4.4 sRGB rules. | Kenneth Graunke | 2016-08-08 | 1 | -4/+16 |
* | meta: Make Meta's BlitFramebuffer() follow the GL 4.4 sRGB rules. | Kenneth Graunke | 2016-08-08 | 1 | -54/+30 |
* | i965: Make BLORP's BlitFramebuffer follow the GL 4.4 sRGB rules. | Kenneth Graunke | 2016-08-08 | 1 | -2/+5 |
* | i965: Make BLORP do sRGB encode/decode on ES 2 as well. | Kenneth Graunke | 2016-08-08 | 1 | -2/+2 |
* | Revert "st/mesa: use sRGB formats for MSAA resolving if destination is sRGB" | Kenneth Graunke | 2016-08-08 | 1 | -32/+0 |
* | i965: Drop the "do resolves in sRGB" hack. | Kenneth Graunke | 2016-08-08 | 1 | -24/+0 |
* | i965: Bail on the BLT path if BlitFramebuffer requires sRGB conversion. | Kenneth Graunke | 2016-08-08 | 2 | -2/+10 |
* | egl/android: Make get_fourcc() accept HAL formats | Tomasz Figa | 2016-08-08 | 1 | -9/+11 |
* | egl/android: Refactor image creation to separate flink and prime paths (v2) | Tomasz Figa | 2016-08-08 | 1 | -42/+57 |
* | egl/android: Respect buffer mask in droid_image_get_buffers (v2) | Tomasz Figa | 2016-08-08 | 1 | -5/+15 |
* | egl/android: Remove unused variables in droid_get_buffers_with_format() | Tomasz Figa | 2016-08-08 | 1 | -3/+0 |
* | anv/pipeline/gen7: Set the depth format in 3DSTATE_SF | Jason Ekstrand | 2016-08-08 | 3 | -2/+25 |
* | isl: Add a helper for getting a depth format from an isl_format | Jason Ekstrand | 2016-08-08 | 2 | -0/+26 |
* | anv/pipeline: Unify 3DSTATE_RASTER and 3DSTATE_SF setup between gen7 and gen8 | Jason Ekstrand | 2016-08-08 | 3 | -91/+62 |
* | anv/pipeline/gen8: Set 3DSTATE_SF::StatisticsEnable | Jason Ekstrand | 2016-08-08 | 1 | -0/+1 |
* | anv/pipeline/gen8: Unconditionally set DXMultisampleRasterizaitonEnable | Jason Ekstrand | 2016-08-08 | 1 | -9/+2 |
* | anv/pipeline/gen8: Use fewer designated initializers in emit_rs_state | Jason Ekstrand | 2016-08-08 | 1 | -26/+27 |
* | genxml: Make 3DSTATE_SF more consistent between gen7 and gen8+ | Jason Ekstrand | 2016-08-08 | 3 | -6/+12 |
* | anv/pipeline/gen8: Remove an old comment | Jason Ekstrand | 2016-08-08 | 1 | -2/+0 |
* | mesa: Skip ES 3.0/3.1 transform feedback primitive counting error. | Kenneth Graunke | 2016-08-08 | 1 | -1/+17 |
* | mesa: Share code between _mesa_validate_DrawArrays[_Instanced]. | Kenneth Graunke | 2016-08-08 | 1 | -64/+25 |
* | glsl: Implicitly enable OES_shader_io_blocks if geom/tess are enabled. | Kenneth Graunke | 2016-08-08 | 1 | -0/+11 |
* | glsl: Expose gl_PointSize if OES/EXT_tessellation_point_size is enabled. | Kenneth Graunke | 2016-08-08 | 1 | -1/+5 |
* | glsl: Add extension plumbing for OES/EXT_tessellation_shader. | Kenneth Graunke | 2016-08-08 | 4 | -3/+19 |
* | mesa: Move tessellation shader gets to GL_CORE, GLES31 section. | Kenneth Graunke | 2016-08-08 | 1 | -33/+36 |