summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* nvc0: fix blitctx memory leakJoakim Sindholt2013-09-013-0/+9
* nvc0: don't use bufctx in nvc0_cb_pushChristoph Bumiller2013-09-011-7/+3
* nvc0: clear the flushed flagChristoph Bumiller2013-09-011-5/+4
* nvc0/ir: add f32 long immediate cannot saturateChristoph Bumiller2013-09-011-0/+12
* nvc0/ir: fix use after free in texture barrier insertion passTiziano Bacocco2013-09-011-1/+2
* nv30: find first unused texcoord rather than bailing if first is usedIlia Mirkin2013-09-011-2/+1
* nouveau: initialise the nouveau_transfer mapsEmil Velikov2013-09-011-0/+2
* i965/fs: Gen4: Zero out extra coordinates when using shadow compareChris Forbes2013-09-011-1/+7
* i965/gs: Implement support for geometry shader samplers.Paul Berry2013-08-313-0/+30
* i965/gs: add geometry shader support to brw_texture_surfaces.Paul Berry2013-08-311-0/+7
* i965/gs: generalize brw_texture_surfaces in preparation for gs.Paul Berry2013-08-311-31/+33
* i965: Modify signature to update_texture_surface functions.Paul Berry2013-08-313-22/+17
* i965/vs: generalize gen6_vs_push_constants in preparation for GS.Paul Berry2013-08-312-16/+36
* i965/gs: make the state atom for compiling Gen7 geometry shaders.Paul Berry2013-08-3112-6/+401
* i965/gs: Implement support for geometry shader surfaces.Paul Berry2013-08-315-0/+131
* i965/vs: generalize brw_vs_binding_table in preparation for GS.Paul Berry2013-08-312-13/+35
* i965: generalize brw_vs_pull_constants in preparation for GS.Paul Berry2013-08-312-26/+51
* i965: Make sure constants re-sent after constant buffer reallocation.Paul Berry2013-08-317-5/+24
* i965/gs: Allocate push constant space for use by GS.Paul Berry2013-08-316-22/+68
* i965/gen7: Emit CS stall after 3DSTATE_PUSH_CONSTANT_ALLOC_PS.Paul Berry2013-08-311-0/+30
* i965/gs: Allocate URB space for use by GS.Paul Berry2013-08-313-35/+143
* i965: Make CACHE_NEW_GS_PROG.Paul Berry2013-08-311-0/+2
* i965/gs: Create brw_context::gs structure to track GS program state.Paul Berry2013-08-311-0/+5
* i965: Move data from brw->vs into a base class if gs will also need it.Paul Berry2013-08-3112-85/+108
* i965/gs: Update defines related to GS surface organization.Paul Berry2013-08-318-29/+29
* i965: Move vec4 register allocation data structures to brw->vec4.Paul Berry2013-08-312-29/+33
* i965: Rename user-defined gs structs from vec4_gs to gs.Paul Berry2013-08-313-9/+9
* i965: rename legacy gs structs and functions to ff_gs.Paul Berry2013-08-3114-146/+156
* radeonsi: simplify and improve flushingMarek Olšák2013-08-3112-140/+125
* radeonsi: convert constant buffers to si_descriptorsMarek Olšák2013-08-315-128/+162
* radeonsi: use r600_common_context, r600_common_screen, r600_resourceMarek Olšák2013-08-3128-777/+338
* r600g: move streamout state to drivers/radeonMarek Olšák2013-08-3127-1486/+1825
* radeonsi: cleanup initialization of SGPR shader parametersMarek Olšák2013-08-311-13/+19
* r600g,radeonsi: remove unused variablesMarek Olšák2013-08-312-8/+0
* draw: fix segfaults with aaline and aapoint stages disabledMarek Olšák2013-08-311-2/+4
* i965/fs: Detect GRF sources in split_virtual_grfs send-from-GRF code.Kenneth Graunke2013-08-301-1/+5
* i965/vs: Detect GRF sources in split_virtual_grfs send-from-GRF code.Kenneth Graunke2013-08-301-2/+6
* radeonsi: Do not suspend timer queriesNiels Ole Salscheider2013-08-306-14/+30
* draw: fix PIPE_MAX_SAMPLER/PIPE_MAX_SHADER_SAMPLER_VIEWS issuesRoland Scheidegger2013-08-302-6/+6
* gallivm: handle unbound textures in texture sampling / texture queriesRoland Scheidegger2013-08-301-0/+26
* softpipe: handle NULL sampler views for texture sampling / queriesRoland Scheidegger2013-08-302-5/+26
* softpipe: check if so_target is NULL before accessing itRoland Scheidegger2013-08-301-2/+5
* gallivm: (trivial) don't pass sampler_unit variable down to filtering funcsRoland Scheidegger2013-08-301-36/+21
* gallivm: don't use AoS path if min/mag filter are different with multiple lodsRoland Scheidegger2013-08-301-1/+6
* mesa: Don't choose S3TC for generic compression if we can't compress.Eric Anholt2013-08-301-4/+8
* mesa: Rip out more extension checking from texformat.c.Eric Anholt2013-08-301-10/+4
* i965: Switch gen4-6 to using the sampler's base level for GL BASE_LEVEL.Eric Anholt2013-08-302-23/+12
* i965/gen7: Use the base_level field of the sampler to handle GL's BASE_LEVEL.Eric Anholt2013-08-302-21/+12
* i965: Add missing state reset at the end of blorp.Eric Anholt2013-08-303-5/+8
* i965: Drop extra flush when calling intel_miptree_map_raw().Eric Anholt2013-08-301-1/+0