summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mesa: Add -fno-math-errno -fno-trapping-math to CXXFLAGS.Matt Turner2016-07-211-0/+3
* mesa: Drop -fno-builtin-memcmp.Matt Turner2016-07-211-8/+0
* mapi: Massage code to allow clang to compile.Matt Turner2016-07-214-6/+23
* docs: Add extensions not part of any GL or GL ES versionIan Romanick2016-07-211-0/+56
* docs: Update GL3.txt for OpenGL 4.0 on i965-ish hardwareIan Romanick2016-07-211-13/+13
* docs: Update GL3.txt for OpenGL ES on i965-ish hardwareIan Romanick2016-07-211-13/+15
* i965: print error messages if gs fails to compileTimothy Arceri2016-07-211-0/+6
* i965: enable GL4.4 for Gen8+Timothy Arceri2016-07-212-2/+2
* i965: enable ARB_enhanced_layouts for gen6+Timothy Arceri2016-07-211-1/+1
* i965/vec4: add packing support for tcs load outputsTimothy Arceri2016-07-213-7/+17
* i965/vec4: add support for packing tes inputsTimothy Arceri2016-07-211-4/+10
* i965/vec4: add support for packing tcs outputsTimothy Arceri2016-07-211-0/+7
* i965/vec4: support packing tcs inputsTimothy Arceri2016-07-212-2/+7
* i965/vec4: add component packing for gsTimothy Arceri2016-07-211-0/+2
* i965/vec4: add support for packing vs/gs/tes outputsTimothy Arceri2016-07-213-4/+45
* i965/vec4: add support for packing inputsTimothy Arceri2016-07-211-0/+2
* i965: add helper for creating packing writemaskTimothy Arceri2016-07-211-0/+7
* i965: add helpers for creating component layout swizzleTimothy Arceri2016-07-211-0/+3
* vc4: Return V3D version details in the GL renderer info.Eric Anholt2016-07-202-1/+12
* vc4: Check the V3D version reported by the kernel.Eric Anholt2016-07-202-0/+62
* vc4: Detect and report kernel support for branching.Eric Anholt2016-07-201-2/+12
* vc4: Switch to using the libdrm-provided vc4_drm.h.Eric Anholt2016-07-203-280/+4
* docs: mark ARB_enhanced_layouts as DONE for i965Timothy Arceri2016-07-211-2/+2
* i965: enable ARB_enhanced_layouts for gen8+Timothy Arceri2016-07-211-0/+1
* nir: add doubles component packing supportTimothy Arceri2016-07-211-0/+20
* i965: add component packing support for load_output intrinsicsTimothy Arceri2016-07-211-5/+33
* i965: enable component packing for vs and fsTimothy Arceri2016-07-214-25/+16
* i965: bring back type_size_vec4_times_4()Timothy Arceri2016-07-212-0/+14
* nir/inline: Constant-initialize local variables in the callee if neededJason Ekstrand2016-07-201-2/+40
* nir: Add a nir_deref_foreach_leaf helperJason Ekstrand2016-07-202-0/+120
* clover: Re-order includes in invocation.cpp to fix buildTom Stellard2016-07-201-7/+17
* clover: Add missing include v2Tom Stellard2016-07-201-0/+1
* i965: Move VS load_input handling to nir_emit_vs_intrinsic().Kenneth Graunke2016-07-201-31/+30
* i965: Delete the FS_OPCODE_INTERPOLATE_AT_CENTROID virtual opcode.Kenneth Graunke2016-07-204-10/+0
* i965: Rewrite FS input handling to use the new NIR intrinsics.Kenneth Graunke2016-07-205-341/+270
* i965: Move load_interpolated_input/barycentric_* intrinsics to the top.Kenneth Graunke2016-07-201-0/+64
* i965: Add a pass to demote sample interpolation intrinsics.Kenneth Graunke2016-07-201-0/+44
* nir: Add nir_load_interpolated_input lowering code.Kenneth Graunke2016-07-202-5/+100
* nir: Add new intrinsics for fragment shader input interpolation.Kenneth Graunke2016-07-205-0/+51
* anv: Properly call gen75_emit_state_base_address on Haswell.Kenneth Graunke2016-07-201-1/+1
* genxml: Rename "API Rendering Disable" to "Rendering Disable".Kenneth Graunke2016-07-202-2/+2
* anv: Unify 3DSTATE_CLIP code across generations.Kenneth Graunke2016-07-203-43/+41
* anv: Enable early culling on Gen7.Kenneth Graunke2016-07-201-0/+1
* anv: Fix near plane clipping on Gen7/7.5.Kenneth Graunke2016-07-201-1/+1
* genxml: Add APIMODE_D3D missing enum values and improve consistency.Kenneth Graunke2016-07-206-3/+8
* genxml: Add CLIPMODE_* prefix to 3DSTATE_CLIP's "Clip Mode" enum values.Kenneth Graunke2016-07-203-7/+7
* swr: [rasterizer core] introduce simd16intrin.hTim Rowley2016-07-204-6/+751
* swr: [rasterizer core] fix for possible int32 overflow conditionTim Rowley2016-07-201-1/+1
* swr: [rasterizer core] rename *_MAX enum values to *_COUNTTim Rowley2016-07-205-22/+21
* swr: [rasterizer core] centroid correctionTim Rowley2016-07-201-9/+17