summaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker
Commit message (Expand)AuthorAgeFilesLines
* gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul2008-08-248-7/+325
* gallium: move pipe_copy_rect(), pipe_fill_rect() protos into new u_rect.h headerBrian Paul2008-08-221-0/+1
* gallium: implement a fast-path for glReadPixels for common casesBrian Paul2008-08-191-0/+126
* gallium: do a proper implementation of GL_OES_read_formatBrian Paul2008-08-193-0/+136
* mesa: Call pipe->destroy on context destruction for all platforms.José Fonseca2008-08-191-3/+0
* st: Do not translate program constants to immediates whenMichal Krol2008-08-191-52/+84
* st: Translate address register declaration.Michal Krol2008-08-191-0/+28
* st: Fix immediate construction.Michal Krol2008-08-191-4/+5
* gallium: use PIPE_TEXTURE_USAGE_RENDER_TARGET for stencil renderbuffersBrian Paul2008-08-181-2/+26
* gallium: fix vertex program output translation/mapping bugBrian Paul2008-08-184-41/+103
* gallium: fix do_flip bug on glCopyTexImage / surface_copy() pathBrian Paul2008-08-181-0/+4
* gallium: in st_draw_vbo() use ctx->Current.Attrib[] values when arrays are mi...Brian Paul2008-08-151-10/+21
* mesa: Issue PIPE_FLUSH_FRAME in glSwapBuffers/glFlush/glFinish.José Fonseca2008-08-152-2/+4
* gallium: init default texture image to grayBrian Paul2008-08-141-0/+3
* gallium: use a default texture in update_textures(), update_samplers() when n...Brian Paul2008-08-146-15/+82
* gallium: added queries to determin GL_EXT_packed_depth_stencil supportBrian Paul2008-08-141-0/+20
* mesa: Don't use alignments < 4.José Fonseca2008-08-141-1/+1
* gallium: in fallback_copy_texsubimage() create new tex surface for CPU read a...Brian Paul2008-08-131-1/+7
* mesa: KIL -> KIL, KIL_NV -> KILP.Michal Krol2008-08-131-4/+4
* gallium: more context clean-upBrian Paul2008-08-121-0/+6
* gallium: added commentBrian Paul2008-08-111-0/+6
* gallium: added _NEW_PROGRAM to dependenciesBrian Paul2008-08-111-6/+12
* gallium: fix additional glCopyTex[Sub]Image issuesBrian Paul2008-08-081-34/+84
* gallium: clean-up, remove dead code, update commentsBrian Paul2008-08-071-241/+89
* gallium: fix a few bugs on the fallback CopyTex[Sub]Image() path.Brian Paul2008-08-071-8/+4
* mesa: pf_sprint_name->pf_name.José Fonseca2008-08-072-10/+2
* gallium: added PIPE_CAP_TEXTURE_MIRROR_CLAMP, PIPE_CAP_TEXTURE_MIRROR_REPEATBrian Paul2008-08-061-2/+8
* Merge tgsi/exec and tgsi/util directories.José Fonseca2008-07-283-5/+5
* mesa: Prefix main includes with dir to avoid conflicts.José Fonseca2008-07-244-6/+6
* gallium: fix translation of extended swizzles, per-component negationBrian Paul2008-07-231-17/+21
* add env var to override msaa visual selectionRoland Scheidegger2008-07-221-0/+4
* gallium: Temporary workaround for mismatched pipe create and pipe destroyJonathan White2008-07-211-0/+3
* gallium: Finer grained is_format_supported.José Fonseca2008-07-199-60/+85
* st: Silence compiler warnings on Windows.Michal Krol2008-07-158-24/+24
* util: Eliminate pipe from the arguments to pipe_get/put_tile_xxx functions.José Fonseca2008-07-134-19/+19
* gallium: check for FEATURE_feedback and FEATURE_drawpix when creating/using t...Brian Paul2008-07-103-0/+10
* gallium: move assertion (though not really significant)Brian Paul2008-07-071-1/+2
* gallium: simplify/fix buffer_offset, src_offset computation for VBO arraysBrian Paul2008-07-071-2/+21
* gallium: fix st_choose_format(internalFormat=GL_RGBA16)Brian Paul2008-07-041-1/+4
* gallium: replace assertion with conditionalBrian Paul2008-07-041-1/+2
* gallium: move, increase ST_MAX_SHADER_TOKENSBrian Paul2008-07-032-3/+7
* gallium: fix surface memleak in bitmap codeBrian Paul2008-07-031-0/+5
* gallium: replace an assertion with "if (!texobj) continue"Brian Paul2008-07-021-1/+2
* gallium: fix a bug in vertex program output mappingBrian Paul2008-07-021-9/+24
* mesa: fix issues around multisample enableRoland Scheidegger2008-07-021-1/+1
* gallium: handle msaaRoland Scheidegger2008-06-273-10/+14
* mesa: Replace void * arithmetic.José Fonseca2008-06-271-1/+1
* gallium: Drop pipe_texture->cpp and pipe_surface->cpp.José Fonseca2008-06-278-45/+55
* mesa: point size arraysBrian Paul2008-06-251-0/+4
* mesa: More signed/unsigned float/integer fixes.José Fonseca2008-06-242-20/+20