summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* nv50: fix a small leak on context destroyIlia Mirkin2014-01-021-0/+2
* glsl: Fix inconsistent assumptions about ir_loop::counter.Paul Berry2014-01-023-2/+9
* glsl: Teach ir_variable_refcount about ir_loop::counter variables.Paul Berry2014-01-022-0/+22
* i965/gen6: Fix HiZ hang in WebGL Google MapsChad Versace2014-01-021-0/+15
* st/mesa: fix glClear with multiple colorbuffers and different formatsMarek Olšák2014-01-021-24/+10
* glcpp: error on multiple #else/#elif directivesErik Faye-Lund2014-01-026-1/+51
* r600/pipe: Stop leaking context->start_compute_cs_cmd.buf on EG/CMAaron Watry2014-01-021-0/+2
* st/vdpau: Destroy context when initialization failsAaron Watry2014-01-021-0/+1
* radeon/llvm: Free target data at end of optimizationAaron Watry2014-01-021-0/+1
* r600/compute: Use the correct FREE macro when deleting compute stateAaron Watry2014-01-021-1/+1
* r600/compute: Free compiled kernels when deleting compute stateAaron Watry2014-01-021-0/+2
* radeon/compute: Stop leaking LLVMContexts in radeon_llvm_parse_bitcodeAaron Watry2014-01-025-18/+41
* pipe_loader/sw: close dev->lib when initialization failsAaron Watry2014-01-021-1/+4
* clover: Remove unused variableAaron Watry2014-01-021-1/+0
* llvmpipe: use pipe_sampler_view_release() to avoid segfaultJonathan Liu2014-01-021-0/+6
* st/mesa: use pipe_sampler_view_release()Jonathan Liu2014-01-021-1/+1
* i915: Add support for gl_FragData[0] reads.Henri Verbeet2014-01-021-0/+1
* i965: Fix 3DSTATE_PUSH_CONSTANT_ALLOC_PS packet creation.Kenneth Graunke2014-01-021-1/+1
* Use line number information from entire function expressionKevin Rogovin2014-01-021-1/+1
* mesa: Fix error code generation in glBeginConditionalRender()Anuj Phogat2014-01-021-1/+3
* dri_util: Don't assume __DRIcontext->driverPrivate is a gl_contextKristian Høgsberg2014-01-0214-10/+34
* mesa: fix interpretation of glClearBuffer(drawbuffer)Marek Olšák2014-01-021-6/+25
* r600g/sb: fix stack size computation on evergreenVadim Girlin2014-01-021-4/+12
* nv50: report 15 max inputs for fragment programsIlia Mirkin2013-12-121-1/+1
* nouveau: Fix compiler warning regressionMaarten Lankhorst2013-12-121-4/+0
* swrast: fix readback regression since inversion fixDave Airlie2013-12-121-1/+1
* Enable throttling in SwapBuffersAxel Davy2013-12-121-1/+13
* egl/wayland: Send commit after flushing the driver contextKristian Høgsberg2013-12-121-2/+1
* egl/wayland: Flush the wl_display at the end of SwapBuffersAxel Davy2013-12-121-0/+2
* egl/wayland: Damage INT32_MAX x INT32_MAX region for eglSwapBuffersKristian Høgsberg2013-12-091-2/+2
* dri megadriver_stub: add compatibility for older DRI loadersJordan Justen2013-12-091-0/+126
* r300/compiler/tests: Fix line length check in test parserTom Stellard2013-12-091-1/+3
* r300/compiler/tests: Fix segfaultTom Stellard2013-12-091-6/+5
* nouveau/video: update a few more h264 picparm field namesIlia Mirkin2013-12-091-16/+17
* nouveau/video: update h264 picparm field names based on usageIlia Mirkin2013-12-091-15/+13
* nv50: enable h264 and mpeg4 for nv98+ (vp3, vp4.0)Ilia Mirkin2013-12-092-7/+2
* glsl: Don't emit empty declaration warning for a struct specifierIan Romanick2013-12-091-1/+1
* nv50: wait on the buf's fence before sticking it into pushbufIlia Mirkin2013-12-062-0/+12
* nouveau: avoid leaking fences while waitingIlia Mirkin2013-12-061-6/+5
* nv50: Fix GPU_READING/WRITING bit removalIlia Mirkin2013-12-062-3/+3
* mesa: don't leak performance monitors on context destroyIlia Mirkin2013-12-063-0/+23
* i965: Add extra-alignment for non-msrt fast color clear for all hw (v2)Chad Versace2013-12-061-24/+11
* i965/hsw: Apply non-msrt fast color clear w/a to all HSW GTsChad Versace2013-12-061-6/+12
* i965/gen6: Fix multisample resolve blits for luminance/intensity 32F formats.Paul Berry2013-12-061-0/+15
* st/xa: Bump major version number to 2Thomas Hellstrom2013-12-061-1/+1
* i965: Always reserve binding table space for at least one render target.Kenneth Graunke2013-11-281-1/+4
* dri: Allow __DRI_CTX_FLAG_ROBUST_BUFFER_ACCESS in driCreateContextAttribsIan Romanick2013-11-281-2/+4
* i965: Only enable __DRI2_ROBUSTNESS if kernel support is availableIan Romanick2013-11-283-19/+40
* glsl: Initialize _mesa_glsl_parse_state::atomic_counter_offsets before using it.Francisco Jerez2013-11-261-0/+2
* glsl: Fix lowering of direct assignment in lower_clip_distance.Paul Berry2013-11-261-0/+5