summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* radeonsi: optimize viewport statesMarek Olšák2015-09-016-26/+54
* radeonsi: optimize scissor statesMarek Olšák2015-09-018-27/+79
* radeonsi: add SI_MAX_ATTRIBSMarek Olšák2015-09-012-5/+6
* radeonsi: fix memory usage checking for big IBsMarek Olšák2015-09-011-8/+9
* radeonsi: set all 16 viewport Z bounds for GL 4.1Marek Olšák2015-09-011-2/+6
* radeonsi: fix a Unigine Heaven hang when drirc is missingMarek Olšák2015-09-014-1/+28
* winsys/amdgpu: use small IBs for better performance on VIMarek Olšák2015-09-011-7/+9
* gallium/util: add u_bit_scan_consecutive_rangeMarek Olšák2015-09-011-0/+20
* i965: Prevent coordinate overflow in intel_emit_linear_blitChris Wilson2015-09-011-38/+34
* i965/nir: enable the dead control flow optimizationConnor Abbott2015-09-011-0/+2
* nir/dead_cf: add support for removing useless loopsConnor Abbott2015-09-011-12/+109
* nir: add a helper for iterating over blocks in a cf nodeConnor Abbott2015-09-012-0/+9
* nir: add nir_block_get_following_loop() helperConnor Abbott2015-09-012-0/+18
* nir/dead_cf: delete code that's unreachable due to jumpsConnor Abbott2015-09-011-8/+115
* nir: add an optimization for removing dead control flowConnor Abbott2015-09-013-0/+158
* r600g: fix calculation for gpr allocationDave Airlie2015-09-011-1/+1
* mesa: Limit Framebuffer Parameter OpenGL ES 3.1 usageMarta Lofstedt2015-09-011-1/+17
* mesa: Expose GL_ARB_framebuffer_no_attachments to GLES 3.1Marta Lofstedt2015-09-015-12/+12
* nir/builder: Use nir_after_instr to advance the cursorJason Ekstrand2015-08-311-2/+1
* i965: advertise ASTC support for SkylakeNanley Chery2015-08-311-0/+5
* mesa/glformats: recognize ASTC formats as color formatsNanley Chery2015-08-311-0/+28
* mesa/texformat: use format conversion function in _mesa_choose_tex_formatvulkan-protex-2015.09.24.r01-baseNanley Chery2015-08-311-81/+13
* mesa/texcompress: correct mapping of S3TC formats in conversion functionNanley Chery2015-08-311-2/+2
* r600/sb: update last_cf for finalize if.Dave Airlie2015-09-011-0/+3
* i965/fs: Use greater-equal cmod to implement maximum.Matt Turner2015-08-312-4/+6
* i965/chv|skl: Apply sampler bypass w/aBen Widawsky2015-08-312-0/+15
* st/mesa: move to renumbering registers in a groupDave Airlie2015-08-311-19/+38
* st/mesa: reduce time spent in calculating temp read/writesDave Airlie2015-08-311-74/+79
* st/mesa: cache tgsi opcode info in the instructionDave Airlie2015-08-311-23/+16
* r600: move prim convert from geom shader to function.Dave Airlie2015-08-312-25/+26
* glsl: remove specical case subroutine type countingTimothy Arceri2015-08-311-3/+2
* r600g: Use TGSI parse results instead of manually exfiltratingEdward O'Callaghan2015-08-301-1/+1
* r600g: Set geometry properties in r600_create_shader_state()Edward O'Callaghan2015-08-303-25/+23
* r600g: Move geometry properties state from shader to selectorEdward O'Callaghan2015-08-306-22/+23
* r600g: Remove dead assigment to 'gs_input_prim' in shader stateEdward O'Callaghan2015-08-302-4/+0
* radeonsi: don't use the emit qt keyword in si_init_atomMarek Olšák2015-08-291-2/+2
* radeonsi: remove no-op 32-bit maskingMarek Olšák2015-08-295-7/+7
* gallium/radeon: fix the ADDRESS_HI mask for EVENT_WRITE CIK packetsMarek Olšák2015-08-291-8/+8
* winsys/radeon: handle non-zero finite timeout when waiting for buffersMarek Olšák2015-08-292-38/+41
* freedreno/a3xx: implement half-z clippingIlia Mirkin2015-08-293-2/+4
* freedreno/a3xx: add basic clip plane supportIlia Mirkin2015-08-293-1/+24
* nvc0: change prefix of MP performance counters to HW_SMSamuel Pitoiset2015-08-292-149/+149
* nvc0: sort performance counter queries by nameSamuel Pitoiset2015-08-292-142/+142
* nvc0: make names of performance counter queries consistentSamuel Pitoiset2015-08-292-56/+56
* nvc0: use enumerations for driver queriesSamuel Pitoiset2015-08-291-120/+123
* nvc0: remove commented out code related to PCOUNTER queriesSamuel Pitoiset2015-08-291-20/+0
* r600: port si_conv_prim_to_gs_out from radeonsiDave Airlie2015-08-291-15/+16
* r600g: use PRIi64 for some compute debug printfsDave Airlie2015-08-291-4/+4
* gallium/util: fix debug_get_flags_option on 32-bitDave Airlie2015-08-291-3/+4
* glsl: provide the option of using BFE for unpack builting loweringIlia Mirkin2015-08-285-14/+100