index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
state_tracker
Commit message (
Expand
)
Author
Age
Files
Lines
*
init glsl functions in st_init_driver_functions()
Brian
2007-11-07
1
-0
/
+3
*
fix typos, re-enable some extensions to get back to GL 2.1 level
Brian
2007-11-07
1
-7
/
+14
*
Add winsys->surface_release() to complement winsys->surface_alloc().
Brian
2007-11-07
1
-13
/
+4
*
Improved logic for setting up depth/stencil buffers in st_create_framebuffer()
Brian
2007-11-06
1
-14
/
+41
*
realloc surface if format changes, remove dead code
Brian
2007-11-06
1
-26
/
+13
*
init luminance/intensity_bits to zero in st_get_format_info()
Brian
2007-11-06
1
-2
/
+2
*
Handle the corner case of 24bit depth buffer with 0bit stencil buffer.
José Fonseca
2007-11-06
1
-3
/
+6
*
Remove pipe->max_texture_size(), use get_param() instead.
Brian
2007-11-06
2
-42
/
+39
*
Supply buffer usage hints to winsys.
José Fonseca
2007-11-06
4
-5
/
+29
*
Convert format bitfields to shifts and masks.
Michel Dänzer
2007-11-06
1
-26
/
+25
*
Determine GL extensions/limits by making pipe queries.
Brian
2007-11-05
3
-3
/
+229
*
don't include mtypes.h in st_public.h
Brian
2007-11-05
2
-4
/
+4
*
move st_invalidate_state() prototype to st_context.h
Brian
2007-11-05
2
-2
/
+2
*
Remove some temporary state tracker context/framebuffer_create functions.
Brian
2007-11-05
2
-39
/
+29
*
Update xlib driver to use newer state tracker context/framebuffer functions.
Brian
2007-11-05
4
-39
/
+64
*
added st_notify_swapbuffers()
Brian
2007-11-05
2
-0
/
+19
*
added st_get_framebuffer_surface() and ST_SURFACE_x tokens
Brian
2007-11-05
2
-0
/
+30
*
comments, tweaks
Brian
2007-11-05
2
-3
/
+9
*
added st_unreference_framebuffer()
Brian
2007-11-05
2
-1
/
+10
*
set stfb->Base.Initialized
Brian
2007-11-05
1
-0
/
+3
*
added st_resize_framebuffer()
Brian
2007-11-05
2
-0
/
+17
*
st_create_framebuffer() working
Brian
2007-11-05
1
-30
/
+17
*
move st_create_framebuffer() to new st_framebuffer.c file
Brian
2007-11-05
1
-10
/
+0
*
new file for st_framebuffer stuff
Brian
2007-11-05
1
-0
/
+103
*
Introduce st_framebuffer type and st_create_framebuffer(), st_make_current()
Brian
2007-11-05
3
-0
/
+41
*
added check for fb==NULL
Brian
2007-11-05
1
-1
/
+3
*
include context.h
Brian
2007-11-05
1
-0
/
+1
*
call FLUSH_VERTICES() in st_flush()
Brian
2007-11-05
1
-0
/
+2
*
public st_flush()
Brian
2007-11-05
2
-10
/
+25
*
Check if the user/texenvprogram is just a pass-through program and skip progr...
Brian
2007-11-04
1
-4
/
+35
*
Renaming llvmtgsi to gallivm. Taking first steps on the way to supporting
Zack Rusin
2007-11-02
1
-4
/
+1
*
Start re-working SwapBuffers.
Brian
2007-11-01
1
-1
/
+6
*
Sketch out new create/destroy context functions which create/wrap a Mesa cont...
Brian
2007-11-01
2
-0
/
+33
*
silence the finalize_mipmap_tree msg
Brian
2007-11-01
1
-0
/
+2
*
plug in _mesa_test_proxy_teximage, temporarily
Brian
2007-11-01
1
-0
/
+3
*
remove dead code
Brian
2007-11-01
1
-14
/
+0
*
remove unneeded tnl stuff
Brian
2007-11-01
1
-7
/
+0
*
No longer need st_update_tnl atom
Brian
2007-10-31
2
-2
/
+0
*
Use ffvertex_prog.c code instead of t_vp_build.c code.
Brian
2007-10-31
1
-4
/
+0
*
Lift VBO/tnl stuff up out of drivers
Brian
2007-10-31
1
-0
/
+8
*
plug st_invalidate_state() into ctx->Driver.UpdateState
Brian
2007-10-31
1
-0
/
+10
*
Implement shader concatenation for glBitmap.
Brian
2007-10-30
2
-39
/
+81
*
combine shaders for glCopyPixels
Brian
2007-10-30
1
-79
/
+64
*
Use program serial numbers to avoid re-generating fragment programs for glDra...
Brian
2007-10-30
5
-28
/
+58
*
Before calling texformat->StoreImage() set _ImageTransferState=0 since we'll ...
Brian
2007-10-30
1
-2
/
+10
*
color matrix
Brian
2007-10-30
1
-15
/
+86
*
start using program cache
Brian
2007-10-30
1
-5
/
+70
*
added pixel_transfer_cache
Brian
2007-10-30
2
-1
/
+7
*
tgsi_translate_mesa_program: Don't crash when program->Parameters == NULL.
Michel Dänzer
2007-10-30
1
-1
/
+2
*
Disable debug code.
Brian
2007-10-30
2
-2
/
+10
[next]