aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* broadcom/vc5: Use the proper gallium format for our RGB10_A2.Eric Anholt2017-10-301-1/+1
* broadcom/vc5: Add some comments about the texture/output format ordering.Eric Anholt2017-10-301-7/+15
* broadcom/vc5: Drop duplicated setup of clip_window_height_in_pixels.Eric Anholt2017-10-301-1/+0
* broadcom/vc5: Don't forget to actually turn on stencil testing.Eric Anholt2017-10-301-0/+3
* broadcom/vc5: Stop lowering negates to subs.Eric Anholt2017-10-301-1/+8
* broadcom/vc5: Set up MSAA texture type according to the internal format.Eric Anholt2017-10-302-2/+39
* broadcom/vc5: Use the sampler view's format, not the resource's.Eric Anholt2017-10-303-8/+1
* broadcom/vc5: Emit raw loads for MSAA buffers.Eric Anholt2017-10-301-0/+58
* broadcom/vc5: Use raw stores for MSAA buffers.Eric Anholt2017-10-301-15/+97
* broadcom/vc5: Add lowering for txf_ms to a txf on a 2x2-scaled texture.Eric Anholt2017-10-306-4/+96
* broadcom/vc5: Lay out MSAA textures/renderbuffers as UIF scaled by 4.Eric Anholt2017-10-302-14/+37
* broadcom/vc5: Keep output height pad out of the store TLB general address.Eric Anholt2017-10-301-1/+1
* broadcom/vc5: Drop padding bits from the texture shader state's address.Eric Anholt2017-10-301-1/+1
* broadcom/vc5: Drop alignment bits from texture P1's address.Eric Anholt2017-10-301-1/+1
* broadcom/vc5: Drop alignment bits from Z/S rendering mode config address.Eric Anholt2017-10-301-1/+1
* broadcom/xml: Fix address packing for address with >= 8 alignment bits.Eric Anholt2017-10-301-2/+5
* broadcom/clif: Print out the contents of the generic tile list.Eric Anholt2017-10-301-0/+19
* broadcom/clif: Move the CL printing part of CL dumps to a helper.Eric Anholt2017-10-301-28/+32
* broadcom/vc5: Lower unpack_*_4x8 to normal math.Eric Anholt2017-10-301-0/+3
* broadcom/vc5: Add PIPE_TEX_WRAP_CLAMP support for linear-filtered textures.Eric Anholt2017-10-303-4/+16
* broadcom/vc5: Disable GL_ARB_transform_feedback3.Eric Anholt2017-10-301-1/+1
* broadcom/vc5: Fix gl_FragCoord pixel center setup.Eric Anholt2017-10-301-3/+4
* broadcom/vc5: Always set up 1D textures as raster order.Eric Anholt2017-10-301-0/+5
* broadcom/xml: Throw an #error in XML-based codegen for a >1bit boolEric Anholt2017-10-301-0/+3
* broadcom/vc4: Fix bool marking on Rasterizer Oversample Mode.Eric Anholt2017-10-301-1/+1
* broadcom/vc5: Mark lookup type as uint, not bool.Eric Anholt2017-10-301-1/+1
* broadcom/vc5: Fix GPU hang with no vertex elements used by the VS.Eric Anholt2017-10-301-4/+24
* git_sha1_gen: create empty file in fallback pathEric Engestrom2017-10-301-0/+2
* intel: common: silence compiler warningLionel Landwerlin2017-10-301-1/+1
* glsl/linker: Check that re-declared, inter-shader built-in blocks matchEduardo Lima Mitev2017-10-301-0/+29
* glsl: Use the utility function to copy symbols between symbol tablesEduardo Lima Mitev2017-10-302-31/+10
* glsl_parser_extra: Add utility to copy symbols between symbol tablesEduardo Lima Mitev2017-10-302-0/+48
* i965: remove unused variableEric Engestrom2017-10-301-3/+0
* meson: wire up egl/androidEric Engestrom2017-10-302-4/+16
* glsl: Remove ir_binop_greater and ir_binop_lequal expressionsIan Romanick2017-10-3014-116/+39
* glsl/parser: Track built-in types using the glsl_type directlyIan Romanick2017-10-304-12/+28
* glsl/parser: Return the glsl_type object from the lexerIan Romanick2017-10-302-282/+182
* glsl/parser: Allocate identifier inside classify_identifierIan Romanick2017-10-301-29/+15
* glsl/parser: Move anonymous struct name handling to the parserIan Romanick2017-10-302-14/+11
* glsl/parser: Silence unused parameter warningIan Romanick2017-10-303-5/+5
* glsl: Silence unused parameter warningsIan Romanick2017-10-302-7/+8
* Android: move drivers' symlinks to /vendor (v2)Mauro Rossi2017-10-301-2/+3
* Revert "foo"Emil Velikov2017-10-301-12/+12
* docs/release-calendar: update - 17.3.0-rc2 is outEmil Velikov2017-10-301-7/+1
* fooEmil Velikov2017-10-301-12/+12
* util: hashtable: make hashing prototypes matchLionel Landwerlin2017-10-302-2/+3
* docs: update calendar, add news item and link release notes for 17.2.4Andres Gomez2017-10-303-7/+8
* docs: add sha256 checksums for 17.2.4Andres Gomez2017-10-301-1/+2
* docs: add release notes for 17.2.4Andres Gomez2017-10-301-0/+131
* radv: Fix -Wformat-security issueAlex Smith2017-10-301-1/+1