summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-09-02glx: make the interval of LIBGL_SHOW_FPS adjustableChia-I Wu1-4/+8
2013-09-01i965: Use the proper element of the prim array in brw_try_draw_prims.Kenneth Graunke1-4/+4
2013-09-01i965: Combine brw_emit_prim and gen7_emit_prim.Kenneth Graunke1-63/+18
2013-09-01i965: Remove unused ATTRIB_BIT_DWORDS define.Kenneth Graunke1-7/+0
2013-09-01nvc0: delete compute object on screen destructionChristoph Bumiller1-0/+1
2013-09-01nvc0: fix blitctx memory leakJoakim Sindholt3-0/+9
2013-09-01nvc0: don't use bufctx in nvc0_cb_pushChristoph Bumiller1-7/+3
2013-09-01nvc0: clear the flushed flagChristoph Bumiller1-5/+4
2013-09-01nvc0/ir: add f32 long immediate cannot saturateChristoph Bumiller1-0/+12
2013-09-01nvc0/ir: fix use after free in texture barrier insertion passTiziano Bacocco1-1/+2
2013-09-01nv30: find first unused texcoord rather than bailing if first is usedIlia Mirkin1-2/+1
2013-09-01nouveau: initialise the nouveau_transfer mapsEmil Velikov1-0/+2
2013-09-01i965/fs: Gen4: Zero out extra coordinates when using shadow compareChris Forbes1-1/+7
2013-08-31i965/gs: Implement support for geometry shader samplers.Paul Berry3-0/+30
2013-08-31i965/gs: add geometry shader support to brw_texture_surfaces.Paul Berry1-0/+7
2013-08-31i965/gs: generalize brw_texture_surfaces in preparation for gs.Paul Berry1-31/+33
2013-08-31i965: Modify signature to update_texture_surface functions.Paul Berry3-22/+17
2013-08-31i965/vs: generalize gen6_vs_push_constants in preparation for GS.Paul Berry2-16/+36
2013-08-31i965/gs: make the state atom for compiling Gen7 geometry shaders.Paul Berry12-6/+401
2013-08-31i965/gs: Implement support for geometry shader surfaces.Paul Berry5-0/+131
2013-08-31i965/vs: generalize brw_vs_binding_table in preparation for GS.Paul Berry2-13/+35
2013-08-31i965: generalize brw_vs_pull_constants in preparation for GS.Paul Berry2-26/+51
2013-08-31i965: Make sure constants re-sent after constant buffer reallocation.Paul Berry7-5/+24
2013-08-31i965/gs: Allocate push constant space for use by GS.Paul Berry6-22/+68
2013-08-31i965/gen7: Emit CS stall after 3DSTATE_PUSH_CONSTANT_ALLOC_PS.Paul Berry1-0/+30
2013-08-31i965/gs: Allocate URB space for use by GS.Paul Berry3-35/+143
2013-08-31i965: Make CACHE_NEW_GS_PROG.Paul Berry1-0/+2
2013-08-31i965/gs: Create brw_context::gs structure to track GS program state.Paul Berry1-0/+5
2013-08-31i965: Move data from brw->vs into a base class if gs will also need it.Paul Berry12-85/+108
2013-08-31i965/gs: Update defines related to GS surface organization.Paul Berry8-29/+29
2013-08-31i965: Move vec4 register allocation data structures to brw->vec4.Paul Berry2-29/+33
2013-08-31i965: Rename user-defined gs structs from vec4_gs to gs.Paul Berry3-9/+9
2013-08-31i965: rename legacy gs structs and functions to ff_gs.Paul Berry14-146/+156
2013-08-31radeonsi: simplify and improve flushingMarek Olšák12-140/+125
2013-08-31radeonsi: convert constant buffers to si_descriptorsMarek Olšák5-128/+162
2013-08-31radeonsi: use r600_common_context, r600_common_screen, r600_resourceMarek Olšák28-777/+338
2013-08-31r600g: move streamout state to drivers/radeonMarek Olšák27-1486/+1825
2013-08-31radeonsi: cleanup initialization of SGPR shader parametersMarek Olšák1-13/+19
2013-08-31r600g,radeonsi: remove unused variablesMarek Olšák2-8/+0
2013-08-31draw: fix segfaults with aaline and aapoint stages disabledMarek Olšák1-2/+4
2013-08-30i965/fs: Detect GRF sources in split_virtual_grfs send-from-GRF code.Kenneth Graunke1-1/+5
2013-08-30i965/vs: Detect GRF sources in split_virtual_grfs send-from-GRF code.Kenneth Graunke1-2/+6
2013-08-30radeonsi: Do not suspend timer queriesNiels Ole Salscheider6-14/+30
2013-08-30draw: fix PIPE_MAX_SAMPLER/PIPE_MAX_SHADER_SAMPLER_VIEWS issuesRoland Scheidegger2-6/+6
2013-08-30gallivm: handle unbound textures in texture sampling / texture queriesRoland Scheidegger1-0/+26
2013-08-30softpipe: handle NULL sampler views for texture sampling / queriesRoland Scheidegger2-5/+26
2013-08-30softpipe: check if so_target is NULL before accessing itRoland Scheidegger1-2/+5
2013-08-30gallivm: (trivial) don't pass sampler_unit variable down to filtering funcsRoland Scheidegger1-36/+21
2013-08-30gallivm: don't use AoS path if min/mag filter are different with multiple lodsRoland Scheidegger1-1/+6
2013-08-30mesa: Don't choose S3TC for generic compression if we can't compress.Eric Anholt1-4/+8