summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* gk110/ir: fix slct emissionIlia Mirkin2014-06-061-1/+1
* gk110/ir: fix interp mode emissionIlia Mirkin2014-06-061-1/+2
* nvc0: don't bother trying to set up compute for gk110+Ilia Mirkin2014-06-061-3/+4
* gk110: add in forgotten code for gk110 isaIlia Mirkin2014-06-061-0/+13
* gk110/ir: fix ISAD emission with register argsIlia Mirkin2014-06-061-1/+1
* gk110/ir: fix quadon opcode emissionIlia Mirkin2014-06-061-1/+1
* gk110/ir: emit texbar the same way that the blob doesIlia Mirkin2014-06-061-1/+1
* nv50/ir: clear subop when folding constant expressionsTobias Klausmann2014-06-061-0/+1
* i965: Support GL_CLAMP natively on Broadwell.Kenneth Graunke2014-06-063-4/+13
* i965: Pass brw to translate_wrap_mode().Kenneth Graunke2014-06-063-8/+9
* i965: Fix copy and pasted values in Broadwell code.Kenneth Graunke2014-06-061-10/+21
* egl: Check for NULL native_window in eglCreateWindowSurfaceSinclair Yeh2014-06-061-0/+4
* r600g,radeonsi: don't use hardware MSAA resolve if dst is fast-clearedMarek Olšák2014-06-062-2/+5
* r600g,radeonsi: disable fast clear if render condition is onMarek Olšák2014-06-061-0/+3
* mesa: Make glGetIntegerv(GL_*_ARRAY_SIZE) return GL_BGRA.José Fonseca2014-06-062-2/+12
* mesa/main: Make get_hash.c values constant.José Fonseca2014-06-061-1/+1
* egl/main: Fix eglMakeCurrent when releasing context from current thread.Beren Minor2014-06-061-2/+6
* Revert "glx: load dri driver with RTLD_LOCAL so dlclose never fails to unload"Marek Olšák2014-06-061-5/+5
* llvmpipe: fix crash when not all attachments are populated in a fbRoland Scheidegger2014-06-061-3/+9
* i915: add a missing NULL pointer checkLubomir Rintel2014-05-301-1/+1
* glapi: Duplicate GLES1 prototypes in glapi_dispatch.cIan Romanick2014-05-301-0/+57
* nvc0: revert mistaken logic to collapse color outputs to the beginningIlia Mirkin2014-05-301-9/+4
* mesa/st: fix color outputs in presence of sample mask outputIlia Mirkin2014-05-301-13/+17
* i965: Fix Line Stipple enable bit in 3DSTATE_SF for Haswell.Pavel Popov2014-05-301-1/+1
* glx: load dri driver with RTLD_LOCAL so dlclose never fails to unloadJerome Glisse2014-05-291-5/+5
* glsl: fix use-after free bug/crash in ast_declarator_list::hir()Brian Paul2014-05-291-1/+5
* i965: Fix repeated usage of rectangle texture coordinate scaling.Kenneth Graunke2014-05-291-7/+20
* meta/blit: Use gl_FragColor also in the msaa blit shaderTopi Pohjolainen2014-05-291-1/+1
* i965/meta: Store stencil texturing modeTopi Pohjolainen2014-05-291-0/+1
* meta/blit: Add stencil texturing mode save and restoreTopi Pohjolainen2014-05-292-3/+14
* Revert "i965: Don't make instructions with a null dest a barrier to scheduling."Matt Turner2014-05-291-8/+4
* Revert "i965/fs: Simplify interference scan in register coalescing."Matt Turner2014-05-291-9/+13
* Revert "i965/fs: Give up in interference check if we see a WHILE."Matt Turner2014-05-291-1/+1
* Revert "i965/fs: Reduce restrictions on interference in register coalescing."Matt Turner2014-05-291-0/+13
* glx: do not leak dri3DisplayEmil Velikov2014-05-291-0/+4
* Revert "i965/fs: Change fs_visitor::emit_lrp to use MAC for gen<6"Matt Turner2014-05-291-4/+7
* Revert "i965/vec4: Change vec4_visitor::emit_lrp to use MAC for gen<6"Matt Turner2014-05-291-6/+10
* nv50/ir/tgsi: optimize KILChristoph Bumiller2014-05-291-0/+5
* nv50/ir: fix lowering of predicated instructions (without defs)Christoph Bumiller2014-05-291-1/+4
* nv50/ir/opt: fix constant folding with saturate modifierChristoph Bumiller2014-05-291-1/+3
* nv50/ir/tgsi: TGSI_OPCODE_POW replicates its resultChristoph Bumiller2014-05-291-1/+5
* nv50,nvc0: set constbufs dirty on pipe context switchChristoph Bumiller2014-05-292-0/+5
* nv50: setup scissors on clear_render_target/depth_stencilChristoph Bumiller2014-05-291-2/+18
* nv50,nvc0: always pull out bufctx on context destructionChristoph Bumiller2014-05-292-9/+7
* Merge remote-tracking branch 'robclark/freedreno-10.2' into 10.2Ian Romanick2014-05-2329-229/+1847
|\
| * freedreno: don't advertise texture arrays for nowRob Clark2014-05-201-1/+1
| * freedreno/a3xx: shadow sampler supportRob Clark2014-05-202-3/+46
| * freedreno/a3xx/compiler: refactor trans_samp()Rob Clark2014-05-201-47/+90
| * freedreno: update generated headersRob Clark2014-05-204-4/+10
| * freedreno/a3xx: use util_format_compose_swizzles()Rob Clark2014-05-201-9/+9